// #Add // Flowers craftingTable.addShaped("sunflower_dandelion", * 4, [[], []]); craftingTable.addShaped("lilac_allium", * 4, [[], []]); craftingTable.addShaped("peony_pink_tulip", * 4, [[], []]); craftingTable.addShaped("rose_bush_poppy", * 4, [[], []]); // Create .add(); // Steel Ingot Melting .add(); // Steel Block Melting .add(); // Nethersteel .addJsonRecipe("create_dd_steel_nethersteel", { heatRequirement: "superheated", ingredients: [ , , , , ], results: [ * 8] }); // File End