SpoutManager.getMaterialManager().registerSpoutRecipe(recipe_2_1);
//Artefakt Stufe 3
ItemStack result_3_1 = new SpoutItemStack(ConflictPlugin.art_3_1, 1);
SpoutShapedRecipe recipe_3_1 = new SpoutShapedRecipe(result_3_1);
recipe_3_1.shape("LGL", "ODO", "A A");
recipe_3_1.setIngredient('G', MaterialData.ghastTear);
recipe_3_1.setIngredient('L', MaterialData.lapisBlock);
recipe_3_1.setIngredient('D', MaterialData.diamondBlock);
recipe_3_1.setIngredient('O', MaterialData.goldBlock);
recipe_3_1.setIngredient('A', ConflictPlugin.art_2_5);