Add a recipe for the steel hatch

dev
Arona Jones 2015-10-15 18:14:23 +01:00
parent f6a08e51e6
commit 0425a3f965
1 changed files with 3 additions and 0 deletions

View File

@ -342,6 +342,9 @@ public class InitRecipes
GameRegistry.addRecipe(new ItemStack(InitBlocks.blockSkyrail), " N ", "GGG", "R R", 'N', new ItemStack(Blocks.golden_rail, 1, 0), 'G',
Items.gold_ingot, 'R', Items.redstone);
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(InitBlocks.blockHatch), "PPP", " P ", "IBI", 'B', "blockSteel", 'I', "ingotSteel",
'P', "plateSteel"));
}
private static void initModuleRecipes()