// Entferne originale Knopf-Rezepte (werden unten neu hinzugefügt) recipes.removeShapeless(, []); recipes.removeShapeless(, []); // Ledermaterial (wie Burlap) -> Leder recipes.addShapeless(, []); // 1 Holzplanke -> 2x Sticks recipes.addShapeless( * 2, []); // Holzknopf recipes.addShaped( * 4, [[null, , null], [, , ]]); // Steinknopf recipes.addShaped( * 4, [[null, , null], [, , ]]); // Ton aus Erde, Sand und Wasser recipes.addShaped( * 6, [[, , ], [null, , null], [, , ]]); // Glowstone aus Glas, Fackeln und Cobbelstone // Veraltet, dank Pam's Harvest the Nether // recipes.addShaped( * 1, [[, , ], [, , ], [, , ]]); // Netherstern recipes.remove(); // Remove the "Peaceful Mode Only" recipe recipes.addShaped(, [[, , ], [, , ], [, , ]]); // Charcoal -> Coal .addAll(); .addAll(); .addAll();