diff --git a/index.toml b/index.toml index a80594f..21af1e9 100644 --- a/index.toml +++ b/index.toml @@ -14056,6 +14056,10 @@ hash = "4c40b108ee7dca96fd8d0169c68bae6c473b9f43512d5e77db62090791f59037" file = "mods/InsaneLib-1.12.1-mc1.20.1.jar" hash = "ad489cad2f2e77c5ea0e8dcbf78c23c9b8a56504bdacb4ca8715a1cb008b8568" +[[files]] +file = "mods/IronsRecipeAdditions_1.20.1_modversion_1.8.jar" +hash = "6f6b06b464a5f084103e5d31a23f4016991149ad334f95ac914f3d0d879c75b2" + [[files]] file = "mods/ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar" hash = "81bc71e1e1defd0b8d38011d136e6310d98287f6c34317e8b90860c3d492b27a" @@ -14740,6 +14744,10 @@ hash = "0945acae4536823bee289cf4f09879d92f9ff776ad7961a409356feb9c79b2e2" file = "mods/invhud.forge.1.20.1-3.4.18.jar" hash = "9752f8e8307ea5ec299090d6dd518ac5b293f4478a12d0206bbbc5d80024a318" +[[files]] +file = "mods/irons_spellbooks-1.20.1-3.1.5.jar" +hash = "904e57218873c4f768db81d72547d6b9d1d39a50d46d5f2adbeae18fe34eb454" + [[files]] file = "mods/item-filters-forge-2001.1.0-build.59.jar" hash = "99417b1342ba51ccb9611b17ab01fc1299971aa34e8f9d2a8b3c63df5713eb49" @@ -15116,6 +15124,10 @@ hash = "cf877f7ac57fefc71c05eba73608851f66fb43b061d267f55c73ab7631dded31" file = "options.txt" hash = "7d98886302173e9fb1201f3238af637e0490a2de40485e1094b0087bddc87bb9" +[[files]] +file = "refresh.bat" +hash = "9826b410d57864a887edb3d9dbf078fac1770d3641333b94cde15f716f80c4fa" + [[files]] file = "servers.dat" hash = "5314fa92be9cf9bd0f1e959573491e8cd56e340b5f773f1b6d5f13a4e75806f8" diff --git a/mods/IronsRecipeAdditions_1.20.1_modversion_1.8.jar b/mods/IronsRecipeAdditions_1.20.1_modversion_1.8.jar new file mode 100644 index 0000000..e47f114 Binary files /dev/null and b/mods/IronsRecipeAdditions_1.20.1_modversion_1.8.jar differ diff --git a/mods/irons_spellbooks-1.20.1-3.1.5.jar b/mods/irons_spellbooks-1.20.1-3.1.5.jar new file mode 100644 index 0000000..e4b0345 Binary files /dev/null and b/mods/irons_spellbooks-1.20.1-3.1.5.jar differ diff --git a/pack.toml b/pack.toml index 07524a4..390d67b 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2ad9d58aa428ebb7686ea3a9e71e12794603de001d7ab0e6cfe4efacdddb5cff" +hash = "ee363b31bca19177bf17a92c4ca75a5f9ff60f24c1cea5e0d11239134d370080" [versions] forge = "47.2.18" diff --git a/refresh.bat b/refresh.bat new file mode 100644 index 0000000..0a12fa3 --- /dev/null +++ b/refresh.bat @@ -0,0 +1,5 @@ +@Echo off +Pushd "%~dp0" +packwiz refresh +popd +exit \ No newline at end of file