diff --git a/index.toml b/index.toml index 55c7355..f99ae48 100644 --- a/index.toml +++ b/index.toml @@ -25,6 +25,11 @@ file = "mods/artifacts.pw.toml" hash = "45e9ed825929aee685220a3625e94d89c5ba7c91557d2b8050b70c6008de1a7d" metafile = true +[[files]] +file = "mods/audaki-cart-engine.pw.toml" +hash = "9f355ed8e7f4a031ffec56ed5dca20b9d266cc0123645fb1d9aaab6f592d0623" +metafile = true + [[files]] file = "mods/azurelib-armor.pw.toml" hash = "e9037631f35d6bedf15863b46032c06921c49537018ac43d475e549914d5de86" @@ -565,6 +570,11 @@ file = "mods/rei.pw.toml" hash = "23d596d1d2e39ae3b05415790663819401fc62d745d6a817e88d9c36d07bce53" metafile = true +[[files]] +file = "mods/respawning-animals.pw.toml" +hash = "a1ab5216888d751adb562c416604d95216dfe7cc68dd3e6f4e90ea21492cf8f4" +metafile = true + [[files]] file = "mods/revelationary.pw.toml" hash = "baac04be6dfec29d210c53eadddb7f6f0be051ddcf36300c0ce718fc9680a399" @@ -670,6 +680,11 @@ file = "mods/things.pw.toml" hash = "85182812adebb8cd80ce042b5612bc8ddadb0317fa92d932d98c4e1596906e49" metafile = true +[[files]] +file = "mods/toms-storage.pw.toml" +hash = "16533ac83d5cd1cb2708e080ad7996b22a595a7184a034516d46ad871776cd9b" +metafile = true + [[files]] file = "mods/travelers-titles.pw.toml" hash = "df6c42195656610837ff05462ac37bb40da04a18de198333769030c562cbfe2d" diff --git a/mods/audaki-cart-engine.pw.toml b/mods/audaki-cart-engine.pw.toml new file mode 100644 index 0000000..8e79297 --- /dev/null +++ b/mods/audaki-cart-engine.pw.toml @@ -0,0 +1,13 @@ +name = "Audaki Cart Engine" +filename = "ACE-2.0.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/V8qsCwta/versions/mU993yDx/ACE-2.0.6.jar" +hash-format = "sha1" +hash = "ece8c55ac3f229c2ef41a9fe6ad76be19ae3823b" + +[update] +[update.modrinth] +mod-id = "V8qsCwta" +version = "mU993yDx" diff --git a/mods/respawning-animals.pw.toml b/mods/respawning-animals.pw.toml new file mode 100644 index 0000000..b624dc9 --- /dev/null +++ b/mods/respawning-animals.pw.toml @@ -0,0 +1,13 @@ +name = "Respawning Animals" +filename = "RespawningAnimals-v8.2.0-1.20.1-Fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/WnwcSeWc/versions/uwE2f5y5/RespawningAnimals-v8.2.0-1.20.1-Fabric.jar" +hash-format = "sha1" +hash = "61e5b5d56af354ef4f4557a8035b4825416fe975" + +[update] +[update.modrinth] +mod-id = "WnwcSeWc" +version = "uwE2f5y5" diff --git a/mods/toms-storage.pw.toml b/mods/toms-storage.pw.toml new file mode 100644 index 0000000..6c533a0 --- /dev/null +++ b/mods/toms-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Tom's Simple Storage Mod" +filename = "toms_storage_fabric-1.20-1.6.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/l63ucSOn/toms_storage_fabric-1.20-1.6.5.jar" +hash-format = "sha1" +hash = "53763ad5af7d4cfde29b5f0f627adc08fa2b721c" + +[update] +[update.modrinth] +mod-id = "XZNI4Cpy" +version = "l63ucSOn" diff --git a/pack.toml b/pack.toml index e4a7c1b..9139b40 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabric_Modpack" author = "Piousp" -version = "2023.12.1" +version = "2024.03.06" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1a3d427b9885dece8bf92c084d77ef2680130169fa25af8e8e3b234d5f1588ab" +hash = "b0645bf2132a70adaa7672bb72a3615aaead5725221bc818ae0a53c4cdb23203" [versions] fabric = "0.15.0"