Grapples & Create Additions!
This commit is contained in:
parent
60f5682778
commit
07413e9665
5 changed files with 70 additions and 1 deletions
14
index.toml
14
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"
|
||||
|
|
13
mods/createaddition.pw.toml
Normal file
13
mods/createaddition.pw.toml
Normal file
|
@ -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
|
13
mods/limits-grapple.pw.toml
Normal file
13
mods/limits-grapple.pw.toml
Normal file
|
@ -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"
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue