Simplifies recipes.zs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user