diff options
| author | Alkalus <Draknyte1@hotmail.com> | 2020-03-28 23:48:32 +0000 |
|---|---|---|
| committer | Alkalus <Draknyte1@hotmail.com> | 2020-03-28 23:48:32 +0000 |
| commit | ba8fce60a7678e166cba78d7f27cdf352dc09c7b (patch) | |
| tree | 44a8edf6407ccfd850ab4fa9e805f3e59b06e426 /src/Java/gtPlusPlus/xmod/gregtech/registration | |
| parent | a3c8210a4318f34cbe46306cb1c829f41650515d (diff) | |
| download | GT5-Unofficial-ba8fce60a7678e166cba78d7f27cdf352dc09c7b.tar.gz GT5-Unofficial-ba8fce60a7678e166cba78d7f27cdf352dc09c7b.tar.bz2 GT5-Unofficial-ba8fce60a7678e166cba78d7f27cdf352dc09c7b.zip | |
+ Added Boric Acid.
+ Added Hydrochloric Acid fluid & recipes if it doesn't exist.
% Adjust process for obtaining Thorium-232.
% Changed Fission Fuel Processing Plant to Reactor Fuel Processing Plant.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java index 1787b57014..bbe23b542c 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechIndustrialFuelRefinery.java @@ -20,7 +20,7 @@ public class GregtechIndustrialFuelRefinery { private static void run1() { // Industrial Maceration Stack Multiblock GregtechItemList.Industrial_FuelRefinery.set(new GregtechMetaTileEntity_Refinery(835, - "industrialrefinery.controller.tier.single", "Fission Fuel Processing Plant").getStackForm(1L)); + "industrialrefinery.controller.tier.single", "Reactor Fuel Processing Plant").getStackForm(1L)); } }
\ No newline at end of file |
