parent
5673532389
commit
f9593e403e
1 changed files with 0 additions and 5 deletions
|
@ -9,7 +9,6 @@ import gregtech.api.util.GT_OreDictUnificator;
|
|||
import net.minecraft.block.material.Material;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.util.IIcon;
|
||||
import net.minecraft.world.IBlockAccess;
|
||||
|
||||
public class GT_Block_Metal extends GT_Block_Storage {
|
||||
public Materials[] mMats;
|
||||
|
@ -37,8 +36,4 @@ public class GT_Block_Metal extends GT_Block_Storage {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBeaconBase(IBlockAccess worldObj, int x, int y, int z, int beaconX, int beaconY, int beaconZ) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue