diff --git a/.minecraft/index.toml b/.minecraft/index.toml index df9cc44..39b57e9 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -187,6 +187,11 @@ file = "mods/iris.pw.toml" hash = "e516d6d036f6d407a793c3b9a1fc5a8a817b05c9dc9d8677003fb0a512b2bf6f" metafile = true +[[files]] +file = "mods/iron-chests-for-fabric.pw.toml" +hash = "2e5b4f6165bd6abb7cf9169c4ceb8abc7d4b286866b31ad5f811d3a1754f842b" +metafile = true + [[files]] file = "mods/journeymap.pw.toml" hash = "307ad29277ba57ddf0a3acd1226a20bb0e4240a1d5c1df8a3b90b1dc024c0b92" diff --git a/.minecraft/mods/iron-chests-for-fabric.pw.toml b/.minecraft/mods/iron-chests-for-fabric.pw.toml new file mode 100644 index 0000000..3230f05 --- /dev/null +++ b/.minecraft/mods/iron-chests-for-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Iron Chests (Fabric)" +filename = "IronChests-1.7.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aacab22a472f18588d32af26b26316ca7bcd435d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3852620 +project-id = 498534 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 2c394d4..f3c16c4 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2d13d697f91b9350808c900037e978b78beffa5025c0d1c32246b35f054c03e3" +hash = "3559fc3f11eceaa975dfdb64ee584d273ed39706c776a1c42053e95eaf9f8031" [versions] fabric = "0.14.8"