Skip to content

PolyesterMC/polyester-example-mod

Repository files navigation

Polyester Example Mod

The (unofficial) Fabric home for Alpha - if you want the newer versions see here.

Setup

  1. Edit build.gradle and mod.json to suit your needs.
    • The "mixins" object can be removed from mod.json if you do not need to use mixins.
    • Please remember to replace all occurrences of "modid" with your own mod ID.
  2. Run the following command:
./gradlew eclipse

NOTE: if you want sources (recommended), instead run

./gradlew rebuildLVT genSources eclipse

Once your mod is complete and ready for use it can be compiled and reobfuscated with:

./gradlew build

License

This template is available under the MIT license. Feel free to learn from it and incorporate it in your own projects.

Linux Support

Please use the runClient task instead of using the Minecraft Development Plugin. (Also find a compatible JDK, as some libraries may be missing due to the versions's age)

About

Example Mod for Alpha Minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages