aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-05-23 08:03:30 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-05-23 08:03:30 +1000
commitb1c08c2131c5c58e81ba9a6ae10e3738ae7025b4 (patch)
tree47315845db808283079231d3d86be32800de3fc1 /src/Java/miscutil/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
parentdce34f9ba22f173b7bf5d7c9669cf29120f14e3a (diff)
downloadGT5-Unofficial-b1c08c2131c5c58e81ba9a6ae10e3738ae7025b4.tar.gz
GT5-Unofficial-b1c08c2131c5c58e81ba9a6ae10e3738ae7025b4.tar.bz2
GT5-Unofficial-b1c08c2131c5c58e81ba9a6ae10e3738ae7025b4.zip
Forgot to Commit before the weekend.. Not sure what I change, but making this as a rollback point/changelog.
Diffstat (limited to 'src/Java/miscutil/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java')
-rw-r--r--src/Java/miscutil/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/miscutil/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java b/src/Java/miscutil/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
index d4ac2a03c3..4080db753a 100644
--- a/src/Java/miscutil/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
+++ b/src/Java/miscutil/gregtech/common/blocks/GregtechMetaCasingBlocksAbstract.java
@@ -1,8 +1,8 @@
package miscutil.gregtech.common.blocks;
import gregtech.api.GregTech_API;
+import gregtech.api.items.GT_Generic_Block;
import gregtech.api.util.GT_LanguageManager;
-import gregtech.common.blocks.GT_Block_Casings_Abstract;
import java.util.Random;
@@ -22,7 +22,7 @@ import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
public abstract class GregtechMetaCasingBlocksAbstract
- extends GT_Block_Casings_Abstract {
+ extends GT_Generic_Block {
public GregtechMetaCasingBlocksAbstract(Class<? extends ItemBlock> aItemClass, String aName, Material aMaterial) {
super(aItemClass, aName, aMaterial);
setStepSound(soundTypeMetal);