diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-05-13 20:10:06 +1000 |
|---|---|---|
| committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-05-13 20:10:06 +1000 |
| commit | 9487e78564ff2a729bc5d6787b5326665e4780be (patch) | |
| tree | 96f81121e802535ee5368cd3aa042e073a0b9d2d /src/Java/gtPlusPlus/xmod/gregtech/registration | |
| parent | afbdec041ed8696392076e24fc87511f9b54909e (diff) | |
| download | GT5-Unofficial-9487e78564ff2a729bc5d6787b5326665e4780be.tar.gz GT5-Unofficial-9487e78564ff2a729bc5d6787b5326665e4780be.tar.bz2 GT5-Unofficial-9487e78564ff2a729bc5d6787b5326665e4780be.zip | |
% Adjusted ID of Industrial Vacuum Furnace.
% Adjusted Textures on Industrial Vacuum Furnace.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java index 63443b852a..a3aa7e5e78 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/GregtechDehydrator.java @@ -77,7 +77,7 @@ public class GregtechDehydrator { false, false, 0, "UNBOXINATOR", null).getStackForm(1L)); //Advanced - GregtechItemList.Controller_Vacuum_Furnace.set(new GregtechMetaTileEntity_IndustrialDehydrator(992, "multimachine.adv.vacuumfurnace", "Utupu-Tanuri").getStackForm(1L)); + GregtechItemList.Controller_Vacuum_Furnace.set(new GregtechMetaTileEntity_IndustrialDehydrator(995, "multimachine.adv.vacuumfurnace", "Utupu-Tanuri").getStackForm(1L)); ItemStack coilWire1 = ItemUtils.getItemStackWithMeta(true, "miscutils:itemDehydratorCoilWire", "coilWire1", 0, |
