No description
Find a file
2022-09-04 01:11:43 +03:00
gradle/wrapper Update gradle to 3.5 & fixed build 2022-05-05 20:41:56 +09:00
libs Update gradle to 3.5 & fixed build 2022-05-05 20:41:56 +09:00
src Fix stick crafting result stack being reused inappropriately 2022-09-04 01:11:43 +03:00
.gitignore idea compatibility 2020-09-15 20:31:47 +03:00
build.gradle CT integration fixes 2022-05-07 17:39:57 +09:00
gradle.properties Added CraftTweaker dependency 2022-05-05 20:53:08 +09:00
gradlew
gradlew.bat
LICENSE Update LICENSE 2020-08-18 21:32:08 +03:00
permission.png
permissions_curse.png Add permission 2 2021-05-18 21:43:08 +03:00
README.md Update gradle to 3.5 & fixed build 2022-05-05 20:41:56 +09:00

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

  • Optimized most of code, including any searching, loops, network and sync.
  • Fixed and added various compat with other mod
  • Some backports from GT5, as new meta generated items already was in code since v4.08s, removed old item as duplicates. Also backported Large Plasma turbine to avoid using multipile small plasma generators.

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