This is for 1.7.10! For 1.12, check out these projects:
- NTM Reloaded: https://github.com/TheOriginalGolem/Hbm-s-Nuclear-Tech-GIT/releases
- NTM Extended Edition (Alcater): https://github.com/Alcatergit/Hbm-s-Nuclear-Tech-GIT/releases
For 1.18, try Martin's remake: https://github.com/MartinTheDragon/Nuclear-Tech-Mod-Remake/releases
Simply navigate to "Releases" on the right side of the page, download links for the compiled JAR as well as the corresponding source code are under the "Assets" category below the changelog. Make sure to review all changelogs when updating!
Tired of waiting until the next version comes out? Here is a tutorial on how to compile the very newest version yourself: Please note that these installation instructions are assuming you're running Microsoft Windows operating system. Linux users should know what to do by looking at the same guide.
- Make sure you have JDK8 installed. If not, download it from adoptium.net
- If you don't have git installed, download&install it from here.
- Open up "Git Bash":
- Press Windows Button, type "Git Bash" and press ENTER
- Enter the directory where you would like the sources to be (advanced users can use any directory)
cd $HOME/Downloads
- Download the source code:
git clone https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
- Enter the source code directory
cd Hbm-s-Nuclear-Tech-GIT
- Build the mod
./gradlew build
- Locate the mod file.
- Open up your file explorer.
- Navigate to the location where you downloaded the sources.
- If you exactly followed step 1, it should be
C:/Users/%USER%/Downloads
.
- If you exactly followed step 1, it should be
- Enter the downloaded source tree.
- Navigate to
build/libs
. - Grab the "HBM-NTM-.jar" one.
- This is your mod file. You can install it like any other mod by putting it into your mods directory.
If you want to make some changes to the mod, follow this guide:
- Follow steps 1-2 from Building from source section
- Create a directory where the repository will reside, using a name that is not "Hbm-s-Nuclear-Tech-GIT"
- Download the forge src from here and extract it into the directory.
- Download the source code:
- Using Git Bash, enter wherever your directory is located:
cd $HOME/Downloads
- Download the source code:
git clone https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
- Move or copy every file within the new folder into your directory, making sure to overwrite any files.
- Feel free to delete the remaining folder and rename your directory (such as "Hbm-s-Nuclear-Tech-GIT")
- Enter the source directory
cd Hbm-s-Nuclear-Tech-GIT
- Setup forge decompilation workspace
./gradlew setupDecompWorkspace
- Generate eclipse files
./gradlew eclipse
- Switch to the eclipse folder inside your directory as a workspace.
- If necessary, make sure that Eclipse is using the JDK8.
- On Linux, enter Windows>Preferences>Java>Installed JREs.
- Click search to navigate to /usr/lib/jvm and open it. Select the Java 8 JDK (e.g., java-8-openjdk).
- Afterwards, enter Execution Environment, select JavaSE-1.8, and select the jre listed as a [perfect match]
- On Windows, you may need to set your JAVA_HOME.
- Search for Environment Variables and click Edit the System Environment Variables.
- Click Environment Variables. Click new under System Variables.
- Enter JAVA_HOME under Variable Name and enter the path to your JDK 8 under Variable Value (e.g., C:\Program-Files\Java\jdk1.8.0_102).
- In Eclipse, now enter Windows>Preferences>Java>Installed JREs.
- Click Add Standard VM; in the JRE home, navigate to the directory where the JDK is installed, then click finish and select it.
- On Linux, enter Windows>Preferences>Java>Installed JREs.
- Code!
This software is licensed under the GNU Lesser General Public License version 3. In short: This software is free, you may run the software freely, create modified versions, distribute this software and distribute modified versions, as long as the modified software too has a free software license (with an exception for linking to this software, as stated by the "Lesser" part of the LGPL, where this may not be required). You win this round, Stallman. The full license can be found in the LICENSE
and LICENSE.LESSER
files.