// Entferne Steinsticks-Rezept, da diese nicht das Ore-Dictionary verwenden (wird unten neu hinzugef??gt) recipes.removeShaped( * 2); recipes.removeShaped( * 4); // Gib dem lilla Schleim einen Sinn! recipes.addShapeless( * 2, [, ]); recipes.addShapeless(, []); // Sticks-Rezepte für Steinstick recipes.addShaped( * 6, [[], []]); recipes.addShaped( * 4, [[], []]); // Peaceful-Rezepte recipes.addShapeless(, [, , ]); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]); recipes.addShaped( * 2, [[, , ], [, , ], [, , ]]);