No description
Find a file
2021-04-25 23:47:34 +03:00
gradle/wrapper Initial commit 2020-08-03 23:26:10 +03:00
libs A lot of stuff 2021-02-11 04:07:48 +02:00
src Fixed Nerfing wooden pick 2021-04-25 23:47:34 +03:00
.gitignore idea compatibility 2020-09-15 20:31:47 +03:00
build.gradle Changed all items/blocks registry names 2021-04-25 00:47:58 +03:00
gradle.properties Update IC2 2020-08-25 15:57:28 +03:00
gradlew Initial commit 2020-08-03 23:26:10 +03:00
gradlew.bat Initial commit 2020-08-03 23:26:10 +03:00
LICENSE Update LICENSE 2020-08-18 21:32:08 +03:00
permission.png Update permissions & readme 2020-08-18 21:29:17 +03:00
README.md Update README 2021-04-07 01:47:51 +03:00

GregTech 4

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

Please REPORT any bugs, glitches or dupes!

Our website

Discord Channel

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

Building jar file

gradlew build