From 07413e96657c18daffe71571a28238ea1d98a3f1 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Sun, 5 Mar 2023 19:58:10 +0100 Subject: [PATCH] Grapples & Create Additions! --- index.toml | 14 +++++++++ mods/createaddition.pw.toml | 13 +++++++++ mods/limits-grapple.pw.toml | 13 +++++++++ pack.toml | 2 +- .../mechanical_crafting/electric_motor.json | 29 +++++++++++++++++++ 5 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 mods/createaddition.pw.toml create mode 100644 mods/limits-grapple.pw.toml create mode 100644 resources/required-data/ExploreCraft-Tweaks/data/createaddition/recipes/mechanical_crafting/electric_motor.json diff --git a/index.toml b/index.toml index 0791896..1de37c0 100644 --- a/index.toml +++ b/index.toml @@ -308,6 +308,11 @@ file = "mods/create-fabric.pw.toml" hash = "19783c9eb3f9c3a9522f47f11fa9b87dd62b64a42e52cadbdf9ce9d5c8d73d46" metafile = true +[[files]] +file = "mods/createaddition.pw.toml" +hash = "8260c756c1da49c5c97ef81d1442018979d6979aac0e37a79c864a680e15cf5d" +metafile = true + [[files]] file = "mods/detail-armor-bar.pw.toml" hash = "59c6d5913981335b2a8870c74497807e575ee5d2843391ef708527bdbb1adbc8" @@ -508,6 +513,11 @@ file = "mods/legendary-tooltips.pw.toml" hash = "e4958dc5dc67d3595710ee4b644edd1bed50eecf2fd990949487d47999e40729" metafile = true +[[files]] +file = "mods/limits-grapple.pw.toml" +hash = "d3e7af0e25bda336bf9991e8a4372b75212dab4fc74eaaebb33f04a5347ac17f" +metafile = true + [[files]] file = "mods/lithium.pw.toml" hash = "77e9a02e09ec5a0d6682e5f448953048d99e36da299d92627044aff0828798e3" @@ -908,6 +918,10 @@ hash = "0200f33c84d5a6c6ae3306156724abe3e63d38079c02e630c45b3b19dfbdc179" file = "resources/required-data/ExploreCraft-Tweaks/data/craftable_bundles_leather/recipes/bundle_leather.json" hash = "2409bfe97d21d779aa8e0d2af1976727c12026a5a246184446b4cebde148c948" +[[files]] +file = "resources/required-data/ExploreCraft-Tweaks/data/createaddition/recipes/mechanical_crafting/electric_motor.json" +hash = "328be5fa7ea3f48347b786304d43d0f2aa7d439fc8feec2222f438325f0fedda" + [[files]] file = "resources/required-data/ExploreCraft-Tweaks/data/dropper_to_dispenser/advancements/recipes/building_blocks/dropper_to_dispenser/dispenser.json" hash = "a3cc98f2ca085a1e32ab2d24b2029149614b0fdb02dd181b0d5fceab226451ba" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml new file mode 100644 index 0000000..5419d5f --- /dev/null +++ b/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +name = "Create Crafts & Additions" +filename = "createaddition-fabric+1.19.2-20230211a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "34da3cead36324eb61ce6c759323bf75a2d4b3cf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4391443 +project-id = 439890 diff --git a/mods/limits-grapple.pw.toml b/mods/limits-grapple.pw.toml new file mode 100644 index 0000000..9096479 --- /dev/null +++ b/mods/limits-grapple.pw.toml @@ -0,0 +1,13 @@ +name = "Limits' Grapple" +filename = "limits_grapple-0.6.3-1.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ag7gQVdT/versions/zsovJNBp/limits_grapple-0.6.3-1.19.jar" +hash-format = "sha1" +hash = "1224ca4ac97019f2a76e86ecaaf79ccb2544c12d" + +[update] +[update.modrinth] +mod-id = "Ag7gQVdT" +version = "zsovJNBp" diff --git a/pack.toml b/pack.toml index e4e28e7..9f7bed5 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 = "a2cf95185da6d8d74f8751b7bf54794b2653e572fd9a10ec768335449b0db2ba" +hash = "680f76a18204e2f093cc9b21840835a60b840343bb177395cc3ea7ad27be7b0c" [versions] minecraft = "1.19.2" diff --git a/resources/required-data/ExploreCraft-Tweaks/data/createaddition/recipes/mechanical_crafting/electric_motor.json b/resources/required-data/ExploreCraft-Tweaks/data/createaddition/recipes/mechanical_crafting/electric_motor.json new file mode 100644 index 0000000..c2ecdca --- /dev/null +++ b/resources/required-data/ExploreCraft-Tweaks/data/createaddition/recipes/mechanical_crafting/electric_motor.json @@ -0,0 +1,29 @@ +{ + "type": "create:mechanical_crafting", + "pattern": [ + "none ", + " ", + " ", + " " + ], + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "C": { + "item": "createaddition:capacitor" + }, + "B": { + "tag": "c:brass_plates" + }, + "R": { + "tag": "c:rods/iron" + }, + "S": { + "item": "createaddition:copper_spool" + } + }, + "result": { + "item": "createaddition:electric_motor" + } +} \ No newline at end of file