GT_Block_Ores_GC Null check
This commit is contained in:
parent
1647387280
commit
4ee250357e
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ public class GT_Block_Ores_GC extends GT_Block_Ores_Abstract {
|
|||
|
||||
public GT_Block_Ores_GC() {
|
||||
super("gt.blockores.gc", 4, true, Material.rock);
|
||||
if (aMoonBlock == null) aMoonBlock = Blocks.stone;
|
||||
if (aMarsBlock == null) aMarsBlock = Blocks.stone;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue