Skip to content

Jissee/PILib

Repository files navigation

PILib(π)

  1. What is PILib?
  2. PILib is a Minecraft library mod that provides a simple way to create your 2D entities.

  3. How to get release version? (For playing purpose)
  4. 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.

  5. How to implement in my project? (For development purpose)
  6. 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.

  7. How to develop with PILib?
  8. 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.

  9. Cooperation
  10. 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.

  11. ADDITIONAL LICENSE
  12. ANY PARTS OF THIS PROJECT ARE PROHIBITED FROM BEING USED ON NETEASE VERSION.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages