mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-24 18:19:09 +00:00
Hbm-s-Nuclear-Tech-GIT
Installation Instructions
Tired of waiting until the next version comes out? Here is a tutorial on how to compile the very newest version yourself:
- Download minecraft forge 1.7.10 src
- Unpack it somewhere
- Go to the new folder and run
gradlew setupDecompWorkspaceon windows or./gradlew setupDecompWorkspaceon linux - Download the source and insert it into
src/main/java/ - Open build.gradle with a text editor of your choice and write this into the dependencies brackets:
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')
- Download these exact versions of NEI and it's core mods and insert them into the lib folder (if there is none, create one in the dev environment's main directory, I forgot)
- Open up the CMD in the main directory and run
gradlew buildon windows or./gradlew buildon linux - Head to
build/libsand get the jar - Open the jar with an archieve manager of your choice and insert the mod's asset folder into the jar's main directory
- The jar is now done, ready for use!
If you want to do some changes in the code yourself, start here after 6. and continue with 7. once you are done:
- Get the IDE of your choice and prepare the workspace (for eclipse, it's
gradlew eclipseor./gradlew eclipse, then use the eclipse folder as workspace directory in eclipse) - Meddle with the code, you can run the code in the IDE (eclipse has a convenient green play button)
- Save changes, close the IDE and continue with 7. of the previous list
License
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.
Languages
Java
99.7%
Python
0.2%