Update 1.0.19 (#1)

Co-authored-by: JordanPlayz158 <JordanAdamsBusiness@outlook.com>
Reviewed-on: #1
This commit is contained in:
2024-08-03 22:50:37 -05:00
parent d96a54abcf
commit 01466b2809
8 changed files with 104 additions and 7 deletions

21
scripts/recipes.zs Normal file
View File

@@ -0,0 +1,21 @@
// #Add
// Flowers
craftingTable.addShaped("sunflower_dandelion", <item:minecraft:dandelion> * 4, [[<item:minecraft:sunflower>], [<item:minecraft:sunflower>]]);
craftingTable.addShaped("lilac_allium", <item:minecraft:allium> * 4, [[<item:minecraft:lilac>], [<item:minecraft:lilac>]]);
craftingTable.addShaped("peony_pink_tulip", <item:minecraft:pink_tulip> * 4, [[<item:minecraft:peony>], [<item:minecraft:peony>]]);
craftingTable.addShaped("rose_bush_poppy", <item:minecraft:poppy> * 4, [[<item:minecraft:rose_bush>], [<item:minecraft:rose_bush>]]);
// Create
<tag:items:c:steel_ingots>.add(<item:create_dd:steel_ingot>);
// Steel Ingot Melting
<tag:items:createbigcannons:ingot_steel>.add(<item:create_dd:steel_ingot>);
// Steel Block Melting
<tag:items:createbigcannons:block_steel>.add(<item:create_dd:steel_block>);
// File End