From 922411044013eebe6eda0803bceda924fc7e093a Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Mon, 22 Jul 2024 16:10:34 -0400 Subject: [PATCH] Added Sunflower to 2x Dandelion --- index.toml | 14 ++++++++++++++ mods/crafttweaker.pw.toml | 13 +++++++++++++ mods/faux-custom-entity-data.pw.toml | 13 +++++++++++++ pack.toml | 2 +- scripts/recipes.zs | 3 +++ 5 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 mods/crafttweaker.pw.toml create mode 100644 mods/faux-custom-entity-data.pw.toml create mode 100644 scripts/recipes.zs diff --git a/index.toml b/index.toml index 58c0bc3..36bdf94 100644 --- a/index.toml +++ b/index.toml @@ -290,6 +290,11 @@ file = "mods/crafted-core.pw.toml" hash = "bfaf661307e01ff0c9f35b3f5f2f9a2f4193bcc09b81edf92af254d44078dc93" metafile = true +[[files]] +file = "mods/crafttweaker.pw.toml" +hash = "4509d50ad87085fdcb9c950ce9ba12a0a95686fefa649d426ca8bd552d0203ee" +metafile = true + [[files]] file = "mods/create-big-cannons.pw.toml" hash = "4e0de0f8b7921a609612cb1fd67721e801addc4f659b909ea9a1717cd131c80b" @@ -495,6 +500,11 @@ file = "mods/fastquit.pw.toml" hash = "26b473edf76a38c7f6f883381b6a42a33eea992501f26c46bae8b6149c86e234" metafile = true +[[files]] +file = "mods/faux-custom-entity-data.pw.toml" +hash = "a4da8bc46ad51d30597bd2235add659f0ee49123a7140487de7d127659a87e4b" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a" @@ -1134,6 +1144,10 @@ metafile = true file = "resourcepacks/RegalityResourcePack.zip" hash = "7c627985b33d5d4458a4532b53a4bfc0e78f69ebb0614e178d7cddbc7714c999" +[[files]] +file = "scripts/recipes.zs" +hash = "182c1f71360b8f6284cd271639408d67aeb753e86d2499574de17ed5c97c0fac" + [[files]] file = "servers.dat" hash = "7f7d5bbb9482fb88a30c572ed01dc77ef555d7eb8375910bdc78584042dd349f" diff --git a/mods/crafttweaker.pw.toml b/mods/crafttweaker.pw.toml new file mode 100644 index 0000000..8b46c60 --- /dev/null +++ b/mods/crafttweaker.pw.toml @@ -0,0 +1,13 @@ +name = "CraftTweaker" +filename = "CraftTweaker-fabric-1.20.1-14.0.40.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/WG2ODwLU/CraftTweaker-fabric-1.20.1-14.0.40.jar" +hash-format = "sha1" +hash = "ebd455b9251a142ddddd18288e75c2aa0ce4e20b" + +[update] +[update.modrinth] +mod-id = "Xg35A4rS" +version = "WG2ODwLU" diff --git a/mods/faux-custom-entity-data.pw.toml b/mods/faux-custom-entity-data.pw.toml new file mode 100644 index 0000000..d7900d9 --- /dev/null +++ b/mods/faux-custom-entity-data.pw.toml @@ -0,0 +1,13 @@ +name = "Faux Custom Entity Data" +filename = "FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E7ZFR7qk/versions/11wR6r8x/FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +hash-format = "sha1" +hash = "5c9c840aeda651dd23395ef82a81ea1b8fa2d23a" + +[update] +[update.modrinth] +mod-id = "E7ZFR7qk" +version = "11wR6r8x" diff --git a/pack.toml b/pack.toml index 3a9479a..d04b678 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 = "640fe13bdfb388f75198010a1b97854715cfc4fe46879da78e2491f8e0b70a8b" +hash = "6686dd5b06c49df9b9d39ad2b3dfc0faad95492e054497c04a05a4240de83002" [versions] fabric = "0.15.11" diff --git a/scripts/recipes.zs b/scripts/recipes.zs new file mode 100644 index 0000000..c3ff317 --- /dev/null +++ b/scripts/recipes.zs @@ -0,0 +1,3 @@ +// #Add +recipes.addShaped("sunflower_dandelion", , [ < item:minecraft:sunflower > ]) + // File End