No description
Find a file
TheDarkDnKTv b902f64e71 Fixed remove method of RecipeMap
Closes #129

There was NPE while calling it.
2021-06-17 03:37:13 +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 remove method of RecipeMap 2021-06-17 03:37:13 +03:00
.gitignore idea compatibility 2020-09-15 20:31:47 +03:00
build.gradle Version v4.15.32 update 2021-05-18 06:57:21 +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
permissions_curse.png Add permission 2 2021-05-18 21:43:08 +03:00
README.md Update README.md 2021-05-19 20:04:00 +03: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

Building jar file

gradlew build