diff options
| author | bombcar <github@bombcar.com> | 2021-11-19 13:18:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-19 13:18:28 -0600 |
| commit | 176a44820664a7d84ac9a6f53c7d0825e7f3ad5f (patch) | |
| tree | 05fcf97d7a4b29d8036c691158cbeba1a519edeb /src/Java/gtPlusPlus/xmod/gregtech/registration | |
| parent | 80d9ec85bde12851b92ec39dbd4f9dc8eee7e427 (diff) | |
| parent | d4e972645c58ee1d86d074b255e078849dd6917a (diff) | |
| download | GT5-Unofficial-176a44820664a7d84ac9a6f53c7d0825e7f3ad5f.tar.gz GT5-Unofficial-176a44820664a7d84ac9a6f53c7d0825e7f3ad5f.tar.bz2 GT5-Unofficial-176a44820664a7d84ac9a6f53c7d0825e7f3ad5f.zip | |
Merge branch 'GTNewHorizons:master' into master
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java | 3 | ||||
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechLFTR.java | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java index f83e2966a3..0b6dcb1b94 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java @@ -1,4 +1,3 @@ -/* package gtPlusPlus.xmod.gregtech.registration.gregtech; import gtPlusPlus.api.objects.Logger; @@ -24,4 +23,4 @@ public class GregtechIndustrialFuelRefinery { "industrialrefinery.controller.tier.single", "Reactor Fuel Processing Plant").getStackForm(1L)); } -}*/ +} diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechLFTR.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechLFTR.java index a4c5316022..a9eee53a7c 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechLFTR.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechLFTR.java @@ -1,4 +1,3 @@ -/* package gtPlusPlus.xmod.gregtech.registration.gregtech; import gtPlusPlus.api.objects.Logger; @@ -26,4 +25,3 @@ public class GregtechLFTR { } } -*/ |
