Go to file
samo_lego 9adff8c50d Initalization
Starting my first mod :D for Fabric and for Minecraft in general.
2019-10-24 22:13:52 +02:00
gradle/wrapper Initalization 2019-10-24 22:13:52 +02:00
src/main Initalization 2019-10-24 22:13:52 +02:00
.gitattributes Initial commit 2019-10-22 16:37:09 +02:00
.gitignore Initalization 2019-10-24 22:13:52 +02:00
LICENSE Initial commit 2019-10-22 16:37:09 +02:00
README.md Initalization 2019-10-24 22:13:52 +02:00
build.gradle Initalization 2019-10-24 22:13:52 +02:00
gradle.properties Initalization 2019-10-24 22:13:52 +02:00
gradlew Initalization 2019-10-24 22:13:52 +02:00
gradlew.bat Initalization 2019-10-24 22:13:52 +02:00
settings.gradle Initalization 2019-10-24 22:13:52 +02:00

README.md

Fabric Example Mod

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 replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice.
  2. Run the following command:
./gradlew idea

License

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