Connor Scialdone
8e5adfbb87
Update Yarn mappings to 1.14.1+build.5
Yarn 1.14.1+build.4 had an issue with Hopper#getWorld being renamed to Hopper#getHopperWorld, which caused the world to crash when ticking hoppers in dev. 1.14.1+build.5 fixed this, but the example mod wasn't updated yet, so anyone following the dev install instructions on the site would run into the issue.
Fabric Example Mod
Setup
- 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.
- 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.
Description
Initial Release
Latest
Languages
Java
100%