Compare commits

..

2 Commits

Author SHA1 Message Date
3303fdd56d feat: add "irons-spells-n-spellbooks" mod 2026-02-18 11:36:10 -06:00
4439f183b1 feat: add "ars-nouveau" mod 2026-02-18 11:36:09 -06:00
4 changed files with 37 additions and 1 deletions

10
index.toml generated
View File

@@ -15,6 +15,11 @@ file = "mods/architectury-api.pw.toml"
hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76" hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76"
metafile = true metafile = true
[[files]]
file = "mods/ars-nouveau.pw.toml"
hash = "705856841852ca6823fb2b16c7e82c15ce251bf995ac6ac725ee5665d3b54dd1"
metafile = true
[[files]] [[files]]
file = "mods/attributefix.pw.toml" file = "mods/attributefix.pw.toml"
hash = "1af0f2515f459bc59ac0f489ef94bf2d6e0453e57831d5711c64da695929bde9" hash = "1af0f2515f459bc59ac0f489ef94bf2d6e0453e57831d5711c64da695929bde9"
@@ -290,6 +295,11 @@ file = "mods/immediatelyfast.pw.toml"
hash = "835bd8b05a05ce6c0981ddc37c49e4c476aa0414cc2a5321fd9f8994193b6feb" hash = "835bd8b05a05ce6c0981ddc37c49e4c476aa0414cc2a5321fd9f8994193b6feb"
metafile = true metafile = true
[[files]]
file = "mods/irons-spells-n-spellbooks.pw.toml"
hash = "0f69ae82b48bdd8f1a7e320ca5c2156c54d4c140357dac31c77519345bdaca2c"
metafile = true
[[files]] [[files]]
file = "mods/jade-addons-forge.pw.toml" file = "mods/jade-addons-forge.pw.toml"
hash = "f8312021fd88a4952e1d50a2f156fab65314f87658d7153efc56be76a422d5cd" hash = "f8312021fd88a4952e1d50a2f156fab65314f87658d7153efc56be76a422d5cd"

13
mods/ars-nouveau.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Ars Nouveau"
filename = "ars_nouveau-1.20.1-4.12.7-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TKB6INcv/versions/Hw2aD01e/ars_nouveau-1.20.1-4.12.7-all.jar"
hash-format = "sha512"
hash = "f3e3abf260fb3ef4c5b6b7324c055802135f82f4c550986f4e93b1a186c9b495cd8b6396ed89ab088b95e6176c0b9e290ccc69a528c521cd1bff19935ac36836"
[update]
[update.modrinth]
mod-id = "TKB6INcv"
version = "Hw2aD01e"

View File

@@ -0,0 +1,13 @@
name = "Iron's Spells 'n Spellbooks"
filename = "irons_spellbooks-1.20.1-3.15.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/s4OWxYQQ/versions/T1VAZjU6/irons_spellbooks-1.20.1-3.15.2.jar"
hash-format = "sha512"
hash = "64abbf27412fc694b3fa634f012d920a5c98529ead98ea7441cec55c996b287ac34aa936d653cb81e9615f29ade5ae4eddd51253f3c79244b6127cbfa9f0c198"
[update]
[update.modrinth]
mod-id = "s4OWxYQQ"
version = "T1VAZjU6"

View File

@@ -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 = "777e333fbf9e11c97ac1a7dd4145590393506702a2c93935a810c3fd0573ae8c" hash = "0d1f4f5517be4685b80858f36fd370313420bd7f201a1a190fa5f0c7b3f38b63"
[versions] [versions]
forge = "47.4.10" forge = "47.4.10"