If you are looking for the 1.12.2 code, you have to change the branch from master to 1.12.2_test.
Tired of waiting until the next version comes out? Here is a tutorial on how to compile the very newest version yourself:
gradlew setupDecompWorkspace
on windows or ./gradlew setupDecompWorkspace
on linuxsrc/main/java/
compile files('lib/CodeChickenCore-1.7.10-1.0.4.29-dev.jar')
compile files('lib/CodeChickenLib-1.7.10-1.1.3.140-dev.jar')
compile files('lib/NotEnoughItems-1.7.10-1.0.3.74-dev.jar')
gradlew build
on windows or ./gradlew build
on linuxbuild/libs
and get the jarIf you want to do some changes in the code yourself, start here after 6. and continue with 7. once you are done:
1) Get the IDE of your choice and prepare the workspace (for eclipse, it's gradlew eclipse
or ./gradlew eclipse
, then use the eclipse folder as workspace directory in eclipse)
2) Meddle with the code, you can run the code in the IDE (eclipse has a convenient green play button)
3) Save changes, close the IDE and continue with 7. of the previous list
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO.