You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Emma Waffle e7edf3afeb
Bring cl example mod in parity with standard example mod
3 years ago
gradle/wrapper Bring cl example mod in parity with standard example mod 3 years ago
src/main Bring cl example mod in parity with standard example mod 3 years ago
.gitignore Bring cl example mod in parity with standard example mod 3 years ago
LICENSE make the example mod public domain 4 years ago
README.md Bring cl example mod in parity with standard example mod 3 years ago
build.gradle Bring cl example mod in parity with standard example mod 3 years ago
gradle.properties api 1.1.0 4 years ago
gradlew Bring cl example mod in parity with standard example mod 3 years ago
gradlew.bat Bring cl example mod in parity with standard example mod 3 years ago
settings.gradle Bring cl example mod in parity with standard example mod 3 years ago

README.md

Minecraft Cursed Legacy Example Mod

The (unofficial) Fabric home for 1.2.5 and Beta 1.7.3 - 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, replacing "eclipse" with the command your specific ide if you are not using eclipse:
./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 CC0 license. Feel free to learn from it and incorporate it in your own projects.