diff options
author | Sphyix <masifede2@gmail.com> | 2021-11-20 16:42:31 +0100 |
---|---|---|
committer | Sphyix <masifede2@gmail.com> | 2021-11-20 16:42:31 +0100 |
commit | 3b9804b1b4ee2d11b46794a1336afc4f0372a205 (patch) | |
tree | fe5daad72dbd5e95260031983a8b5808dd438aea /src/Java/gtPlusPlus/xmod/gregtech/registration | |
parent | 621165d82bbac52f03fbf7d0627ddff7df3922d6 (diff) | |
download | GT5-Unofficial-3b9804b1b4ee2d11b46794a1336afc4f0372a205.tar.gz GT5-Unofficial-3b9804b1b4ee2d11b46794a1336afc4f0372a205.tar.bz2 GT5-Unofficial-3b9804b1b4ee2d11b46794a1336afc4f0372a205.zip |
uncommented multi
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialTreeFarm.java | 4 |
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)); } -}*/ +} |