Ingot Activate

This commit is contained in:
KitsuShadow
2015-07-05 23:25:02 -04:00
parent fbbb539b48
commit f536b3f48f
72 changed files with 338 additions and 1079 deletions

View File

@@ -174,9 +174,9 @@ public final class ModCrafting {
{"ccc", "bbb", "bbb",
'c', Blocks.crafting_table,
'b', Blocks.brick_block});
GameRegistry.addRecipe(new ItemStack(ModBlocks.testForge), new Object []
{"xxx", "x x", "xxx",
'x', Blocks.stonebrick});
GameRegistry.addRecipe(new ItemStack(ModBlocks.forge), new Object []
{"xax", "xsx", "xxx",
'x', Blocks.stonebrick, 'a', Blocks.stone_slab, 's', ModBlocks.firebox});
GameRegistry.addRecipe(new ItemStack(ModBlocks.solidFilter), new Object[]
{"xyx", "y y", "xyx",
'x', ModItems.splitBoard,