Nukepowered / GregTech4

A port of GregTech 4 to Minecraft 1.7.10 with optimization on most processes, fixed networking and rendering.
GNU General Public License v3.0
30 stars 17 forks source link
forge-mod gregtech minecraft mod

GregTech 4

Rewritten port of GregTech 4 to Minecraft 1.7.10 with improved compat and bugfixes

Webstie Discord MC Version Forge Version CurseForge

Please REPORT any bugs, glitches or dupes!

For any questions or discussion about development, please use #dev channel in our discord group.

The mod is planned to keep original look of GregTech 4 with some technical improvements, time to time extra improvements could be done of visual(as UIs, textures), but not minor one. there was only one non-original thing implemented - Large plasma turbine, and was a reason.

Features

Permissions from GregoriusT

Screenshot

Contributing & Build guide

You are welcome to participate in development, but if you planning to add something new make sure you disscussed it with @TheDarkDnKTv before you started write actual code. Since policy is keeping original look, I can disagree with you about changes.

Setting up enviroment

git clone https://github.com/Nukepowered/GregTech4.git
gradlew setupDecompWorkspace
gradlew eclipse/idea

Do not forget to put -Dfml.coreMods.load=gregtechmod.common.asm.GT_CoreMod VM argument for launch, otherwise coremod will not work

Building jar file

gradlew build