Remove debug code
This commit is contained in:
parent
595e3f8add
commit
8fb205d30d
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ public class ModCrafting
|
|||
for (BlockBOPHalfOtherSlab.SlabType slabType : BlockBOPHalfOtherSlab.SlabType.values())
|
||||
{
|
||||
BlockBOPHalfOtherSlab otherSlab = (BlockBOPHalfOtherSlab)BOPBlocks.other_slab;
|
||||
System.out.println( otherSlab.getVariantItem(slabType, 6) );
|
||||
System.out.println( otherSlab.getFullBlockVariantItem(slabType) );
|
||||
GameRegistry.addShapedRecipe(otherSlab.getVariantItem(slabType, 6), new Object[] {"RRR", 'R', otherSlab.getFullBlockVariantItem(slabType)});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue