Performs all the necessary setup so you can use this project in Eclipse. You need to run this script again every time that the Yarn mappings, Fabric loader or Fabric API in gradle.properties change. (Keep in mind that this also happens every time that you switch to a different Minecraft version.)
Compiles the project into a .jar
file that you can place in your mods
folder. This will not work without running genSources-eclipse
first!
For switching to different Yarn mappings (e.g. when updating to a new Minecraft version). After running this script, update gradle.properties with the new versions, then re-run genSources-eclipse
.
Old version. For switching to mappings that don't end in :v2
. These only exist for Minecraft 1.14.x and some old snapshots. You won't need this in 1.15+.
To fix missing assets (no sound, missing textures, etc). Mostly happens when using the old migrateMappings
script.
To download a pull request and try it out locally before merging.