diff options
author | Prometheus0000 <prometheus0000000@gmail.com> | 2021-01-04 09:38:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 09:38:25 -0500 |
commit | af189671431ddb4d126e6800ec810c2c7e846b24 (patch) | |
tree | 6d3ce9cb5165e52c055f12741f6791ef5fce7c22 /src/main/java/gregtech/common/blocks/GT_Block_Casings6.java | |
parent | 03a3c907ea8858ccc77581268cd5107a22243829 (diff) | |
parent | 4f0e72c4c76a9454809f07f10ee0ad242f911b87 (diff) | |
download | GT5-Unofficial-af189671431ddb4d126e6800ec810c2c7e846b24.tar.gz GT5-Unofficial-af189671431ddb4d126e6800ec810c2c7e846b24.tar.bz2 GT5-Unofficial-af189671431ddb4d126e6800ec810c2c7e846b24.zip |
Merge pull request #19 from GTNewHorizons/experimental
update
Diffstat (limited to 'src/main/java/gregtech/common/blocks/GT_Block_Casings6.java')
-rw-r--r-- | src/main/java/gregtech/common/blocks/GT_Block_Casings6.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/gregtech/common/blocks/GT_Block_Casings6.java b/src/main/java/gregtech/common/blocks/GT_Block_Casings6.java index d7e8ad23f0..47c9952227 100644 --- a/src/main/java/gregtech/common/blocks/GT_Block_Casings6.java +++ b/src/main/java/gregtech/common/blocks/GT_Block_Casings6.java @@ -10,8 +10,7 @@ import net.minecraft.item.ItemStack; import net.minecraft.util.IIcon; import net.minecraft.world.IBlockAccess; -public class GT_Block_Casings6 - extends GT_Block_Casings_Abstract { +public class GT_Block_Casings6 extends GT_Block_Casings_Abstract { public GT_Block_Casings6() { super(GT_Item_Casings6.class, "gt.blockcasings6", GT_Material_Casings.INSTANCE); for (int i = 0; i < 16; i = (i + 1)) { |