- What is PILib?
- How to get release version? (For playing purpose)
- How to implement in my project? (For development purpose)
- How to develop with PILib?
- Cooperation
- ADDITIONAL LICENSE
PILib is a Minecraft library mod that provides a simple way to create your 2D entities.
Latest versions
| Minecraft | Lib |
|---|---|
| 1.20.1 | 3.1415 |
| 1.19.4 | 3.1415 |
| 1.19.3 | 3.1415 |
| 1.19.2 | 3.1415 |
Currently, all latest release versions can be found in release page on the right. You just need to download them and put them in your "mods" folder. But note that this mod does not provide any contents. It only provides APIs for other mods which provide new contents.
Add the information of maven repositories and dependencies to 'build.gradle'
repositories {
maven { url 'https://dl.cloudsmith.io/public/jissee/pilib/maven/' }
}
dependencies {
implementation fg.deobf('me.jissee.pilib:pilib-<MC-version>:<LIB-version>')
}
The supported versions are listed above. Please replace the placeholders with those versions while developing.
Also, the compatibility on different platforms is also in need of development and test.
The javadocs (in Chinese and English) have been included in the source codes. You can refer to it. A wiki is also scheduled to be written.
It would be appreciated if you can help with this project. Some further functions are in need of development.
Also, the compatibility on different platforms is also in need of development and test.
Legacy version development and fabric development are also needed.
ANY PARTS OF THIS PROJECT ARE PROHIBITED FROM BEING USED ON NETEASE VERSION.