aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-11-21 22:00:42 +0100
committerGitHub <noreply@github.com>2021-11-21 22:00:42 +0100
commitfb4fecbf3f8858988e33279f35a49517d079eee4 (patch)
treeef0d47037ba0b5d71ca90bda58b6bd0155c18f08 /src/Java/gtPlusPlus/xmod/gregtech/registration
parentd4e972645c58ee1d86d074b255e078849dd6917a (diff)
parent46218deff159fc88d2a746dd93d4d827b2dee765 (diff)
downloadGT5-Unofficial-fb4fecbf3f8858988e33279f35a49517d079eee4.tar.gz
GT5-Unofficial-fb4fecbf3f8858988e33279f35a49517d079eee4.tar.bz2
GT5-Unofficial-fb4fecbf3f8858988e33279f35a49517d079eee4.zip
Merge pull request #43 from Sphyix/master
Tree Growth Simulator balancing + structurelib
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialTreeFarm.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialTreeFarm.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialTreeFarm.java
index 8d259d9d2e..47dd3c265f 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialTreeFarm.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialTreeFarm.java
@@ -1,4 +1,4 @@
-/*
+
package gtPlusPlus.xmod.gregtech.registration.gregtech;
import gtPlusPlus.api.objects.Logger;
@@ -25,4 +25,4 @@ public class GregtechIndustrialTreeFarm {
.getStackForm(1L));
}
-}*/
+}