mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-09 09:48:06 +01:00
feat: add industrial foregoing
This commit is contained in:
parent
dff9c3cf10
commit
3efaa3e343
4 changed files with 37 additions and 1 deletions
|
@ -590,6 +590,11 @@ file = "mods/immersive-paintings.pw.toml"
|
||||||
hash = "3f8021342d54a239164712721bf5c0c424b47eb689fd573d68e44681904998c3"
|
hash = "3f8021342d54a239164712721bf5c0c424b47eb689fd573d68e44681904998c3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/industrial-foregoing.pw.toml"
|
||||||
|
hash = "637c9f80eac8021422cec8d539fea2ba09728430b2c3cca50b8ca155cbd559fe"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ironchests.pw.toml"
|
file = "mods/ironchests.pw.toml"
|
||||||
hash = "7870e7d4b9a9ad45912f7adb35ae6103d006ea21bacd058a006f266a9fa89db0"
|
hash = "7870e7d4b9a9ad45912f7adb35ae6103d006ea21bacd058a006f266a9fa89db0"
|
||||||
|
@ -965,6 +970,11 @@ file = "mods/thermal-foundation.pw.toml"
|
||||||
hash = "2218fa5e3f7810ac64478809fe3b6d7bd7e80fabe0491f5bd2a008fb64919670"
|
hash = "2218fa5e3f7810ac64478809fe3b6d7bd7e80fabe0491f5bd2a008fb64919670"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/titanium.pw.toml"
|
||||||
|
hash = "8f558a6a66f8b7e4f194a1a3d9fc32ad143c1c18756e7c86534621edac752d8c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/tough-as-nails.pw.toml"
|
file = "mods/tough-as-nails.pw.toml"
|
||||||
hash = "b4a82fd04cbc6c1e4efefccb720f255c0642a654647acd25f90c406697ef022a"
|
hash = "b4a82fd04cbc6c1e4efefccb720f255c0642a654647acd25f90c406697ef022a"
|
||||||
|
|
13
packwiz/1.20.1/mods/industrial-foregoing.pw.toml
Normal file
13
packwiz/1.20.1/mods/industrial-foregoing.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Industrial Foregoing"
|
||||||
|
filename = "industrial-foregoing-1.20.1-3.5.17.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/lWxpUd04/versions/dmSYlUqv/industrial-foregoing-1.20.1-3.5.17.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "81b629e8227227c7558068971b53730cbafc4ecc"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "lWxpUd04"
|
||||||
|
version = "dmSYlUqv"
|
13
packwiz/1.20.1/mods/titanium.pw.toml
Normal file
13
packwiz/1.20.1/mods/titanium.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Titanium"
|
||||||
|
filename = "titanium-1.20.1-3.8.28.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/1Ro7m06l/versions/NqY5UYxd/titanium-1.20.1-3.8.28.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "3c0ee724e19484101e2fbfc28e5d04b299bc92b2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "1Ro7m06l"
|
||||||
|
version = "NqY5UYxd"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "3cb1b49575c99ee8423cb35473fe1d43c7e6f4298894f3ec2344cba19accb7fa"
|
hash = "f0f76ddddd814743120393dbf3f8d6321218105a064c65984b81f60388eedaa3"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.2.17"
|
forge = "47.2.17"
|
||||||
|
|
Loading…
Reference in a new issue