Added Sunflower to 2x Dandelion
This commit is contained in:
14
index.toml
14
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"
|
||||
|
||||
13
mods/crafttweaker.pw.toml
Normal file
13
mods/crafttweaker.pw.toml
Normal file
@@ -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"
|
||||
13
mods/faux-custom-entity-data.pw.toml
Normal file
13
mods/faux-custom-entity-data.pw.toml
Normal file
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
3
scripts/recipes.zs
Normal file
3
scripts/recipes.zs
Normal file
@@ -0,0 +1,3 @@
|
||||
// #Add
|
||||
recipes.addShaped("sunflower_dandelion", <item:minecraft:dandelion : 2>, [ < item:minecraft:sunflower > ])
|
||||
// File End
|
||||
Reference in New Issue
Block a user