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.
Chocohead f001d5438c Little quicker than Jeka
Still a WIP as building doesn't work, but it seems to make dev environments correctly™
4 years ago
gradle/wrapper Little quicker than Jeka 4 years ago
src/main Little quicker than Jeka 4 years ago
.gitignore Little quicker than Jeka 4 years ago
LICENSE Little quicker than Jeka 4 years ago
MCPYarn-1.2.5-1.jar Little quicker than Jeka 4 years ago
README.md Little quicker than Jeka 4 years ago
build.gradle Little quicker than Jeka 4 years ago
gradle.properties Little quicker than Jeka 4 years ago
gradlew Little quicker than Jeka 4 years ago
gradlew.bat Little quicker than Jeka 4 years ago

README.md

Minecraft Cursed POMF 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:
./gradlew eclipse

Words of Warning

Building your mod would typically be done with the following command:

./gradlew build

Currently this is not working however, so you'll have to work on adding more quirks and features to your mod in dev until it is.

License

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