diff --git a/index.toml b/index.toml index 6a4e4fb..6cfb1b7 100644 --- a/index.toml +++ b/index.toml @@ -1168,6 +1168,10 @@ hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" file = "scripts/recipes.zs" hash = "242dd9fbe0d5254436c9fc98f7c322222a31ed4b4faaae96630952a2be680caa" +[[files]] +file = "scripts/recipes_nylium_1-0-20.zs" +hash = "cf6df7c17e2a4e927e9492855d6288a6717ceffee3e85c93b5b98f4b4275a0a7" + [[files]] file = "servers.dat" hash = "7f7d5bbb9482fb88a30c572ed01dc77ef555d7eb8375910bdc78584042dd349f" diff --git a/pack.toml b/pack.toml index 3dc5ec1..f46fe23 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a1413ab26ec3aff978b6fc1a7bf8814adc1df0eaa74b017bb0098bdfa134450e" +hash = "8bacc8437ee32cfcb746a302302bb6247ddce1351a67bd865d64668f9958dedd" [versions] fabric = "0.15.11" diff --git a/scripts/recipes_nylium_1-0-20.zs b/scripts/recipes_nylium_1-0-20.zs new file mode 100644 index 0000000..93f2643 --- /dev/null +++ b/scripts/recipes_nylium_1-0-20.zs @@ -0,0 +1,7 @@ +// #Add + +craftingTable.addShaped("crimson_fungus_crimson_nylium", , [[], [], []]); + +craftingTable.addShaped("warped_fungus_warped_nylium", , [[], [], []]); + +// File End