From f08cab1f0cf798657be448855f4750c079f31751 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 12:59:45 -0300 Subject: [PATCH 01/11] feat: add bookshelf mod --- index.toml | 5 +++++ mods/bookshelf-lib.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/bookshelf-lib.pw.toml diff --git a/index.toml b/index.toml index 4307f39..0fb5f6a 100644 --- a/index.toml +++ b/index.toml @@ -85,6 +85,11 @@ file = "mods/boat-item-view.pw.toml" hash = "45ef79853a6e968323dadc477f2b68c046948a9e5b2445fed3ab5586598347cf" metafile = true +[[files]] +file = "mods/bookshelf-lib.pw.toml" +hash = "9a9190378ed3f2dcedb262fe971cfb4f1ee2f404f6c68d35970d29d413ed7645" +metafile = true + [[files]] file = "mods/borderless-mining.pw.toml" hash = "c49d42cddfb05cf5e4882d5753bd98a525c9a994fda5f49651003e8266b7aa9d" diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml new file mode 100644 index 0000000..cabed03 --- /dev/null +++ b/mods/bookshelf-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Bookshelf" +filename = "Bookshelf-Fabric-1.20.1-20.2.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/CBnLZwRS/Bookshelf-Fabric-1.20.1-20.2.13.jar" +hash-format = "sha1" +hash = "67a67945139b0c26bc8075a746b8f0ed571a9b8a" + +[update] +[update.modrinth] +mod-id = "uy4Cnpcm" +version = "CBnLZwRS" From 53fa42a1a28790b35982185881a8d7aef9162523 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 12:59:58 -0300 Subject: [PATCH 02/11] feat: add chat heads mod --- index.toml | 5 +++++ mods/chat-heads.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/chat-heads.pw.toml diff --git a/index.toml b/index.toml index 0fb5f6a..41ef6e2 100644 --- a/index.toml +++ b/index.toml @@ -130,6 +130,11 @@ file = "mods/cell.pw.toml" hash = "6c5d0b3000bf4a1936fdfbc18ddb7c8f62028ed58ee7d9cc217c11c8dd74a5ae" metafile = true +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "41e4a989d8dbae537a86f95008a4ca7d7126d17e9cdf50ad1b6c19759666c773" +metafile = true + [[files]] file = "mods/cicada.pw.toml" hash = "9429467855b96d1437d6335f45282625c4af182ec760a876f97270d0f2397f5a" diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml new file mode 100644 index 0000000..a4bbdef --- /dev/null +++ b/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.12.13-fabric-1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/MdoSw2dL/chat_heads-0.12.13-fabric-1.20.jar" +hash-format = "sha1" +hash = "3ca2e18866f1c297e30075148c216a3e833ef9b4" + +[update] +[update.modrinth] +mod-id = "Wb5oqrBJ" +version = "MdoSw2dL" From cc4682a953d6817c75e0ec083e650407c74eb733 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:00:11 -0300 Subject: [PATCH 03/11] feat: add enchantment descriptions --- index.toml | 5 +++++ mods/enchantment-descriptions.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/enchantment-descriptions.pw.toml diff --git a/index.toml b/index.toml index 41ef6e2..2c43bc6 100644 --- a/index.toml +++ b/index.toml @@ -260,6 +260,11 @@ file = "mods/emitrades.pw.toml" hash = "a55d562fcd6be9796e8cc162b83b5745efd83254fae44bf5a4d85d0fe6c97fcb" metafile = true +[[files]] +file = "mods/enchantment-descriptions.pw.toml" +hash = "a6b87f63429f4558272ce9d17cac84018c413163ac89aea8547c93856632000b" +metafile = true + [[files]] file = "mods/enderman-overhaul.pw.toml" hash = "889e0869ad130b13a482c5fd945ed2a5b35522e9165d294946183692279a96dc" diff --git a/mods/enchantment-descriptions.pw.toml b/mods/enchantment-descriptions.pw.toml new file mode 100644 index 0000000..5ff2698 --- /dev/null +++ b/mods/enchantment-descriptions.pw.toml @@ -0,0 +1,13 @@ +name = "Enchantment Descriptions" +filename = "EnchantmentDescriptions-Fabric-1.20.1-17.1.18.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/G4P1MSAp/EnchantmentDescriptions-Fabric-1.20.1-17.1.18.jar" +hash-format = "sha1" +hash = "8a8793e7930d164f22d5620bc22b7a703f05811f" + +[update] +[update.modrinth] +mod-id = "UVtY3ZAC" +version = "G4P1MSAp" From 8d96999f1a5c65fb143ee73b770b0792f8d92b31 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:00:19 -0300 Subject: [PATCH 04/11] feat: add falling leaves --- index.toml | 5 +++++ mods/fallingleaves.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/fallingleaves.pw.toml diff --git a/index.toml b/index.toml index 2c43bc6..9094186 100644 --- a/index.toml +++ b/index.toml @@ -335,6 +335,11 @@ file = "mods/fadeless.pw.toml" hash = "bd5311680997fada18e6492a91770fdc0762c718b3109820d67c1b019c2f1bf8" metafile = true +[[files]] +file = "mods/fallingleaves.pw.toml" +hash = "948e8a5d65ede4a8612a2f476d7b3b0f2fe00436ab3b8dd73829d4bdcf0cdf22" +metafile = true + [[files]] file = "mods/fastquit.pw.toml" hash = "26b473edf76a38c7f6f883381b6a42a33eea992501f26c46bae8b6149c86e234" diff --git a/mods/fallingleaves.pw.toml b/mods/fallingleaves.pw.toml new file mode 100644 index 0000000..e958469 --- /dev/null +++ b/mods/fallingleaves.pw.toml @@ -0,0 +1,13 @@ +name = "Falling Leaves" +filename = "fallingleaves-1.15.6+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/flPXaySR/fallingleaves-1.15.6%2B1.20.1.jar" +hash-format = "sha1" +hash = "9950aaea2a33b1cfc972e881c533384e3bb0a0fb" + +[update] +[update.modrinth] +mod-id = "WhbRG4iK" +version = "flPXaySR" From 0acf92d85d7b206dc132a9248f2e910bb5558ad9 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:00:30 -0300 Subject: [PATCH 05/11] feat: krypton --- index.toml | 5 +++++ mods/krypton.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/krypton.pw.toml diff --git a/index.toml b/index.toml index 9094186..6ffc0d3 100644 --- a/index.toml +++ b/index.toml @@ -420,6 +420,11 @@ file = "mods/kambrik.pw.toml" hash = "a6d6587d3a6d9e1cc905c2b92c651b8fa9dea764ef29918de24c64fd51aa0587" metafile = true +[[files]] +file = "mods/krypton.pw.toml" +hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882" +metafile = true + [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "a626674fc1092afe5ccc6cbf4856c09119e42395494f1c3862eed2ab17da0221" diff --git a/mods/krypton.pw.toml b/mods/krypton.pw.toml new file mode 100644 index 0000000..74c1b51 --- /dev/null +++ b/mods/krypton.pw.toml @@ -0,0 +1,13 @@ +name = "Krypton" +filename = "krypton-0.2.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar" +hash-format = "sha1" +hash = "4d499819effd8afe811e5d93952fcc46765a00df" + +[update] +[update.modrinth] +mod-id = "fQEb0iXm" +version = "jiDwS0W1" From f548c2780c770614d21fb50c5b760ee025ec9ed5 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:00:39 -0300 Subject: [PATCH 06/11] feat: nether portal fix --- index.toml | 5 +++++ mods/netherportalfix.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/netherportalfix.pw.toml diff --git a/index.toml b/index.toml index 6ffc0d3..025f36e 100644 --- a/index.toml +++ b/index.toml @@ -520,6 +520,11 @@ file = "mods/naturalist.pw.toml" hash = "6cef110f567b6957a35aa4224c70e7e4ad22dd25f852b2a39d2457fdb804edff" metafile = true +[[files]] +file = "mods/netherportalfix.pw.toml" +hash = "6f544187351671449d090d19f2279c288efba093d470a0bbd4580eb2750105cb" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5" diff --git a/mods/netherportalfix.pw.toml b/mods/netherportalfix.pw.toml new file mode 100644 index 0000000..30459fb --- /dev/null +++ b/mods/netherportalfix.pw.toml @@ -0,0 +1,13 @@ +name = "NetherPortalFix" +filename = "netherportalfix-fabric-1.20-13.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/nPZr02ET/versions/NANcEzKA/netherportalfix-fabric-1.20-13.0.1.jar" +hash-format = "sha1" +hash = "a47e66e53bb9afddfc26f66319ce2e7936fd6d68" + +[update] +[update.modrinth] +mod-id = "nPZr02ET" +version = "NANcEzKA" From 5f5a16a76d9627d335f5ff4293fcf0259d31ffd8 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:00:48 -0300 Subject: [PATCH 07/11] feat: presence footsteps --- index.toml | 5 +++++ mods/presence-footsteps.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/presence-footsteps.pw.toml diff --git a/index.toml b/index.toml index 025f36e..00218c7 100644 --- a/index.toml +++ b/index.toml @@ -595,6 +595,11 @@ file = "mods/playeranimator.pw.toml" hash = "a3d67082a95f70155d68aec25d7ffba8a7c7bc48b342529e52005ddfc76f11ae" metafile = true +[[files]] +file = "mods/presence-footsteps.pw.toml" +hash = "35f2b7d27291e3a313c986137b70b7675bc32b3d0097e0940c7e23b0cf62b92e" +metafile = true + [[files]] file = "mods/prism-lib.pw.toml" hash = "a878f1e84810c2fdfe58945b07ae680e3e483d89f33e378aa5a950d6b99f38a3" diff --git a/mods/presence-footsteps.pw.toml b/mods/presence-footsteps.pw.toml new file mode 100644 index 0000000..42b1b1c --- /dev/null +++ b/mods/presence-footsteps.pw.toml @@ -0,0 +1,13 @@ +name = "Presence Footsteps" +filename = "PresenceFootsteps-1.9.4+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/LjDXTyEn/PresenceFootsteps-1.9.4%2B1.20.1.jar" +hash-format = "sha1" +hash = "f4b446c7153bf6dbe41b7f3325686e3dd630dff1" + +[update] +[update.modrinth] +mod-id = "rcTfTZr3" +version = "LjDXTyEn" From ce533650f531c9a89b95f87776d39b6c10483d0a Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:00:56 -0300 Subject: [PATCH 08/11] feat: server core --- index.toml | 5 +++++ mods/servercore.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/servercore.pw.toml diff --git a/index.toml b/index.toml index 00218c7..c292692 100644 --- a/index.toml +++ b/index.toml @@ -650,6 +650,11 @@ file = "mods/rrls.pw.toml" hash = "062e145a4c182959dc44f1fe531514191692ed6088ee5b307143a81ec39d9c70" metafile = true +[[files]] +file = "mods/servercore.pw.toml" +hash = "182161aa8e4b730555dd9984efb7be8cfd3debbaf1d4cc60e0b3241402e6f2bc" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "50852c6f492cf08473040c77154def33928566d0b5f3063b304f52e9fd18143d" diff --git a/mods/servercore.pw.toml b/mods/servercore.pw.toml new file mode 100644 index 0000000..437d09c --- /dev/null +++ b/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-fabric-1.5.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/2SHzyIvs/servercore-fabric-1.5.1%2B1.20.1.jar" +hash-format = "sha1" +hash = "3aa98a433b7bfc2fbf0ace15505030796ff51a1b" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "2SHzyIvs" From 9ad0a4c8e843f6f1a4d6fd6d3f2e9dcace9640de Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:01:05 -0300 Subject: [PATCH 09/11] feat: wavey capes --- index.toml | 5 +++++ mods/wavey-capes.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/wavey-capes.pw.toml diff --git a/index.toml b/index.toml index c292692..fa1cf44 100644 --- a/index.toml +++ b/index.toml @@ -735,6 +735,11 @@ file = "mods/vmp-fabric.pw.toml" hash = "40f1effd2c65b6c6f9a1b5dfd0903c87df02b23da6b57f389f61f361ef86d425" metafile = true +[[files]] +file = "mods/wavey-capes.pw.toml" +hash = "a11a025ae5b3ec80c98b8d3dff5b4ce3b762303cc51ac0db0ce6a189dca145fc" +metafile = true + [[files]] file = "mods/way2wayfabric.pw.toml" hash = "22c02c241c720ef0e1ce59efb559a82ae47a5451409dda20bdf5f1e9c8dd0597" diff --git a/mods/wavey-capes.pw.toml b/mods/wavey-capes.pw.toml new file mode 100644 index 0000000..af46f3e --- /dev/null +++ b/mods/wavey-capes.pw.toml @@ -0,0 +1,13 @@ +name = "Wavey Capes" +filename = "waveycapes-fabric-1.4.9-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kYuIpRLv/versions/dGGbcsvh/waveycapes-fabric-1.4.9-mc1.20.1.jar" +hash-format = "sha1" +hash = "aa34148885ae3023d2dca63f42f98f5d1adc5d9b" + +[update] +[update.modrinth] +mod-id = "kYuIpRLv" +version = "dGGbcsvh" From ad15c3a3ccf7a62d55105bd35636abf3d016f512 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:03:11 -0300 Subject: [PATCH 10/11] feat: update mods --- index.toml | 24 +++++++++---------- mods/3dskinlayers.pw.toml | 8 +++---- mods/ambientsounds.pw.toml | 8 +++---- mods/balm.pw.toml | 8 +++---- mods/entity-model-features.pw.toml | 8 +++---- mods/entityculling.pw.toml | 8 +++---- mods/entitytexturefeatures.pw.toml | 8 +++---- mods/noisium.pw.toml | 8 +++---- mods/not-enough-animations.pw.toml | 8 +++---- mods/philips-ruins.pw.toml | 8 +++---- mods/tree-harvester.pw.toml | 8 +++---- mods/xaeros-minimap.pw.toml | 8 +++---- resourcepacks/translations-for-sodium.pw.toml | 6 ++--- 13 files changed, 59 insertions(+), 59 deletions(-) diff --git a/index.toml b/index.toml index fa1cf44..e06fc08 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "mods/3dskinlayers.pw.toml" -hash = "18da38fc422d0395aa2bd96e9f8aa37ea4f1bc409b1818f6330be5784e4deb03" +hash = "00318827d72a18aedaf7979e4f7938a0e6a2c35fc703906cad64ea6b38cb7200" metafile = true [[files]] @@ -32,7 +32,7 @@ metafile = true [[files]] file = "mods/ambientsounds.pw.toml" -hash = "a17ad0c8eaa777a8fd9c55e522eb18c7a21eecfb31f8655d6891277e0220df60" +hash = "f247e25aa793c3da9db5074f5e9d088534b21ad766179a4be5e96372ff168d95" metafile = true [[files]] @@ -57,7 +57,7 @@ metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "702c657b08052d134afe33e912bca1e2b7fdfc6167d1882e6ba3584bd2d6557b" +hash = "d8c757f4a1f9d3abef4a3b25a889af423003a9b8af300d6e3e243f3f53f4d152" metafile = true [[files]] @@ -277,17 +277,17 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "c34d7228915013f3946f0943079644a44f653b9a378d129d733db249a790bed0" +hash = "c6f63f5f20e88ecaab69d566de67c59b2b94e66d11b46709b3e3d1bfa5793b2d" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "9f499eff7ddb9eeab719f19808cbcf41f2b77d06ebf946f157cf7b5f52f64e70" +hash = "50e74c622dd7aaab5f55a7f03a8e9e7e684363799767d270a89a46f7535e62bc" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "b596d10a9b700d570d729f2f04b892d1a7715c5af434a998dc0c15a7596b05d7" +hash = "49f07f3858a71d7247b27e77179ff5c3c044163886c0bee823590cd603147e5b" metafile = true [[files]] @@ -532,12 +532,12 @@ metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "f8e108e64705e5b1852e6e1140bb6870c6dbbf6577b02dfe750f49de156737d9" +hash = "ee900299b13f25787c8258c2b76072f353c15d4510d8ad2d2ee6e6d636c54668" metafile = true [[files]] file = "mods/not-enough-animations.pw.toml" -hash = "dfcf0446ce11ef9691761c4a696b7ca8763854d977c5074a56fa266d92aebd86" +hash = "c1af094459b98cec11530cdaefc40588728aa0384d90e1a9c6d5deae47a900d5" metafile = true [[files]] @@ -582,7 +582,7 @@ metafile = true [[files]] file = "mods/philips-ruins.pw.toml" -hash = "faf31f9b7dcda0e1d0c2df2a45defe58a477c0dfb7b8097985bc8d6067757d42" +hash = "80f0330bb53b7654937a0aa1fc049e993f49e11a27537a92dd40d47a87b89ec5" metafile = true [[files]] @@ -712,7 +712,7 @@ metafile = true [[files]] file = "mods/tree-harvester.pw.toml" -hash = "345b59f04624132d80e9128e34a05ca725647a9982581408b31624aea4d6afe4" +hash = "2f3085d8ca835f6afecfd6978e5b20f0bd9beeb12a0902b5c01e12f8afa1ae96" metafile = true [[files]] @@ -757,7 +757,7 @@ metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" -hash = "74a5d6dc2fa3494650bf951f2212c70eeb6b8d1af209b5dab4b7a8582302865c" +hash = "86e8fdd0f89d9c0f320dd7197d2943d9beeb4cecc928334f9926cc0305242314" metafile = true [[files]] @@ -852,7 +852,7 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" -hash = "03964b6397d312d899898cfd06019a1e62725df060b19745f4a0993bd9f18197" +hash = "f8e865c4d22ea5044d9601fda35da6858194b49a5619f7982aab2e2831f0b8f0" metafile = true [[files]] diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml index 771fef5..9ae6fda 100644 --- a/mods/3dskinlayers.pw.toml +++ b/mods/3dskinlayers.pw.toml @@ -1,13 +1,13 @@ name = "3D Skin Layers" -filename = "skinlayers3d-fabric-1.6.6-mc1.20.1.jar" +filename = "skinlayers3d-fabric-1.6.7-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/nMrKSYUo/skinlayers3d-fabric-1.6.6-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/kFPX5Wmk/skinlayers3d-fabric-1.6.7-mc1.20.1.jar" hash-format = "sha1" -hash = "4c623a908a1a712002eee9387923f5cf7fa049bb" +hash = "a28968dac130113b299b4773e72d5217c9d73fed" [update] [update.modrinth] mod-id = "zV5r3pPn" -version = "nMrKSYUo" +version = "kFPX5Wmk" diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml index 6e0ba46..34632cb 100644 --- a/mods/ambientsounds.pw.toml +++ b/mods/ambientsounds.pw.toml @@ -1,13 +1,13 @@ name = "AmbientSounds" -filename = "AmbientSounds_FABRIC_v6.0.3_mc1.20.1.jar" +filename = "AmbientSounds_FABRIC_v6.0.5_mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/fM515JnW/versions/zTT9Dzv8/AmbientSounds_FABRIC_v6.0.3_mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/fM515JnW/versions/KXKPInZV/AmbientSounds_FABRIC_v6.0.5_mc1.20.1.jar" hash-format = "sha1" -hash = "91d6d4b29c6d5198e52b9a2f48ee0268732522ab" +hash = "2dee9673b6726d3ab9a942c28a65551f48c7ae02" [update] [update.modrinth] mod-id = "fM515JnW" -version = "zTT9Dzv8" +version = "KXKPInZV" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index c5f89c5..e5445d7 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,13 +1,13 @@ name = "Balm" -filename = "balm-fabric-1.20.1-7.3.7.jar" +filename = "balm-fabric-1.20.1-7.3.9.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/mQSYta9T/balm-fabric-1.20.1-7.3.7.jar" +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/5sowswPx/balm-fabric-1.20.1-7.3.9.jar" hash-format = "sha1" -hash = "590490bf2d33f164321d67aa501cfa72d2309d18" +hash = "e2ffe6bfb56ca7baffb96b83ffd49aa836b2a1fe" [update] [update.modrinth] mod-id = "MBAkmtvl" -version = "mQSYta9T" +version = "5sowswPx" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml index ee456d7..d2ee39b 100644 --- a/mods/entity-model-features.pw.toml +++ b/mods/entity-model-features.pw.toml @@ -1,13 +1,13 @@ name = "[EMF] Entity Model Features" -filename = "entity_model_features_fabric_1.20.1-2.1.3.jar" +filename = "entity_model_features_fabric_1.20.1-2.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/f3RkrLlq/entity_model_features_fabric_1.20.1-2.1.3.jar" +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/BQzSPC9r/entity_model_features_fabric_1.20.1-2.2.jar" hash-format = "sha1" -hash = "e5c7c4a0b5cb645945dfa1ef332984d04ba77363" +hash = "d889cdfb82af369da1c56b2b8e3e8e7149abf8be" [update] [update.modrinth] mod-id = "4I1XuqiY" -version = "f3RkrLlq" +version = "BQzSPC9r" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml index 486c72e..c20d61a 100644 --- a/mods/entityculling.pw.toml +++ b/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling" -filename = "entityculling-fabric-1.6.6-mc1.20.1.jar" +filename = "entityculling-fabric-1.6.7-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/F3RXDl1W/entityculling-fabric-1.6.6-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/mahLIqpj/entityculling-fabric-1.6.7-mc1.20.1.jar" hash-format = "sha1" -hash = "d6894508d74e5f01fb525b5b89d20ac4e54257b6" +hash = "eb7b69c12dc561de6e4cef0b52944c0c1541322b" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "F3RXDl1W" +version = "mahLIqpj" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml index d159e29..5725198 100644 --- a/mods/entitytexturefeatures.pw.toml +++ b/mods/entitytexturefeatures.pw.toml @@ -1,13 +1,13 @@ name = "[ETF] Entity Texture Features" -filename = "entity_texture_features_fabric_1.20.1-6.1.3.jar" +filename = "entity_texture_features_fabric_1.20.1-6.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/fqFnWIXs/entity_texture_features_fabric_1.20.1-6.1.3.jar" +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/6SkQXsLP/entity_texture_features_fabric_1.20.1-6.2.jar" hash-format = "sha1" -hash = "ab8907e55f6474fbba2de022a87ffb29fa14a64c" +hash = "ef63603818825437984e278268e0ccf311c8ab40" [update] [update.modrinth] mod-id = "BVzZfTc1" -version = "fqFnWIXs" +version = "6SkQXsLP" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml index 50b0e6a..94708df 100644 --- a/mods/noisium.pw.toml +++ b/mods/noisium.pw.toml @@ -1,13 +1,13 @@ name = "Noisium" -filename = "noisium-fabric-2.2.2+mc1.20-1.20.1.jar" +filename = "noisium-fabric-2.3.0+mc1.20-1.20.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/XwoottNU/noisium-fabric-2.2.2%2Bmc1.20-1.20.1.jar" +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/erSJnRcq/noisium-fabric-2.3.0%2Bmc1.20-1.20.1.jar" hash-format = "sha1" -hash = "99f663f4363e397720882a36462c92c9d566970a" +hash = "be85535cf1efe82bd8c41bcf851becaad498a598" [update] [update.modrinth] mod-id = "KuNKN7d2" -version = "XwoottNU" +version = "erSJnRcq" diff --git a/mods/not-enough-animations.pw.toml b/mods/not-enough-animations.pw.toml index fcd8a40..b0be8cd 100644 --- a/mods/not-enough-animations.pw.toml +++ b/mods/not-enough-animations.pw.toml @@ -1,13 +1,13 @@ name = "Not Enough Animations" -filename = "notenoughanimations-fabric-1.7.4-mc1.20.1.jar" +filename = "notenoughanimations-fabric-1.7.5-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/hevbf7OI/notenoughanimations-fabric-1.7.4-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/EKnlOSzs/notenoughanimations-fabric-1.7.5-mc1.20.1.jar" hash-format = "sha1" -hash = "e11167ff43ba9b3eb8193b034602095a69104b35" +hash = "9db767227397b8348a1c02b0e8d7308cef4f209b" [update] [update.modrinth] mod-id = "MPCX6s5C" -version = "hevbf7OI" +version = "EKnlOSzs" diff --git a/mods/philips-ruins.pw.toml b/mods/philips-ruins.pw.toml index 1fac7cc..77efb1a 100644 --- a/mods/philips-ruins.pw.toml +++ b/mods/philips-ruins.pw.toml @@ -1,13 +1,13 @@ name = "Philips Ruins" -filename = "Philips-Ruins1.20.1-4.3[Fabric].jar" +filename = "Philips-Ruins1.20.1-4.4[Fabric].jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/KdJhOYVV/versions/iPoaQyzw/Philips-Ruins1.20.1-4.3%5BFabric%5D.jar" +url = "https://cdn.modrinth.com/data/KdJhOYVV/versions/toV4CreW/Philips-Ruins1.20.1-4.4%5BFabric%5D.jar" hash-format = "sha1" -hash = "8afc46698ea324eff0640deb1dc005297de119ed" +hash = "97e757bfef0bba0667e7566d5d49799615e31b76" [update] [update.modrinth] mod-id = "KdJhOYVV" -version = "iPoaQyzw" +version = "toV4CreW" diff --git a/mods/tree-harvester.pw.toml b/mods/tree-harvester.pw.toml index bd53c83..a5d868a 100644 --- a/mods/tree-harvester.pw.toml +++ b/mods/tree-harvester.pw.toml @@ -1,13 +1,13 @@ name = "Tree Harvester" -filename = "treeharvester-1.20.1-9.0.jar" +filename = "treeharvester-1.20.1-9.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/abooMhox/versions/1AYcO1Sw/treeharvester-1.20.1-9.0.jar" +url = "https://cdn.modrinth.com/data/abooMhox/versions/eeRIweZ0/treeharvester-1.20.1-9.1.jar" hash-format = "sha1" -hash = "2827181494a41b99be0b0e628f6b501c3725e652" +hash = "89e413414a4ecf53f91124559379217282c92e32" [update] [update.modrinth] mod-id = "abooMhox" -version = "1AYcO1Sw" +version = "eeRIweZ0" diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml index d5f356a..8956ea7 100644 --- a/mods/xaeros-minimap.pw.toml +++ b/mods/xaeros-minimap.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's Minimap" -filename = "Xaeros_Minimap_24.2.0_Fabric_1.20.jar" +filename = "Xaeros_Minimap_24.3.0_Fabric_1.20.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/1bokaNcj/versions/WQEX096d/Xaeros_Minimap_24.2.0_Fabric_1.20.jar" +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/JbZC5U0M/Xaeros_Minimap_24.3.0_Fabric_1.20.jar" hash-format = "sha1" -hash = "396401316ddde6e7712f5d6122d4d491c4d5cd2c" +hash = "2017cf48642edfd33001c2153ad8f6126bd49a8b" [update] [update.modrinth] mod-id = "1bokaNcj" -version = "WQEX096d" +version = "JbZC5U0M" diff --git a/resourcepacks/translations-for-sodium.pw.toml b/resourcepacks/translations-for-sodium.pw.toml index 024241e..1c64249 100644 --- a/resourcepacks/translations-for-sodium.pw.toml +++ b/resourcepacks/translations-for-sodium.pw.toml @@ -3,11 +3,11 @@ filename = "SodiumTranslations.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/yfDziwn1/versions/9Ze6jNPA/SodiumTranslations.zip" +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/5WJ7o2H0/SodiumTranslations.zip" hash-format = "sha1" -hash = "5186643ce0e34a4f00aee2349eb9efe0d07ea575" +hash = "db7e74c35a2e47c15c1361c3357eee094b237d51" [update] [update.modrinth] mod-id = "yfDziwn1" -version = "9Ze6jNPA" +version = "5WJ7o2H0" From 1d98b126f62ea1ec852f994799ffc2426b0822ed Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:03:23 -0300 Subject: [PATCH 11/11] release: 1.0.7 --- pack.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack.toml b/pack.toml index 82f6b74..5dcf97a 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Silly Pack" author = "wizardlink" -version = "1.0.6" +version = "1.0.7" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ed0ef10f694af1c5ed43eeb21821b8d6de7266ac5474c4a39b3af323d1a71b6d" +hash = "1df7ee40f9aa1171e702be696d78d69b9247b12086e6699e26aa3a943aaf5fd6" [versions] fabric = "0.15.11"