recipe_gold1.setIngredient('R', MaterialData.redstone);
recipe_gold1.setIngredient('I', MaterialData.ironIngot);
SpoutManager.getMaterialManager().registerSpoutRecipe(recipe_gold1);
SpoutShapedRecipe recipe_gold2 = new SpoutShapedRecipe(new SpoutItemStack(MaterialData.goldIngot, 1));
recipe_gold2.shape("LLL", "LLL", "RRR");
recipe_gold2.setIngredient('R', MaterialData.redstone);
recipe_gold2.setIngredient('L', MaterialData.lapisLazuli);
SpoutManager.getMaterialManager().registerSpoutRecipe(recipe_gold2);
SpoutShapedRecipe recipe_gold3 = new SpoutShapedRecipe(new SpoutItemStack(MaterialData.goldIngot, 1));