mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-12 19:18:06 +01:00
feat: universal enchants & universal bone meals
This commit is contained in:
parent
e490f29678
commit
0c31a96998
4 changed files with 37 additions and 1 deletions
|
@ -980,6 +980,16 @@ file = "mods/treechop.pw.toml"
|
|||
hash = "9b09aa0056d02ee5d529009e392af5412536bcb4b832ab9bc907d9135b1e00ec"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/universal-bone-meal.pw.toml"
|
||||
hash = "0d33b2f5dd7ea035ea85d384eea91459c4d6266d1848082e85cc23dc09424b02"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/universal-enchants.pw.toml"
|
||||
hash = "ed4342776c2a18da7de99b9c98f530df3f42fe25549bc2c299b318f1de9ff91f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/valhelsia-core.pw.toml"
|
||||
hash = "291b739cd1f5c3faa1d9c7de0ef3b414f479dfd71ef6c0eed4f79eeba4514ac3"
|
||||
|
|
13
packwiz/1.20.1/mods/universal-bone-meal.pw.toml
Normal file
13
packwiz/1.20.1/mods/universal-bone-meal.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Universal Bone Meal"
|
||||
filename = "UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/66VIiT1y/versions/RHX4KX61/UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7cd0784bdbc282c6fbc5e19db829031e9b635273"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "66VIiT1y"
|
||||
version = "RHX4KX61"
|
13
packwiz/1.20.1/mods/universal-enchants.pw.toml
Normal file
13
packwiz/1.20.1/mods/universal-enchants.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Universal Enchants"
|
||||
filename = "UniversalEnchants-v8.0.0-1.20.1-Forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DT56YDir/versions/3mpPAuYk/UniversalEnchants-v8.0.0-1.20.1-Forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0cc9f85e09c04bb5fbd561985f004a518590378d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DT56YDir"
|
||||
version = "3mpPAuYk"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "6ab5980cebdaed5f49a314e1ea9cde6957afb04832d263a8a0bfe8e61389c8c1"
|
||||
hash = "f8ae31df55eb8f165c1798e5243cd9ee82a4c550d437806e6b6fc92b2688e5a4"
|
||||
|
||||
[versions]
|
||||
forge = "47.2.17"
|
||||
|
|
Loading…
Reference in a new issue