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

@@ -1151,7 +1151,7 @@ hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999"
[[files]]
file = "scripts/recipes.zs"
hash = "49176b6aa7af590c6abe6225b004e84a03dc6872c62cdc9b8fb12d0bdc9b3cb4"
hash = "242dd9fbe0d5254436c9fc98f7c322222a31ed4b4faaae96630952a2be680caa"
[[files]]
file = "servers.dat"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "ab831f4d43423ab50d448b8d26a320b61b1f5282e2d05943bc0cb592094dc18b"
hash = "a87a6d8fb4b1ccba2ba445af370043dcf2e33163240c0fcf8ec33ec58b0dbf8a"
[versions]
fabric = "0.15.11"

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