No description
Find a file
TheDarkDnKTv 17fe25bef7 Fixed Fluid recipe NBT write
Wow, forge overrides equals() and hashCode() in FluidStack but did not
int Fluid. It cause fluid has different hash after restart of JVM. Fixed
by adding custom hashCode in GT_Utility. Works fine. Closes #74.
2021-03-09 03:22:54 +02: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 Fluid recipe NBT write 2021-03-09 03:22:54 +02:00
.gitignore idea compatibility 2020-09-15 20:31:47 +03:00
build.gradle Added NEI overlays, fixed some recipes 2021-03-03 09:32:25 +02: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 API fixes, Recipe#match etc 2021-02-01 03:55:48 +02:00

GregTech 4

Port of GregTech 4 to Minecraft 1.7.10 with improved compat and bugfixes

Our website click

Permissions from GregoriusT Screenshot

Contributing & Build guide

Setting up enviroment

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

Building jar file

gradlew build