diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-05-30 10:48:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 11:48:25 +0200 |
commit | f2648a0eee49982e9fddbf1d0367530e3861526c (patch) | |
tree | 7c795ccbf3eb0e0f6812bc35273dd048585461cc /src/main/java/gregtech | |
parent | 556586c1871ca56da316472ffa6658d5033446d6 (diff) | |
download | GT5-Unofficial-f2648a0eee49982e9fddbf1d0367530e3861526c.tar.gz GT5-Unofficial-f2648a0eee49982e9fddbf1d0367530e3861526c.tar.bz2 GT5-Unofficial-f2648a0eee49982e9fddbf1d0367530e3861526c.zip |
remove hourglass (#2039)
Diffstat (limited to 'src/main/java/gregtech')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java index 5b2f2801b2..6b0b49d982 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java @@ -407,8 +407,6 @@ public class GT_MetaTileEntity_Cleanroom extends GT_MetaTileEntity_TooltipMultiB cfg.get("cleanroom_allowed_blocks.manaGlass", "Percentage", 50); cfg.get("cleanroom_allowed_blocks.elfGlass", "Name", "tile.elfGlass"); cfg.get("cleanroom_allowed_blocks.elfGlass", "Percentage", 50); - cfg.get("cleanroom_allowed_blocks.hourglass", "Name", "tile.hourglass"); - cfg.get("cleanroom_allowed_blocks.hourglass", "Percentage", 50); cfg.get("cleanroom_allowed_blocks.reinforced_glass", "Name", "blockAlloyGlass"); cfg.get("cleanroom_allowed_blocks.reinforced_glass", "Percentage", 5); cfg.get("cleanroom_allowed_blocks.bw_reinforced_glass_0", "Name", "BW_GlasBlocks"); |