Simplifies recipes.zs

This commit is contained in:
JordanPlayz158
2024-07-22 20:21:29 -04:00
parent a14078c869
commit e02aab2e4b
3 changed files with 2 additions and 15 deletions

View File

@@ -18,17 +18,4 @@ craftingTable.addShaped("rose_bush_poppy", <item:minecraft:poppy> * 4, [[<item:m
// Steel Block Melting
<tag:items:createbigcannons:block_steel>.add(<item:create_dd:steel_block>);
// Nethersteel
<recipetype:create:mixing>.addJsonRecipe("create_dd_steel_nethersteel", {
heatRequirement: "superheated",
ingredients: [
<item:minecraft:netherite_scrap>,
<item:create_dd:steel_ingot>,
<item:create_dd:steel_ingot>,
<item:create_dd:steel_ingot>,
<item:create_dd:steel_ingot>
],
results: [<item:createbigcannons:nethersteel_ingot> * 8]
});
// File End