From d692f5674325797bb4a9e48e6cf8aaae6bd3c14e Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Tue, 25 Apr 2023 16:19:48 -0700 Subject: [PATCH 1/9] add mythic metals --- .minecraft/index.toml | 15 +++++++++++++++ .minecraft/mods/alloy-forgery.pw.toml | 13 +++++++++++++ .minecraft/mods/mythicmetals-decorations.pw.toml | 13 +++++++++++++ .minecraft/mods/mythicmetals.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/alloy-forgery.pw.toml create mode 100644 .minecraft/mods/mythicmetals-decorations.pw.toml create mode 100644 .minecraft/mods/mythicmetals.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index b4e8162..0b11614 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -53,6 +53,11 @@ file = "mods/adorn.pw.toml" hash = "0904d6eaf57c3a13708c22af5eccaac980cbaa38097d1ebfff6429be207b367a" metafile = true +[[files]] +file = "mods/alloy-forgery.pw.toml" +hash = "79175430843c1c8d66a875aa6163bce12a7cc88593e6da9022e8303e464dc0d4" +metafile = true + [[files]] file = "mods/appleskin.pw.toml" hash = "4d571d5ebe245ffb62a0df83e81d1c03670807d3528650d6dd9c983bd26ae860" @@ -378,6 +383,16 @@ file = "mods/mouse-tweaks.pw.toml" hash = "8f554f10f3ca26505c1f51871263a7d75fca1e07a288c60c1a96b18f830beede" metafile = true +[[files]] +file = "mods/mythicmetals-decorations.pw.toml" +hash = "d225518cb18f6f1628178fbf825627155f651ec12ff71730dcb9e20dbcd73212" +metafile = true + +[[files]] +file = "mods/mythicmetals.pw.toml" +hash = "d78aaf967f7051e9bbe28bff1a10da4d3a5d2f9303d87597feb9cdd69332fb80" +metafile = true + [[files]] file = "mods/numismatic-overhaul.pw.toml" hash = "1d93acb8fe0f4afc330701c2bb19e30ee91e54426b7c8ffca6e7c53bdecac9d0" diff --git a/.minecraft/mods/alloy-forgery.pw.toml b/.minecraft/mods/alloy-forgery.pw.toml new file mode 100644 index 0000000..7093221 --- /dev/null +++ b/.minecraft/mods/alloy-forgery.pw.toml @@ -0,0 +1,13 @@ +name = "Alloy Forgery" +filename = "wraith-alloy-forgery-2.0.20+1.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jhl28YkY/versions/kZQUifqT/wraith-alloy-forgery-2.0.20%2B1.19.jar" +hash-format = "sha1" +hash = "fabace469735e13c351f7c5359243d75b305da1d" + +[update] +[update.modrinth] +mod-id = "jhl28YkY" +version = "kZQUifqT" diff --git a/.minecraft/mods/mythicmetals-decorations.pw.toml b/.minecraft/mods/mythicmetals-decorations.pw.toml new file mode 100644 index 0000000..a166687 --- /dev/null +++ b/.minecraft/mods/mythicmetals-decorations.pw.toml @@ -0,0 +1,13 @@ +name = "Mythic Metals Decorations" +filename = "mythicmetals-decorations-0.5.2+1.19.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Wtv23AFN/versions/ykdOPLwB/mythicmetals-decorations-0.5.2%2B1.19.2.jar" +hash-format = "sha1" +hash = "9992f03fab5e2a04e2571e69fae74824802767ca" + +[update] +[update.modrinth] +mod-id = "Wtv23AFN" +version = "ykdOPLwB" diff --git a/.minecraft/mods/mythicmetals.pw.toml b/.minecraft/mods/mythicmetals.pw.toml new file mode 100644 index 0000000..7d2754f --- /dev/null +++ b/.minecraft/mods/mythicmetals.pw.toml @@ -0,0 +1,13 @@ +name = "Mythic Metals" +filename = "mythicmetals-0.17.3+1.19.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bAWzYNRd/versions/agtDPt36/mythicmetals-0.17.3%2B1.19.2.jar" +hash-format = "sha1" +hash = "829a89c178f54770c55c0513b6a07b6ee99f1cfd" + +[update] +[update.modrinth] +mod-id = "bAWzYNRd" +version = "agtDPt36" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index e6935e6..2b25558 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 = "d33671c603eace6bbedf06c78a80252dfbb813ffee0f98db7fedc571e81b8d07" +hash = "5e9acda6c31386f54a0902c27a5864d312c97653806e05a14398800398009229" [versions] fabric = "0.14.19" From 7d94bb7595db6cc12e7bb6bbe1834ab470c253d1 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Tue, 25 Apr 2023 16:35:44 -0700 Subject: [PATCH 2/9] add mc-perms addon for luckperms --- .minecraft/index.toml | 5 +++++ .minecraft/mods/mc-cmd-perms.pw.toml | 8 ++++++++ .minecraft/pack.toml | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/mc-cmd-perms.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 0b11614..53de02e 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -358,6 +358,11 @@ file = "mods/luckperms.pw.toml" hash = "b3501a7f76745c70f319a487ab71d553e43558c732890daa1abed779e194d09c" metafile = true +[[files]] +file = "mods/mc-cmd-perms.pw.toml" +hash = "268fa2f5a0102ab3a164a9f7540b08b28ad0369bf39476096e3ab311f5d5e578" +metafile = true + [[files]] file = "mods/mcpitanlibarch.pw.toml" hash = "2f9f9dfc3816fc94e425e671b19c246b3b529aba913a9617bc2fc0e786051126" diff --git a/.minecraft/mods/mc-cmd-perms.pw.toml b/.minecraft/mods/mc-cmd-perms.pw.toml new file mode 100644 index 0000000..b0a5230 --- /dev/null +++ b/.minecraft/mods/mc-cmd-perms.pw.toml @@ -0,0 +1,8 @@ +name = "mc-cmd-perms" +filename = "minecraft-command-permissions-1.6.1.jar" +side = "server" + +[download] +url = "https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar" +hash-format = "sha1" +hash = "3931d704c01c18eee610595959b71857ebd455f2" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 2b25558..cfced33 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 = "5e9acda6c31386f54a0902c27a5864d312c97653806e05a14398800398009229" +hash = "3845d499fa5d4a1d5a576c7384ef497a791800243d6f7f4bf9a8b3c3416f5ca1" [versions] fabric = "0.14.19" From a3d922832d65e89c1a4944073cc53ded4e470b49 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Fri, 19 May 2023 13:57:48 -0700 Subject: [PATCH 3/9] update mods, add building wands and ad-astra --- .minecraft/index.toml | 71 +++++++++++++------ .minecraft/mods/ad-astra.pw.toml | 13 ++++ .minecraft/mods/adorn.pw.toml | 8 +-- .minecraft/mods/architectury-api.pw.toml | 8 +-- .minecraft/mods/azurelib.pw.toml | 8 +-- .minecraft/mods/better-combat.pw.toml | 8 +-- .minecraft/mods/botarium.pw.toml | 13 ++++ .minecraft/mods/building-wands.pw.toml | 13 ++++ .minecraft/mods/corgilib.pw.toml | 8 +-- .minecraft/mods/crafting-tweaks.pw.toml | 8 +-- .minecraft/mods/create-fabric.pw.toml | 8 +-- .minecraft/mods/data-attributes.pw.toml | 8 +-- .minecraft/mods/ducky-periphs.pw.toml | 8 +-- .minecraft/mods/entitytexturefeatures.pw.toml | 8 +-- .../mods/fabric-language-kotlin.pw.toml | 8 +-- .minecraft/mods/gigeresque.pw.toml | 8 +-- .minecraft/mods/iris.pw.toml | 8 +-- .minecraft/mods/konkrete.pw.toml | 8 +-- .minecraft/mods/lighty.pw.toml | 8 +-- .minecraft/mods/log-begone.pw.toml | 8 +-- .minecraft/mods/peripheralium.pw.toml | 6 +- .minecraft/mods/probejs.pw.toml | 6 +- .minecraft/mods/resourceful-config.pw.toml | 13 ++++ .minecraft/mods/resourceful-lib.pw.toml | 13 ++++ .minecraft/mods/simple-voice-chat.pw.toml | 8 +-- .minecraft/mods/travelersbackpack.pw.toml | 8 +-- .minecraft/mods/turtlematic.pw.toml | 6 +- .../mods/unlimitedperipheralworks.pw.toml | 6 +- .minecraft/mods/xaeros-world-map.pw.toml | 6 +- .minecraft/pack.toml | 2 +- 30 files changed, 201 insertions(+), 111 deletions(-) create mode 100644 .minecraft/mods/ad-astra.pw.toml create mode 100644 .minecraft/mods/botarium.pw.toml create mode 100644 .minecraft/mods/building-wands.pw.toml create mode 100644 .minecraft/mods/resourceful-config.pw.toml create mode 100644 .minecraft/mods/resourceful-lib.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 53de02e..dd30508 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -48,9 +48,14 @@ hash = "60e07e880bdd4e54bf5dd810f3e82a4b300f36455b83b0da605779a89b11c104" file = "kubejs/server_scripts/loot-table.js" hash = "5ba4966ae0f01e959fedc74ee48338d33f402f47601470aefeceee391857d83c" +[[files]] +file = "mods/ad-astra.pw.toml" +hash = "69bc79801ac468020ff1bf3fd315d7d4d5cf15727a75c0d1b12a980a6e960c94" +metafile = true + [[files]] file = "mods/adorn.pw.toml" -hash = "0904d6eaf57c3a13708c22af5eccaac980cbaa38097d1ebfff6429be207b367a" +hash = "9346ccb54cbef21b2db5ec1830b310fd29c53fdd3f4108cf0cb08ffbe8b4e371" metafile = true [[files]] @@ -65,7 +70,7 @@ metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "843fefd7cf34bfe36b1fb2b6dc35ddfe44db53e23637d6b2674a7fb4e05e803f" +hash = "fdea52d254e5318fe4884301ca865356ade3f685798548aaa23804b25ff01ca1" metafile = true [[files]] @@ -75,7 +80,7 @@ metafile = true [[files]] file = "mods/azurelib.pw.toml" -hash = "32abf39a36b76caf4534447b28228351e2b51ceec24826ffe92d8c5cb17cd9a8" +hash = "40b49b5f57ce0a5189c1a49ad8fc985c8bde1ad34328cd8ba9cc23ffc3f2073d" metafile = true [[files]] @@ -85,7 +90,7 @@ metafile = true [[files]] file = "mods/better-combat.pw.toml" -hash = "878848f04fee74c36e3fe0d53e0d506d9f50966036edeb4fdd7268951cb73fc8" +hash = "80084941067856fd4758c91fa05aad359f5d1b18991dc58cbf501c8ad921c2b7" metafile = true [[files]] @@ -108,6 +113,16 @@ file = "mods/bobby.pw.toml" hash = "33d8e4f2b5e3546f8dd4df0aadcc374b2b1e811f456bdea741dc53b94ac22f11" metafile = true +[[files]] +file = "mods/botarium.pw.toml" +hash = "ed2e23b38b2e862d187b8303903724995bc3c61ce54a72733f3c3792932c2b86" +metafile = true + +[[files]] +file = "mods/building-wands.pw.toml" +hash = "a372e9db0200f82bb13b7e5b8962a36cc090cfc2afb2ed660ad042f489ea7b7c" +metafile = true + [[files]] file = "mods/cardinal-components-api.pw.toml" hash = "5d898bbdb655828c59223382f85016f8328884b3ff176b697c51e8dedaec68c1" @@ -160,7 +175,7 @@ metafile = true [[files]] file = "mods/corgilib.pw.toml" -hash = "9322278362644f81f8cc456b622d0b761eaf2677abbaca5db1952b23098a33bb" +hash = "d7250cb266b2c755acca03a407890508e398159920fd5096ac061db0b4d83622" metafile = true [[files]] @@ -170,12 +185,12 @@ metafile = true [[files]] file = "mods/crafting-tweaks.pw.toml" -hash = "a572748a834652cad447f8113c080d986114d0d2610fc0a769b0376a0c197990" +hash = "adfaab46668e6e7a82398b4449b30233f4ed4b01628b532ed7e818824bbeb4df" metafile = true [[files]] file = "mods/create-fabric.pw.toml" -hash = "d3b6493205ea43ac22c65a229b2be0611f4c947c2180364fd5881bdef74f0104" +hash = "a51f3f98721a8e637e71c78d5413271cb0d4816a5d55a8b9cd5c19353d49f8a2" metafile = true [[files]] @@ -190,7 +205,7 @@ metafile = true [[files]] file = "mods/data-attributes.pw.toml" -hash = "c11c619bab23d83691aeb891a98c355e14600fd0cc87e15e8976f8630910c3b6" +hash = "04e2f5931b9e6a129335ff0dfd6f46ed3ae7d5a49de8a4324dcadd7f3fbee054" metafile = true [[files]] @@ -200,7 +215,7 @@ metafile = true [[files]] file = "mods/ducky-periphs.pw.toml" -hash = "5e7e44652267bacd4412a7eaa14e3f2c588d3f89d53915105fffbd225d3ac055" +hash = "3628df97b656ae30d5d7181ee7885ffa3af677eeb51992f2fae53074352ba2bd" metafile = true [[files]] @@ -215,7 +230,7 @@ metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "64e37fd54d2b0afced5c242e90579f321c7fa9cbf1b3270cd4c31a0575eb0e07" +hash = "10841bfee1d7ad02433dd48297d4ba5dd4bae64338e4f599bf4bfe510ddc1b29" metafile = true [[files]] @@ -230,7 +245,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "62360beac5e427be02b732421c9e4fe53819bc6f5e2cc821fd6f2d9278c5485b" +hash = "7be1e122e9ef8f1b7f2df9ffccf02cf83a52d0a53ae5ba7d07ea7bd3cc149101" metafile = true [[files]] @@ -255,7 +270,7 @@ metafile = true [[files]] file = "mods/gigeresque.pw.toml" -hash = "4f678b28ad52158ab57388ed89f612367368d8a311cf117fc586aaad77c283a7" +hash = "33f8f1201981bcb0805ce884e085cfaa02e17887cd8496cd7dc17293f80d86cb" metafile = true [[files]] @@ -285,7 +300,7 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "8a762171b89a5265ad651263b4691a098ce6429edd74b4ddb09c7c33286fcc75" +hash = "ec644a70524673946d8a987bbc4d3f0968c4885f55541b837ee14a366b218d35" metafile = true [[files]] @@ -300,7 +315,7 @@ metafile = true [[files]] file = "mods/konkrete.pw.toml" -hash = "564839c03425a367fc1503ca946f74277580bcdf4174d429d3d40750f3cb46bf" +hash = "722a61460c6fc802c2c25fb26deb025517f2a9ae6aa53cf43b1afec2363981ce" metafile = true [[files]] @@ -340,12 +355,12 @@ metafile = true [[files]] file = "mods/lighty.pw.toml" -hash = "1031c190ba7ad5671af83738f2dcd2755fdaa93abfcf257039ad4866af0e7c60" +hash = "39c4f2fd156912330a997b8421ced6d35f62ecb3249c3a905fd5616f937b7db8" metafile = true [[files]] file = "mods/log-begone.pw.toml" -hash = "0092c819358a6d483d94138343dba3a2b063febdd2f8310b1573559c6f630f6d" +hash = "265f9e227ce570509b23811ca7a887db2c3b0e45dffd8742b6bc08788d9e140f" metafile = true [[files]] @@ -435,7 +450,7 @@ metafile = true [[files]] file = "mods/peripheralium.pw.toml" -hash = "4e41497a9bd1e01a9ff637a7ef60f366ccd3896634228220b922f83b7c91e239" +hash = "397da05551a2568c1754ab0ce524fcadaf7abbdcb4d876fc1b31f231279ab24f" metafile = true [[files]] @@ -455,7 +470,7 @@ metafile = true [[files]] file = "mods/probejs.pw.toml" -hash = "3710d4600587a86c8f2587c37586d60e0c525dfaeeb39fc80e5314801108fc12" +hash = "641417636565feb2e7e6531b48956b5b4c9e08ff911709d9807f8388e64cb09d" metafile = true [[files]] @@ -468,6 +483,16 @@ file = "mods/rei.pw.toml" hash = "f37d98015547fa4c5c392eec612376bebf6af9ed83cde466938bebf60c7ab68d" metafile = true +[[files]] +file = "mods/resourceful-config.pw.toml" +hash = "625430f4374524d197165fa6d41afad3dc65a60b16ab87298cba3d47581a5485" +metafile = true + +[[files]] +file = "mods/resourceful-lib.pw.toml" +hash = "83a54931f4be77baa4a32bfb3f2b343d8d2af2efaa0aa6cf83e9a9d682cf4298" +metafile = true + [[files]] file = "mods/rhino.pw.toml" hash = "f7957b69872ee26bdaa1a9db1f880c4d65eefde73ec291f30c0765fe6198b808" @@ -475,7 +500,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "b326f8f8cdaca0ee982d4a37ae24834d2a5dc2839120039c7c3fd0182beb4d44" +hash = "5f651bbd39a1afaba66fd43f5ba09e596b9f703bc296125d0de3f6aa24083866" metafile = true [[files]] @@ -515,7 +540,7 @@ metafile = true [[files]] file = "mods/travelersbackpack.pw.toml" -hash = "be6d65a34d1a56d81d3348b9634a445e7d59a34d7713cb379a29f48d770e3fa3" +hash = "af91911598c81b1f3744c1e8f0a7258fbd74a85b87f67d78b52730a2e85c8e0a" metafile = true [[files]] @@ -525,7 +550,7 @@ metafile = true [[files]] file = "mods/turtlematic.pw.toml" -hash = "71a48a5dd846366e3598c57e6ac44431c5dc7691dba03c5de9f5acf0547fae14" +hash = "25547de8019b73c2563b0ee5ff401d1066b226a268ae5f8ece9880ce52c8360b" metafile = true [[files]] @@ -535,7 +560,7 @@ metafile = true [[files]] file = "mods/unlimitedperipheralworks.pw.toml" -hash = "803e70b08ac0dd691a0252b8a89413f05a1c9b76cb66b6726824746a9a3e8761" +hash = "72e6db98235cb9264fcb64e96320f080ad96f472b1ea50fb8f139f497323dd9a" metafile = true [[files]] @@ -560,7 +585,7 @@ metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "ddb32bebc93de51dea1349e9ddd32d9d51dca6b3dffdf69a7e1466e295e2f498" +hash = "de820e3dd2a2b21e80d382c18883758c0844a18c83d45fdb90b24af2eeb5bbe8" metafile = true [[files]] diff --git a/.minecraft/mods/ad-astra.pw.toml b/.minecraft/mods/ad-astra.pw.toml new file mode 100644 index 0000000..d02d8bc --- /dev/null +++ b/.minecraft/mods/ad-astra.pw.toml @@ -0,0 +1,13 @@ +name = "Ad Astra" +filename = "ad_astra-fabric-1.19.2-1.12.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/8WPZ1i4p/ad_astra-fabric-1.19.2-1.12.6.jar" +hash-format = "sha1" +hash = "bdb2bf0d201f914fdf851a0b30469e593122c3bf" + +[update] +[update.modrinth] +mod-id = "3ufwT9JF" +version = "8WPZ1i4p" diff --git a/.minecraft/mods/adorn.pw.toml b/.minecraft/mods/adorn.pw.toml index d67ec26..45f8483 100644 --- a/.minecraft/mods/adorn.pw.toml +++ b/.minecraft/mods/adorn.pw.toml @@ -1,13 +1,13 @@ name = "Adorn" -filename = "Adorn-3.8.2+1.19.2-fabric.jar" +filename = "Adorn-3.8.3+1.19.2-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/hIgE4jl7/Adorn-3.8.2%2B1.19.2-fabric.jar" +url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/qgNP6oDb/Adorn-3.8.3%2B1.19.2-fabric.jar" hash-format = "sha1" -hash = "93783a5e0c950091a9d01f775d44528a497b046c" +hash = "cc8771fa997e48d873e4a96d02f672b09d4b09a6" [update] [update.modrinth] mod-id = "E6FUtRJh" -version = "hIgE4jl7" +version = "qgNP6oDb" diff --git a/.minecraft/mods/architectury-api.pw.toml b/.minecraft/mods/architectury-api.pw.toml index 07f88de..51d5daf 100644 --- a/.minecraft/mods/architectury-api.pw.toml +++ b/.minecraft/mods/architectury-api.pw.toml @@ -1,13 +1,13 @@ name = "Architectury API" -filename = "architectury-6.5.77-fabric.jar" +filename = "architectury-6.5.82-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/6hcOpiuA/architectury-6.5.77-fabric.jar" +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/XV72M5Gg/architectury-6.5.82-fabric.jar" hash-format = "sha1" -hash = "42f85cc42c10b5b72c3a678710ce653dadff580f" +hash = "5424b42018862b190985832c01c85ce934559c44" [update] [update.modrinth] mod-id = "lhGA9TYQ" -version = "6hcOpiuA" +version = "XV72M5Gg" diff --git a/.minecraft/mods/azurelib.pw.toml b/.minecraft/mods/azurelib.pw.toml index a2f31ae..573a8bb 100644 --- a/.minecraft/mods/azurelib.pw.toml +++ b/.minecraft/mods/azurelib.pw.toml @@ -1,13 +1,13 @@ name = "AzureLib" -filename = "azurelib-fabric-1.19.2-1.0.16.jar" +filename = "azurelib-fabric-1.19.2-1.0.18.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/yws3wl5I/azurelib-fabric-1.19.2-1.0.16.jar" +url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/oMbxe1OR/azurelib-fabric-1.19.2-1.0.18.jar" hash-format = "sha1" -hash = "992a0821dd984443f35118a7376735c2869d297e" +hash = "a705e0db6cb06afdfea0f5cf565a968edb767e00" [update] [update.modrinth] mod-id = "7zlUOZvb" -version = "yws3wl5I" +version = "oMbxe1OR" diff --git a/.minecraft/mods/better-combat.pw.toml b/.minecraft/mods/better-combat.pw.toml index 963e423..8cb9e91 100644 --- a/.minecraft/mods/better-combat.pw.toml +++ b/.minecraft/mods/better-combat.pw.toml @@ -1,13 +1,13 @@ name = "Better Combat" -filename = "bettercombat-fabric-1.6.2+1.19.jar" +filename = "bettercombat-fabric-1.7.1+1.19.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/ibYfuIUH/bettercombat-fabric-1.6.2%2B1.19.jar" +url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/ukboeB3U/bettercombat-fabric-1.7.1%2B1.19.jar" hash-format = "sha1" -hash = "97295e5f2526cb75f7de5e3c24b456fa1f95937a" +hash = "6878828edb500e1a1b77fe8607510a25e85b788e" [update] [update.modrinth] mod-id = "5sy6g3kz" -version = "ibYfuIUH" +version = "ukboeB3U" diff --git a/.minecraft/mods/botarium.pw.toml b/.minecraft/mods/botarium.pw.toml new file mode 100644 index 0000000..ab384ef --- /dev/null +++ b/.minecraft/mods/botarium.pw.toml @@ -0,0 +1,13 @@ +name = "Botarium" +filename = "botarium-fabric-1.19.2-1.8.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/2V9BLVs9/botarium-fabric-1.19.2-1.8.2.jar" +hash-format = "sha1" +hash = "4a7482c42cacaab06dab2fb29dac96ebcc4462d2" + +[update] +[update.modrinth] +mod-id = "2u6LRnMa" +version = "2V9BLVs9" diff --git a/.minecraft/mods/building-wands.pw.toml b/.minecraft/mods/building-wands.pw.toml new file mode 100644 index 0000000..d213907 --- /dev/null +++ b/.minecraft/mods/building-wands.pw.toml @@ -0,0 +1,13 @@ +name = "Building Wands" +filename = "BuildingWands-mc1.19.2-2.6.6-release-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XkisZUfp/versions/YOFCEFSD/BuildingWands-mc1.19.2-2.6.6-release-fabric.jar" +hash-format = "sha1" +hash = "f1c32abcecb0f0f5e94185597ab5a1a0f825d6cb" + +[update] +[update.modrinth] +mod-id = "XkisZUfp" +version = "YOFCEFSD" diff --git a/.minecraft/mods/corgilib.pw.toml b/.minecraft/mods/corgilib.pw.toml index 95757ca..eda5b32 100644 --- a/.minecraft/mods/corgilib.pw.toml +++ b/.minecraft/mods/corgilib.pw.toml @@ -1,13 +1,13 @@ name = "CorgiLib" -filename = "CorgiLib-fabric-1.19.2-1.0.0.32.jar" +filename = "CorgiLib-fabric-1.19.2-1.0.0.33.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/VLaSLzb2/CorgiLib-fabric-1.19.2-1.0.0.32.jar" +url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/PxMWRr1W/CorgiLib-fabric-1.19.2-1.0.0.33.jar" hash-format = "sha1" -hash = "cee3b865499c928363ae892029772cc174e4ac0d" +hash = "00245b3b1db324efc39706cef78805eabe274858" [update] [update.modrinth] mod-id = "ziOp6EO8" -version = "VLaSLzb2" +version = "PxMWRr1W" diff --git a/.minecraft/mods/crafting-tweaks.pw.toml b/.minecraft/mods/crafting-tweaks.pw.toml index 79deebb..dc98463 100644 --- a/.minecraft/mods/crafting-tweaks.pw.toml +++ b/.minecraft/mods/crafting-tweaks.pw.toml @@ -1,13 +1,13 @@ name = "Crafting Tweaks" -filename = "craftingtweaks-fabric-1.19-15.1.6.jar" +filename = "craftingtweaks-fabric-1.19.2-15.1.7.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/DMu0oBKf/versions/c3oJXxtm/craftingtweaks-fabric-1.19-15.1.6.jar" +url = "https://cdn.modrinth.com/data/DMu0oBKf/versions/IKXfKSzT/craftingtweaks-fabric-1.19.2-15.1.7.jar" hash-format = "sha1" -hash = "d8c0cc5573c0a81408f7adc3758c41539bd3b8ff" +hash = "e938439091314efe08d362aa65c05d8d70813d7c" [update] [update.modrinth] mod-id = "DMu0oBKf" -version = "c3oJXxtm" +version = "IKXfKSzT" diff --git a/.minecraft/mods/create-fabric.pw.toml b/.minecraft/mods/create-fabric.pw.toml index ba555e1..59a0d45 100644 --- a/.minecraft/mods/create-fabric.pw.toml +++ b/.minecraft/mods/create-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Create Fabric" -filename = "create-fabric-0.5.0.i-991+1.19.2.jar" +filename = "create-fabric-0.5.0.i-1017+1.19.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/MpeKaF3n/create-fabric-0.5.0.i-991%2B1.19.2.jar" +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/EkeMb3jA/create-fabric-0.5.0.i-1017%2B1.19.2.jar" hash-format = "sha1" -hash = "9f6c509505b2ca7dae52cd3a03f5a18e58cd042c" +hash = "2f0d7931c93e957eaf4302085dbc8d40ca3a381e" [update] [update.modrinth] mod-id = "Xbc0uyRg" -version = "MpeKaF3n" +version = "EkeMb3jA" diff --git a/.minecraft/mods/data-attributes.pw.toml b/.minecraft/mods/data-attributes.pw.toml index 3719f1b..ede5e48 100644 --- a/.minecraft/mods/data-attributes.pw.toml +++ b/.minecraft/mods/data-attributes.pw.toml @@ -1,13 +1,13 @@ name = "Data Attributes" -filename = "dataattributes-1.4.3+1.19.2.jar" +filename = "dataattributes-1.4.4+1.19.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/ierNywVF/dataattributes-1.4.3%2B1.19.2.jar" +url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/ARL9NhUQ/dataattributes-1.4.4%2B1.19.2.jar" hash-format = "sha1" -hash = "36ca303f265faa21504059df2c245fb47a39a392" +hash = "63328204e51c7ce89d12ea97245916d314077893" [update] [update.modrinth] mod-id = "wFyCClLQ" -version = "ierNywVF" +version = "ARL9NhUQ" diff --git a/.minecraft/mods/ducky-periphs.pw.toml b/.minecraft/mods/ducky-periphs.pw.toml index 3ed83cb..d66bbad 100644 --- a/.minecraft/mods/ducky-periphs.pw.toml +++ b/.minecraft/mods/ducky-periphs.pw.toml @@ -1,13 +1,13 @@ name = "Ducky Peripherals" -filename = "ducky-periphs-1.19.2-1.1.5.jar" +filename = "duckyperiphs-1.19.2-1.2.0-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/L9c5vAbC/ducky-periphs-1.19.2-1.1.5.jar" +url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/2DA3ugF7/duckyperiphs-1.19.2-1.2.0-fabric.jar" hash-format = "sha1" -hash = "29a7c39871cc0c6a01b7bea062387d12924204f7" +hash = "5564fb30c5b11ba3ea9ca91cddf6c02e6eea5ce0" [update] [update.modrinth] mod-id = "l2IpK3Ji" -version = "L9c5vAbC" +version = "2DA3ugF7" diff --git a/.minecraft/mods/entitytexturefeatures.pw.toml b/.minecraft/mods/entitytexturefeatures.pw.toml index 25f8ef0..4db4c89 100644 --- a/.minecraft/mods/entitytexturefeatures.pw.toml +++ b/.minecraft/mods/entitytexturefeatures.pw.toml @@ -1,13 +1,13 @@ name = "Entity Texture Features" -filename = "entity_texture_features_fabric_1.19.2-4.4.0.jar" +filename = "entity_texture_features_fabric_1.19.2-4.4.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/4DE0PgtE/entity_texture_features_fabric_1.19.2-4.4.0.jar" +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/ASCvruGN/entity_texture_features_fabric_1.19.2-4.4.4.jar" hash-format = "sha1" -hash = "d5e73a9744a46422d5203350bc7d3c7639e37b13" +hash = "85c1cf3bc968d523e0e98451577426ff8a170813" [update] [update.modrinth] mod-id = "BVzZfTc1" -version = "4DE0PgtE" +version = "ASCvruGN" diff --git a/.minecraft/mods/fabric-language-kotlin.pw.toml b/.minecraft/mods/fabric-language-kotlin.pw.toml index 9ad1045..6286498 100644 --- a/.minecraft/mods/fabric-language-kotlin.pw.toml +++ b/.minecraft/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.9.3+kotlin.1.8.20.jar" +filename = "fabric-language-kotlin-1.9.4+kotlin.1.8.21.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/MkcO8aQ0/fabric-language-kotlin-1.9.3%2Bkotlin.1.8.20.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/qgTQJrUS/fabric-language-kotlin-1.9.4%2Bkotlin.1.8.21.jar" hash-format = "sha1" -hash = "2a3d3f8aa263ba7748550a94e97cf760712bc2c6" +hash = "98d00c8bb595e7569fadd49290e1a6253d015ed7" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "MkcO8aQ0" +version = "qgTQJrUS" diff --git a/.minecraft/mods/gigeresque.pw.toml b/.minecraft/mods/gigeresque.pw.toml index 7682f92..ac1894b 100644 --- a/.minecraft/mods/gigeresque.pw.toml +++ b/.minecraft/mods/gigeresque.pw.toml @@ -1,13 +1,13 @@ name = "Gigeresque" -filename = "gigeresque-1.19.2-0.5.24.jar" +filename = "gigeresque-1.19.2-0.5.29.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/2kXK3iBI/versions/6EzFlvNK/gigeresque-1.19.2-0.5.24.jar" +url = "https://cdn.modrinth.com/data/2kXK3iBI/versions/oM1ufJDF/gigeresque-1.19.2-0.5.29.jar" hash-format = "sha1" -hash = "c9ef42f6fcd333365ec8e8e8048997a3a65d6ac9" +hash = "9adfcf92bc0cd9626752208cd72a6ae18a24ddfb" [update] [update.modrinth] mod-id = "2kXK3iBI" -version = "6EzFlvNK" +version = "oM1ufJDF" diff --git a/.minecraft/mods/iris.pw.toml b/.minecraft/mods/iris.pw.toml index bc38ac0..e979c26 100644 --- a/.minecraft/mods/iris.pw.toml +++ b/.minecraft/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.19.2-1.6.1.jar" +filename = "iris-mc1.19.2-1.6.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1g7raUdU/iris-mc1.19.2-1.6.1.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/7MJ26Y79/iris-mc1.19.2-1.6.2.jar" hash-format = "sha1" -hash = "b33019df6fad5be485409eb3bac92007aa31401e" +hash = "3695441941e6807f38469106758073d9abe07c4e" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "1g7raUdU" +version = "7MJ26Y79" diff --git a/.minecraft/mods/konkrete.pw.toml b/.minecraft/mods/konkrete.pw.toml index 539b4e9..0c1404d 100644 --- a/.minecraft/mods/konkrete.pw.toml +++ b/.minecraft/mods/konkrete.pw.toml @@ -1,13 +1,13 @@ name = "Konkrete" -filename = "konkrete_fabric_1.6.0_MC_1.19.1-1.19.2.jar" +filename = "konkrete_fabric_1.6.1_MC_1.19.1-1.19.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/J81TRJWm/versions/OJaX8Ruf/konkrete_fabric_1.6.0_MC_1.19.1-1.19.2.jar" +url = "https://cdn.modrinth.com/data/J81TRJWm/versions/pz9SoIJL/konkrete_fabric_1.6.1_MC_1.19.1-1.19.2.jar" hash-format = "sha1" -hash = "4317c1801cb1ea88107e65cc571c86a4a70aa514" +hash = "fb12af8874a9ea41899321f914ee1cd817603881" [update] [update.modrinth] mod-id = "J81TRJWm" -version = "OJaX8Ruf" +version = "pz9SoIJL" diff --git a/.minecraft/mods/lighty.pw.toml b/.minecraft/mods/lighty.pw.toml index 2d4f094..283aaa5 100644 --- a/.minecraft/mods/lighty.pw.toml +++ b/.minecraft/mods/lighty.pw.toml @@ -1,13 +1,13 @@ name = "Lighty" -filename = "lighty-1.2.1+1.19.2.jar" +filename = "lighty-1.3.0+1.19.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yjvKidNM/versions/GzFkrvMc/lighty-1.2.1%2B1.19.2.jar" +url = "https://cdn.modrinth.com/data/yjvKidNM/versions/V8vjjQIU/lighty-1.3.0%2B1.19.2.jar" hash-format = "sha1" -hash = "c4bd0a8c3bbbd0c651b5dca92f525cce19b70da9" +hash = "d645de23778d775e4210a2417724b2839cc5c8ed" [update] [update.modrinth] mod-id = "yjvKidNM" -version = "GzFkrvMc" +version = "V8vjjQIU" diff --git a/.minecraft/mods/log-begone.pw.toml b/.minecraft/mods/log-begone.pw.toml index e91c958..599ae45 100644 --- a/.minecraft/mods/log-begone.pw.toml +++ b/.minecraft/mods/log-begone.pw.toml @@ -1,13 +1,13 @@ name = "Log Begone" -filename = "Log-Begone-Fabric-1.19.x-1.0.5.jar" +filename = "Log-Begone-Fabric-1.19.x-1.0.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/FvOW1X5O/Log-Begone-Fabric-1.19.x-1.0.5.jar" +url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/9LLWEul9/Log-Begone-Fabric-1.19.x-1.0.6.jar" hash-format = "sha1" -hash = "ea5dacf0f0e8630c7cf73ef20c5bfa34ab521467" +hash = "590a496190dfccb53373bc425f62e37a026babd2" [update] [update.modrinth] mod-id = "9ON3zv6e" -version = "FvOW1X5O" +version = "9LLWEul9" diff --git a/.minecraft/mods/peripheralium.pw.toml b/.minecraft/mods/peripheralium.pw.toml index 528f04a..457ccc1 100644 --- a/.minecraft/mods/peripheralium.pw.toml +++ b/.minecraft/mods/peripheralium.pw.toml @@ -1,13 +1,13 @@ name = "Peripheralium" -filename = "Peripheralium-0.4.17-1.19.2.jar" +filename = "peripheralium-0.4.21-1.19.2.jar" side = "both" [download] hash-format = "sha1" -hash = "f92fb1425b42afb4cc62901f89da5e9a85cc3eb9" +hash = "9c04d66503983388635352b22c71264eb8a00420" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4264608 +file-id = 4541942 project-id = 621088 diff --git a/.minecraft/mods/probejs.pw.toml b/.minecraft/mods/probejs.pw.toml index a75b2c6..2676870 100644 --- a/.minecraft/mods/probejs.pw.toml +++ b/.minecraft/mods/probejs.pw.toml @@ -1,13 +1,13 @@ name = "ProbeJS" -filename = "probejs-4.4.0-fabric.jar" +filename = "probejs-4.6.0-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "22e798e3386eb9bcd3f615e944939d6180fb0f78" +hash = "e13f5ad53f107220b86bc50fcaadcd72b348e208" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4415080 +file-id = 4529248 project-id = 585406 diff --git a/.minecraft/mods/resourceful-config.pw.toml b/.minecraft/mods/resourceful-config.pw.toml new file mode 100644 index 0000000..b02ff7b --- /dev/null +++ b/.minecraft/mods/resourceful-config.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Config" +filename = "resourcefulconfig-fabric-1.19.2-1.0.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/M1953qlQ/versions/TIzyR4bY/resourcefulconfig-fabric-1.19.2-1.0.20.jar" +hash-format = "sha1" +hash = "1976a1cbadc2bb22f9bec3c250f0851e12d3bae7" + +[update] +[update.modrinth] +mod-id = "M1953qlQ" +version = "TIzyR4bY" diff --git a/.minecraft/mods/resourceful-lib.pw.toml b/.minecraft/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..fad23f4 --- /dev/null +++ b/.minecraft/mods/resourceful-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lib" +filename = "resourcefullib-fabric-1.19.2-1.1.24.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/mxiPijSw/resourcefullib-fabric-1.19.2-1.1.24.jar" +hash-format = "sha1" +hash = "aaf8fccd57dabc8bbb7302741a4da2418908e20f" + +[update] +[update.modrinth] +mod-id = "G1hIVOrD" +version = "mxiPijSw" diff --git a/.minecraft/mods/simple-voice-chat.pw.toml b/.minecraft/mods/simple-voice-chat.pw.toml index aec3217..becee0e 100644 --- a/.minecraft/mods/simple-voice-chat.pw.toml +++ b/.minecraft/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.19.2-2.4.5.jar" +filename = "voicechat-fabric-1.19.2-2.4.8.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/EDqQK2Bn/voicechat-fabric-1.19.2-2.4.5.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/I92gJvt9/voicechat-fabric-1.19.2-2.4.8.jar" hash-format = "sha1" -hash = "0d7c4ab0c1a6d0e8d6afe323201cec51e55a18d4" +hash = "450f2fca8cf9afb3a294122cf0860f5d4a0edc85" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "EDqQK2Bn" +version = "I92gJvt9" diff --git a/.minecraft/mods/travelersbackpack.pw.toml b/.minecraft/mods/travelersbackpack.pw.toml index 50558be..b0d4557 100644 --- a/.minecraft/mods/travelersbackpack.pw.toml +++ b/.minecraft/mods/travelersbackpack.pw.toml @@ -1,13 +1,13 @@ name = "Traveler's Backpack" -filename = "travelers-backpack-1.19.2-8.2.19.jar" +filename = "travelers-backpack-1.19.2-8.2.22.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/rlloIFEV/versions/C5cDj800/travelers-backpack-1.19.2-8.2.19.jar" +url = "https://cdn.modrinth.com/data/rlloIFEV/versions/cbWsCrZH/travelers-backpack-1.19.2-8.2.22.jar" hash-format = "sha1" -hash = "0c1b573b42b51a9db8d2845a1ab2b4bb1869c175" +hash = "9172917d9a61e96d22b186ff23127c1a32157475" [update] [update.modrinth] mod-id = "rlloIFEV" -version = "C5cDj800" +version = "cbWsCrZH" diff --git a/.minecraft/mods/turtlematic.pw.toml b/.minecraft/mods/turtlematic.pw.toml index b4f89fb..071b511 100644 --- a/.minecraft/mods/turtlematic.pw.toml +++ b/.minecraft/mods/turtlematic.pw.toml @@ -1,13 +1,13 @@ name = "Turtlematic" -filename = "turtlematic-0.5.2.jar" +filename = "turtlematic-0.5.4.jar" side = "both" [download] hash-format = "sha1" -hash = "74fc82f454eb6af0ce3f317a136907cf517ed9aa" +hash = "157fa3729232a465f21546b517e11e1c89238373" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4276843 +file-id = 4542008 project-id = 618288 diff --git a/.minecraft/mods/unlimitedperipheralworks.pw.toml b/.minecraft/mods/unlimitedperipheralworks.pw.toml index 3c5ed66..3436a01 100644 --- a/.minecraft/mods/unlimitedperipheralworks.pw.toml +++ b/.minecraft/mods/unlimitedperipheralworks.pw.toml @@ -1,13 +1,13 @@ name = "UnlimitedPeripheralWorks" -filename = "peripheralworks-0.2.2.jar" +filename = "peripheralworks-0.2.5.jar" side = "both" [download] hash-format = "sha1" -hash = "fa10bc9a83a087d239bd7a3086ddd4fc0e9be3bd" +hash = "c8579b06afa5b9d6a131cf135faf24aab3119190" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4267954 +file-id = 4541171 project-id = 621851 diff --git a/.minecraft/mods/xaeros-world-map.pw.toml b/.minecraft/mods/xaeros-world-map.pw.toml index 586bfbf..facd663 100644 --- a/.minecraft/mods/xaeros-world-map.pw.toml +++ b/.minecraft/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.30.0_Fabric_1.19.1.jar" +filename = "XaerosWorldMap_1.30.2_Fabric_1.19.1.jar" side = "both" [download] hash-format = "sha1" -hash = "c577920cd108145342305cd22b4430a43361b592" +hash = "0e182f24e9fdc0e0bea4fb6a743a1f67412a9bef" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4492956 +file-id = 4536624 project-id = 317780 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index cfced33..9572329 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 = "3845d499fa5d4a1d5a576c7384ef497a791800243d6f7f4bf9a8b3c3416f5ca1" +hash = "14f2a742fbee07e497fa804d3773e3bd75753139ebf63a85f99145c055467d61" [versions] fabric = "0.14.19" From dc0672cd33f68d37643391c1debf96eb51a65daa Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Fri, 19 May 2023 15:08:13 -0700 Subject: [PATCH 4/9] downgrade worldmap --- .minecraft/index.toml | 2 +- .minecraft/mods/xaeros-world-map.pw.toml | 6 +++--- .minecraft/pack.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.minecraft/index.toml b/.minecraft/index.toml index dd30508..849ffd9 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -585,7 +585,7 @@ metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "de820e3dd2a2b21e80d382c18883758c0844a18c83d45fdb90b24af2eeb5bbe8" +hash = "ddb32bebc93de51dea1349e9ddd32d9d51dca6b3dffdf69a7e1466e295e2f498" metafile = true [[files]] diff --git a/.minecraft/mods/xaeros-world-map.pw.toml b/.minecraft/mods/xaeros-world-map.pw.toml index facd663..586bfbf 100644 --- a/.minecraft/mods/xaeros-world-map.pw.toml +++ b/.minecraft/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.30.2_Fabric_1.19.1.jar" +filename = "XaerosWorldMap_1.30.0_Fabric_1.19.1.jar" side = "both" [download] hash-format = "sha1" -hash = "0e182f24e9fdc0e0bea4fb6a743a1f67412a9bef" +hash = "c577920cd108145342305cd22b4430a43361b592" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4536624 +file-id = 4492956 project-id = 317780 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 9572329..814726d 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 = "14f2a742fbee07e497fa804d3773e3bd75753139ebf63a85f99145c055467d61" +hash = "01731133fe4e76a6a5715942d22dd01c8afbc11fcca063a41c8bf56e552212a7" [versions] fabric = "0.14.19" From 2a63fcb20b0da659e0de1b55c67d934dce7e3c59 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Thu, 8 Jun 2023 12:07:59 -0700 Subject: [PATCH 5/9] update modes --- .minecraft/index.toml | 36 +++--- .minecraft/modlist.md | 120 ++++++++++++++++++ .minecraft/mods/adorn.pw.toml | 8 +- .minecraft/mods/architectury-api.pw.toml | 8 +- .minecraft/mods/azurelib.pw.toml | 8 +- .minecraft/mods/chalk.pw.toml | 8 +- .minecraft/mods/corgilib.pw.toml | 8 +- .minecraft/mods/data-attributes.pw.toml | 8 +- .minecraft/mods/ducky-periphs.pw.toml | 8 +- .minecraft/mods/gigeresque.pw.toml | 8 +- .minecraft/mods/iris.pw.toml | 8 +- .minecraft/mods/lootr-fabric.pw.toml | 6 +- .minecraft/mods/pehkui.pw.toml | 8 +- .minecraft/mods/playerex.pw.toml | 8 +- .minecraft/mods/probejs.pw.toml | 6 +- .minecraft/mods/rei.pw.toml | 8 +- .minecraft/mods/simple-voice-chat.pw.toml | 8 +- .minecraft/mods/travelersbackpack.pw.toml | 8 +- .../mods/unlimitedperipheralworks.pw.toml | 6 +- .minecraft/mods/xaeros-world-map.pw.toml | 6 +- .minecraft/pack.toml | 2 +- 21 files changed, 207 insertions(+), 87 deletions(-) create mode 100644 .minecraft/modlist.md diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 849ffd9..5a4dcf1 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -55,7 +55,7 @@ metafile = true [[files]] file = "mods/adorn.pw.toml" -hash = "9346ccb54cbef21b2db5ec1830b310fd29c53fdd3f4108cf0cb08ffbe8b4e371" +hash = "0aa7e85b6c0cf8cc425a37350306f62b6dd119b3f384132ff3aa2e1141969251" metafile = true [[files]] @@ -70,7 +70,7 @@ metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "fdea52d254e5318fe4884301ca865356ade3f685798548aaa23804b25ff01ca1" +hash = "7916e9bf676dd9730f970893ff61fd25f43c563ff6133d1e7886366a3cd9e282" metafile = true [[files]] @@ -80,7 +80,7 @@ metafile = true [[files]] file = "mods/azurelib.pw.toml" -hash = "40b49b5f57ce0a5189c1a49ad8fc985c8bde1ad34328cd8ba9cc23ffc3f2073d" +hash = "004ac83274017577823a92f5a7955c2f20df127aff74e3fcae30bec3b6bc55c2" metafile = true [[files]] @@ -135,7 +135,7 @@ metafile = true [[files]] file = "mods/chalk.pw.toml" -hash = "776d8d4d93ed3052d46f77857707a09dfd77196b2e55de23455e2e4c81e36af9" +hash = "3b1ab484e2e6240f704b382d169d98f69ba3a312d89c0027f56e9ed7cd549c7f" metafile = true [[files]] @@ -175,7 +175,7 @@ metafile = true [[files]] file = "mods/corgilib.pw.toml" -hash = "d7250cb266b2c755acca03a407890508e398159920fd5096ac061db0b4d83622" +hash = "cdfbb6b7cd0f3205e6ba9f77f9a16aff7ebb4c4afc275264e86edd8cef2a9423" metafile = true [[files]] @@ -205,7 +205,7 @@ metafile = true [[files]] file = "mods/data-attributes.pw.toml" -hash = "04e2f5931b9e6a129335ff0dfd6f46ed3ae7d5a49de8a4324dcadd7f3fbee054" +hash = "52fa28bec9c8ef16831bc3edb6da19e1fdf89c2697c7da1b9e2a351db3d98d36" metafile = true [[files]] @@ -215,7 +215,7 @@ metafile = true [[files]] file = "mods/ducky-periphs.pw.toml" -hash = "3628df97b656ae30d5d7181ee7885ffa3af677eeb51992f2fae53074352ba2bd" +hash = "7f184c2b70f7b25d17ad3707a4e9a54fb9c27d475467ee47ec65b94c9c4f6d4c" metafile = true [[files]] @@ -270,7 +270,7 @@ metafile = true [[files]] file = "mods/gigeresque.pw.toml" -hash = "33f8f1201981bcb0805ce884e085cfaa02e17887cd8496cd7dc17293f80d86cb" +hash = "5b6439f812dc882f577720f98558513dff69907714ba5a959f636739d1f812ed" metafile = true [[files]] @@ -300,7 +300,7 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "ec644a70524673946d8a987bbc4d3f0968c4885f55541b837ee14a366b218d35" +hash = "af3675c9022d8669af5486c58fa9a685189a579a772a4c2ea5705bbe29bb169d" metafile = true [[files]] @@ -365,7 +365,7 @@ metafile = true [[files]] file = "mods/lootr-fabric.pw.toml" -hash = "de55e473653cdd5046f3f79220f6aa9d1cf0eccfe97e8902c72935d0bbb0272e" +hash = "9804acade5a06f2f477e0ef284caf0a2eae02ff9cab2cb79021311e10b2a6c1f" metafile = true [[files]] @@ -445,7 +445,7 @@ metafile = true [[files]] file = "mods/pehkui.pw.toml" -hash = "a0febce406dd277730980450f98c94a80179b8df55e2136279003f30ae8eeaba" +hash = "8475894e2eeeaef0b12f4209b7c6da565d2d23b866437f23c70361160af17114" metafile = true [[files]] @@ -460,7 +460,7 @@ metafile = true [[files]] file = "mods/playerex.pw.toml" -hash = "a96d4a8eac791c0bc58649e827b4221da58eb91557d861d67e122d8e15820572" +hash = "26aa0c59bbaa2635a1bf64af90d3268d11701870b1601fd89201c5218f4adbce" metafile = true [[files]] @@ -470,7 +470,7 @@ metafile = true [[files]] file = "mods/probejs.pw.toml" -hash = "641417636565feb2e7e6531b48956b5b4c9e08ff911709d9807f8388e64cb09d" +hash = "fd297b19db16bae67606d20cccaad156f0ebc6616a763c75805f21c04fb0fb83" metafile = true [[files]] @@ -480,7 +480,7 @@ metafile = true [[files]] file = "mods/rei.pw.toml" -hash = "f37d98015547fa4c5c392eec612376bebf6af9ed83cde466938bebf60c7ab68d" +hash = "21ae5782c5657fbdc90aa42f3d1cfe76168fe107d66f207ec210dc505c096f7b" metafile = true [[files]] @@ -500,7 +500,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "5f651bbd39a1afaba66fd43f5ba09e596b9f703bc296125d0de3f6aa24083866" +hash = "af67464767a3bca3841a1b209b077448c4c56827f7da4ba1bd2cdf4e4584b312" metafile = true [[files]] @@ -540,7 +540,7 @@ metafile = true [[files]] file = "mods/travelersbackpack.pw.toml" -hash = "af91911598c81b1f3744c1e8f0a7258fbd74a85b87f67d78b52730a2e85c8e0a" +hash = "c3b331b8f1cc6ed681c8dcb7b2fe7c34a91e47c7c62b88504de2aefa904e7723" metafile = true [[files]] @@ -560,7 +560,7 @@ metafile = true [[files]] file = "mods/unlimitedperipheralworks.pw.toml" -hash = "72e6db98235cb9264fcb64e96320f080ad96f472b1ea50fb8f139f497323dd9a" +hash = "4a4bafab1458f337993954658853035e58ce10f781d0e8f47999c0747efa1403" metafile = true [[files]] @@ -585,7 +585,7 @@ metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "ddb32bebc93de51dea1349e9ddd32d9d51dca6b3dffdf69a7e1466e295e2f498" +hash = "6016d6fd65636650a485a060b52dc58b0c9d2faaac81177aba80dea8953e5138" metafile = true [[files]] diff --git a/.minecraft/modlist.md b/.minecraft/modlist.md new file mode 100644 index 0000000..1e4e3ac --- /dev/null +++ b/.minecraft/modlist.md @@ -0,0 +1,120 @@ +# Modlist + +## Client Mods + +- [Auth Me](https://modrinth.com/mod/yjgIrBjZ) +- [BetterF3](https://modrinth.com/mod/8shC1gFX) +- [Bobby](https://modrinth.com/mod/M08ruV16) +- [Chat Patches](https://modrinth.com/mod/MOqt4Z5n) +- [CIT Resewn](https://modrinth.com/mod/otVJckYQ) +- [Continuity](https://modrinth.com/mod/1IjD5062) +- [Eating Animation [Fabric]](https://modrinth.com/mod/rUgZvGzi) +- [Entity Texture Features](https://modrinth.com/mod/BVzZfTc1) +- [Ex HUD](https://modrinth.com/mod/387DYXF9) +- [FabricSkyboxes](https://modrinth.com/mod/YBz7DOs8) +- [Indium](https://modrinth.com/mod/Orvt0mRa) +- [Iris Shaders](https://modrinth.com/mod/YL57xq9U) +- [LambDynamicLights](https://modrinth.com/mod/yBW8D80W) +- [Legendary Tooltips](https://modrinth.com/mod/atHH8NyV) +- [Lighty](https://modrinth.com/mod/yjvKidNM) +- [Mod Menu](https://modrinth.com/mod/mOgUt4GM) +- [Mouse Tweaks](https://modrinth.com/mod/aC3cM3Vq) +- [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy) +- [Sodium Extra](https://modrinth.com/mod/PtjYWJkn) +- [Sodium](https://modrinth.com/mod/AANobbMI) +- [Stendhal](https://modrinth.com/mod/BWloQ9jK) + +## Shared Mods + +- [Ad Astra](https://modrinth.com/mod/3ufwT9JF) +- [Adorn](https://modrinth.com/mod/E6FUtRJh) +- [Alloy Forgery](https://modrinth.com/mod/jhl28YkY) +- [AppleSkin](https://modrinth.com/mod/EsAfCjCV) +- [Architectury API](https://modrinth.com/mod/lhGA9TYQ) +- [AzureLib](https://modrinth.com/mod/7zlUOZvb) +- [Balm](https://modrinth.com/mod/MBAkmtvl) +- [Better Combat](https://modrinth.com/mod/5sy6g3kz) +- [Oh The Biomes You'll Go](https://modrinth.com/mod/uE1WpIAk) +- [Botarium](https://modrinth.com/mod/2u6LRnMa) +- [Building Wands](https://modrinth.com/mod/XkisZUfp) +- [Cardinal Components API](https://modrinth.com/mod/K01OU20C) +- [CC: Restitched](https://modrinth.com/mod/eldBwa5V) +- [Chalk (Fabric)](https://modrinth.com/mod/OrtjXTCH) +- [Chunky](https://modrinth.com/mod/fALzjamp) +- [Cloth Config API](https://modrinth.com/mod/9s6osm5g) +- [CompleteConfig](https://modrinth.com/mod/GtqG8z1h) +- [Controlling](https://www.curseforge.com/minecraft/mc-mods/controlling) +- [CorgiLib](https://modrinth.com/mod/ziOp6EO8) +- [Couplings](https://modrinth.com/mod/80ulerjA) +- [Crafting Tweaks](https://modrinth.com/mod/DMu0oBKf) +- [Create Fabric](https://modrinth.com/mod/Xbc0uyRg) +- [Croptopia](https://www.curseforge.com/minecraft/mc-mods/croptopia) +- [Customizable Player Models](https://modrinth.com/mod/h1E7sQNL) +- [Data Attributes](https://modrinth.com/mod/wFyCClLQ) +- [Dawn API](https://modrinth.com/mod/meZK2DCX) +- [Ducky Peripherals](https://modrinth.com/mod/l2IpK3Ji) +- [End Remastered](https://modrinth.com/mod/ZJTGwAND) +- [Fabric API](https://modrinth.com/mod/P7dR8mSH) +- [Fabric Language Kotlin](https://modrinth.com/mod/Ha28R6CL) +- [FerriteCore](https://modrinth.com/mod/uXXizFIs) +- [Forge Config API Port](https://modrinth.com/mod/ohNO6lps) +- [Geckolib](https://modrinth.com/mod/8BmcQJ2H) +- [Gigeresque](https://modrinth.com/mod/2kXK3iBI) +- [Hex Casting](https://modrinth.com/mod/nTW3yKrm) +- [Icarus](https://modrinth.com/mod/Dw7M6XKW) +- [Iceberg](https://modrinth.com/mod/5faXoLqX) +- [Immersive Armors](https://modrinth.com/mod/eE2Db4YU) +- [Item Alchemy](https://modrinth.com/mod/cfQx2fbQ) +- [ItemSwapper](https://modrinth.com/mod/RPOSBQgq) +- [Konkrete](https://modrinth.com/mod/J81TRJWm) +- [Krypton](https://modrinth.com/mod/fQEb0iXm) +- [KubeJS](https://modrinth.com/mod/umyGl7zF) +- [LazyDFU](https://modrinth.com/mod/hvFnDODi) +- [LibJF](https://modrinth.com/mod/WKwQAwke) +- [Log Begone](https://modrinth.com/mod/9ON3zv6e) +- [Lootr (Fabric)](https://www.curseforge.com/minecraft/mc-mods/lootr-fabric) +- [MCPitanLibarch](https://modrinth.com/mod/uNRoUnGT) +- [MidnightLib](https://modrinth.com/mod/codAaoxh) +- [Mo' Structures](https://modrinth.com/mod/PTGd6dWp) +- [Mythic Metals Decorations](https://modrinth.com/mod/Wtv23AFN) +- [Mythic Metals](https://modrinth.com/mod/bAWzYNRd) +- [Numismatic Overhaul](https://modrinth.com/mod/ZXm8hVxN) +- [Origins: Classes](https://modrinth.com/mod/FiDptjtR) +- [Origins](https://modrinth.com/mod/3BeIrqZR) +- [oωo (owo-lib)](https://modrinth.com/mod/ccKDOlHs) +- [Patchouli](https://modrinth.com/mod/nU0bVIaL) +- [PAUCAL](https://modrinth.com/mod/TZo2wHFe) +- [Pehkui](https://modrinth.com/mod/t5W7Jfwy) +- [Peripheralium](https://www.curseforge.com/minecraft/mc-mods/peripheralium) +- [playerAnimator](https://modrinth.com/mod/gedNE4y2) +- [PlayerEx](https://modrinth.com/mod/o5GUN4b1) +- [Prism](https://modrinth.com/mod/1OE8wbN0) +- [ProbeJS](https://www.curseforge.com/minecraft/mc-mods/probejs) +- [Roughly Enough Items (REI)](https://modrinth.com/mod/nfn13YXA) +- [Resourceful Config](https://modrinth.com/mod/M1953qlQ) +- [Resourceful Lib](https://modrinth.com/mod/G1hIVOrD) +- [Rhino](https://modrinth.com/mod/sk9knFPE) +- [Simple Voice Chat](https://modrinth.com/mod/9eGKb6K1) +- [SmartBrainLib](https://modrinth.com/mod/PuyPazRT) +- [spark](https://modrinth.com/mod/l6YH9Als) +- [Starlight (Fabric)](https://modrinth.com/mod/H8CaAYZC) +- [TerraBlender](https://modrinth.com/mod/kkmrDlKT) +- [Traveler's Backpack](https://modrinth.com/mod/rlloIFEV) +- [Trinkets](https://modrinth.com/mod/5aaWibi9) +- [Turtlematic](https://www.curseforge.com/minecraft/mc-mods/turtlematic) +- [Universal Ores](https://modrinth.com/mod/68kWHuUF) +- [UnlimitedPeripheralWorks](https://www.curseforge.com/minecraft/mc-mods/unlimitedperipheralworks) +- [WorldEdit Items](https://modrinth.com/mod/xBMX8ICO) +- [WorldEdit](https://www.curseforge.com/minecraft/mc-mods/worldedit) +- [Xaero's Minimap (Fair-play Edition)](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap-fair-play-edition) +- [Xaero's World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map) +- [Your Options Shall Be Respected (YOSBR)](https://www.curseforge.com/minecraft/mc-mods/yosbr) + +## Server Mods + +- [BlueMap](https://modrinth.com/mod/swbUV1cr) +- [Ledger](https://modrinth.com/mod/LVN9ygNV) +- [LuckPerms](https://modrinth.com/mod/Vebnzrzj) +- [mc-cmd-perms](https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar) +- [Vanish](https://modrinth.com/mod/UL4bJFDY) + diff --git a/.minecraft/mods/adorn.pw.toml b/.minecraft/mods/adorn.pw.toml index 45f8483..a3c7e75 100644 --- a/.minecraft/mods/adorn.pw.toml +++ b/.minecraft/mods/adorn.pw.toml @@ -1,13 +1,13 @@ name = "Adorn" -filename = "Adorn-3.8.3+1.19.2-fabric.jar" +filename = "Adorn-3.9.1+1.19.2-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/qgNP6oDb/Adorn-3.8.3%2B1.19.2-fabric.jar" +url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/4Af8VkZs/Adorn-3.9.1%2B1.19.2-fabric.jar" hash-format = "sha1" -hash = "cc8771fa997e48d873e4a96d02f672b09d4b09a6" +hash = "cec969be7bcd93e26ed127e057b68da80c687407" [update] [update.modrinth] mod-id = "E6FUtRJh" -version = "qgNP6oDb" +version = "4Af8VkZs" diff --git a/.minecraft/mods/architectury-api.pw.toml b/.minecraft/mods/architectury-api.pw.toml index 51d5daf..d2da6c0 100644 --- a/.minecraft/mods/architectury-api.pw.toml +++ b/.minecraft/mods/architectury-api.pw.toml @@ -1,13 +1,13 @@ name = "Architectury API" -filename = "architectury-6.5.82-fabric.jar" +filename = "architectury-6.5.85-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/XV72M5Gg/architectury-6.5.82-fabric.jar" +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/HoIJp48v/architectury-6.5.85-fabric.jar" hash-format = "sha1" -hash = "5424b42018862b190985832c01c85ce934559c44" +hash = "5795f772ea4a72049e38848eac80a005b01211d9" [update] [update.modrinth] mod-id = "lhGA9TYQ" -version = "XV72M5Gg" +version = "HoIJp48v" diff --git a/.minecraft/mods/azurelib.pw.toml b/.minecraft/mods/azurelib.pw.toml index 573a8bb..8b207d0 100644 --- a/.minecraft/mods/azurelib.pw.toml +++ b/.minecraft/mods/azurelib.pw.toml @@ -1,13 +1,13 @@ name = "AzureLib" -filename = "azurelib-fabric-1.19.2-1.0.18.jar" +filename = "azurelib-fabric-1.19.2-1.0.20.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/oMbxe1OR/azurelib-fabric-1.19.2-1.0.18.jar" +url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/nqtHPfvh/azurelib-fabric-1.19.2-1.0.20.jar" hash-format = "sha1" -hash = "a705e0db6cb06afdfea0f5cf565a968edb767e00" +hash = "4f19e814078ddf0757e91277f110d83b9a711b02" [update] [update.modrinth] mod-id = "7zlUOZvb" -version = "oMbxe1OR" +version = "nqtHPfvh" diff --git a/.minecraft/mods/chalk.pw.toml b/.minecraft/mods/chalk.pw.toml index 8c7cc4a..fdf5768 100644 --- a/.minecraft/mods/chalk.pw.toml +++ b/.minecraft/mods/chalk.pw.toml @@ -1,13 +1,13 @@ name = "Chalk (Fabric)" -filename = "chalk-2.1.0+1.19.jar" +filename = "chalk-2.2.0+1.19.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/OrtjXTCH/versions/2.1.0/chalk-2.1.0%2B1.19.jar" +url = "https://cdn.modrinth.com/data/OrtjXTCH/versions/nsVYyiwH/chalk-2.2.0%2B1.19.jar" hash-format = "sha1" -hash = "300d8b999e87665b4c66ba9c3f83dc5a0eefe0dd" +hash = "147a4ef85cc307c593e415ce834143a8fd1d13e3" [update] [update.modrinth] mod-id = "OrtjXTCH" -version = "2kBPnANn" +version = "nsVYyiwH" diff --git a/.minecraft/mods/corgilib.pw.toml b/.minecraft/mods/corgilib.pw.toml index eda5b32..de56c29 100644 --- a/.minecraft/mods/corgilib.pw.toml +++ b/.minecraft/mods/corgilib.pw.toml @@ -1,13 +1,13 @@ name = "CorgiLib" -filename = "CorgiLib-fabric-1.19.2-1.0.0.33.jar" +filename = "CorgiLib-fabric-1.19.2-1.0.0.34.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/PxMWRr1W/CorgiLib-fabric-1.19.2-1.0.0.33.jar" +url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/HaZfKDxj/CorgiLib-fabric-1.19.2-1.0.0.34.jar" hash-format = "sha1" -hash = "00245b3b1db324efc39706cef78805eabe274858" +hash = "9afa2d59e20a5e19c3a926e1645a890dec0c3475" [update] [update.modrinth] mod-id = "ziOp6EO8" -version = "PxMWRr1W" +version = "HaZfKDxj" diff --git a/.minecraft/mods/data-attributes.pw.toml b/.minecraft/mods/data-attributes.pw.toml index ede5e48..f6186a6 100644 --- a/.minecraft/mods/data-attributes.pw.toml +++ b/.minecraft/mods/data-attributes.pw.toml @@ -1,13 +1,13 @@ name = "Data Attributes" -filename = "dataattributes-1.4.4+1.19.2.jar" +filename = "dataattributes-1.4.5+1.19.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/ARL9NhUQ/dataattributes-1.4.4%2B1.19.2.jar" +url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/wSkQFmKI/dataattributes-1.4.5%2B1.19.2.jar" hash-format = "sha1" -hash = "63328204e51c7ce89d12ea97245916d314077893" +hash = "5bf730b49d073ff343f29f062c0152d60e822e5e" [update] [update.modrinth] mod-id = "wFyCClLQ" -version = "ARL9NhUQ" +version = "wSkQFmKI" diff --git a/.minecraft/mods/ducky-periphs.pw.toml b/.minecraft/mods/ducky-periphs.pw.toml index d66bbad..f25a532 100644 --- a/.minecraft/mods/ducky-periphs.pw.toml +++ b/.minecraft/mods/ducky-periphs.pw.toml @@ -1,13 +1,13 @@ name = "Ducky Peripherals" -filename = "duckyperiphs-1.19.2-1.2.0-fabric.jar" +filename = "duckyperiphs-1.19.2-1.2.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/2DA3ugF7/duckyperiphs-1.19.2-1.2.0-fabric.jar" +url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/jeRYucbX/duckyperiphs-1.19.2-1.2.1-fabric.jar" hash-format = "sha1" -hash = "5564fb30c5b11ba3ea9ca91cddf6c02e6eea5ce0" +hash = "72afd5a345394a9e867389b780ed8cdd0a39a39e" [update] [update.modrinth] mod-id = "l2IpK3Ji" -version = "2DA3ugF7" +version = "jeRYucbX" diff --git a/.minecraft/mods/gigeresque.pw.toml b/.minecraft/mods/gigeresque.pw.toml index ac1894b..201d09a 100644 --- a/.minecraft/mods/gigeresque.pw.toml +++ b/.minecraft/mods/gigeresque.pw.toml @@ -1,13 +1,13 @@ name = "Gigeresque" -filename = "gigeresque-1.19.2-0.5.29.jar" +filename = "gigeresque-1.19.2-0.5.30.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/2kXK3iBI/versions/oM1ufJDF/gigeresque-1.19.2-0.5.29.jar" +url = "https://cdn.modrinth.com/data/2kXK3iBI/versions/6xlkzNPF/gigeresque-1.19.2-0.5.30.jar" hash-format = "sha1" -hash = "9adfcf92bc0cd9626752208cd72a6ae18a24ddfb" +hash = "10d59584797a2d31604b8a23731a408954ddd668" [update] [update.modrinth] mod-id = "2kXK3iBI" -version = "oM1ufJDF" +version = "6xlkzNPF" diff --git a/.minecraft/mods/iris.pw.toml b/.minecraft/mods/iris.pw.toml index e979c26..6cbd926 100644 --- a/.minecraft/mods/iris.pw.toml +++ b/.minecraft/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.19.2-1.6.2.jar" +filename = "iris-mc1.19.2-1.6.4.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/7MJ26Y79/iris-mc1.19.2-1.6.2.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/9YEwbzW6/iris-mc1.19.2-1.6.4.jar" hash-format = "sha1" -hash = "3695441941e6807f38469106758073d9abe07c4e" +hash = "2420090afb4c08cc82614c26b82c6f3958f06ad8" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "7MJ26Y79" +version = "9YEwbzW6" diff --git a/.minecraft/mods/lootr-fabric.pw.toml b/.minecraft/mods/lootr-fabric.pw.toml index c76ccc9..3fedd25 100644 --- a/.minecraft/mods/lootr-fabric.pw.toml +++ b/.minecraft/mods/lootr-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Lootr (Fabric)" -filename = "lootr-1.19-0.4.25.64.jar" +filename = "lootr-1.19-0.4.26.65.jar" side = "both" [download] hash-format = "sha1" -hash = "2ffc99335a35ba1e32d9ecc4ac11266d8325e96b" +hash = "df2e1646f6f48cca0de4a1e9eaf9313a00bc791f" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4179748 +file-id = 4558419 project-id = 615106 diff --git a/.minecraft/mods/pehkui.pw.toml b/.minecraft/mods/pehkui.pw.toml index d230cae..7c050b5 100644 --- a/.minecraft/mods/pehkui.pw.toml +++ b/.minecraft/mods/pehkui.pw.toml @@ -1,13 +1,13 @@ name = "Pehkui" -filename = "Pehkui-3.7.3+1.14.4-1.20.jar" +filename = "Pehkui-3.7.5+1.14.4-1.20.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/T6zz9cnV/Pehkui-3.7.3%2B1.14.4-1.20.jar" +url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/riJf9xr3/Pehkui-3.7.5%2B1.14.4-1.20.jar" hash-format = "sha1" -hash = "8a5e4ce714a047c26b553e59a8f0d8a2aedf0fb7" +hash = "8544704adb36883fd1a1c80f9e1b6454ac067330" [update] [update.modrinth] mod-id = "t5W7Jfwy" -version = "T6zz9cnV" +version = "riJf9xr3" diff --git a/.minecraft/mods/playerex.pw.toml b/.minecraft/mods/playerex.pw.toml index dbf3427..aa9b584 100644 --- a/.minecraft/mods/playerex.pw.toml +++ b/.minecraft/mods/playerex.pw.toml @@ -1,13 +1,13 @@ name = "PlayerEx" -filename = "playerex-3.5.2.jar" +filename = "playerex-3.5.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/o5GUN4b1/versions/3aJLgtoZ/playerex-3.5.2.jar" +url = "https://cdn.modrinth.com/data/o5GUN4b1/versions/DyoKO3ez/playerex-3.5.3.jar" hash-format = "sha1" -hash = "bc954f5eb51e71710b79218a99add9196743ab2c" +hash = "3d8bc87fa64cd1c66550a75162fcafdc9d858014" [update] [update.modrinth] mod-id = "o5GUN4b1" -version = "3aJLgtoZ" +version = "DyoKO3ez" diff --git a/.minecraft/mods/probejs.pw.toml b/.minecraft/mods/probejs.pw.toml index 2676870..384d361 100644 --- a/.minecraft/mods/probejs.pw.toml +++ b/.minecraft/mods/probejs.pw.toml @@ -1,13 +1,13 @@ name = "ProbeJS" -filename = "probejs-4.6.0-fabric.jar" +filename = "probejs-4.8.0-fabric.jar" side = "both" [download] hash-format = "sha1" -hash = "e13f5ad53f107220b86bc50fcaadcd72b348e208" +hash = "26ece6516111e9fa1522180467155beb0325cc28" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4529248 +file-id = 4546436 project-id = 585406 diff --git a/.minecraft/mods/rei.pw.toml b/.minecraft/mods/rei.pw.toml index 4ed43e2..e8ef9a8 100644 --- a/.minecraft/mods/rei.pw.toml +++ b/.minecraft/mods/rei.pw.toml @@ -1,13 +1,13 @@ name = "Roughly Enough Items (REI)" -filename = "RoughlyEnoughItems-9.1.595.jar" +filename = "RoughlyEnoughItems-9.1.619.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nfn13YXA/versions/AE6AqZDy/RoughlyEnoughItems-9.1.595.jar" +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/6vWZi3Ug/RoughlyEnoughItems-9.1.619.jar" hash-format = "sha1" -hash = "e4603da9f1b64e672018a359d83125d2c8235d07" +hash = "cbf8dbe7237863ac4ad3ff10dbdc67382e91d2c9" [update] [update.modrinth] mod-id = "nfn13YXA" -version = "AE6AqZDy" +version = "6vWZi3Ug" diff --git a/.minecraft/mods/simple-voice-chat.pw.toml b/.minecraft/mods/simple-voice-chat.pw.toml index becee0e..a97211a 100644 --- a/.minecraft/mods/simple-voice-chat.pw.toml +++ b/.minecraft/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.19.2-2.4.8.jar" +filename = "voicechat-fabric-1.19.2-2.4.9.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/I92gJvt9/voicechat-fabric-1.19.2-2.4.8.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/P6Np9f5M/voicechat-fabric-1.19.2-2.4.9.jar" hash-format = "sha1" -hash = "450f2fca8cf9afb3a294122cf0860f5d4a0edc85" +hash = "e5f1fa5ecbf41cfd447dbc532e0c31e164163fa6" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "I92gJvt9" +version = "P6Np9f5M" diff --git a/.minecraft/mods/travelersbackpack.pw.toml b/.minecraft/mods/travelersbackpack.pw.toml index b0d4557..e4f4ae4 100644 --- a/.minecraft/mods/travelersbackpack.pw.toml +++ b/.minecraft/mods/travelersbackpack.pw.toml @@ -1,13 +1,13 @@ name = "Traveler's Backpack" -filename = "travelers-backpack-1.19.2-8.2.22.jar" +filename = "travelers-backpack-1.19.2-8.2.23.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/rlloIFEV/versions/cbWsCrZH/travelers-backpack-1.19.2-8.2.22.jar" +url = "https://cdn.modrinth.com/data/rlloIFEV/versions/zPIVq8HQ/travelers-backpack-1.19.2-8.2.23.jar" hash-format = "sha1" -hash = "9172917d9a61e96d22b186ff23127c1a32157475" +hash = "3ea765cd36018f4c7619662864dc9b5138b006a6" [update] [update.modrinth] mod-id = "rlloIFEV" -version = "cbWsCrZH" +version = "zPIVq8HQ" diff --git a/.minecraft/mods/unlimitedperipheralworks.pw.toml b/.minecraft/mods/unlimitedperipheralworks.pw.toml index 3436a01..555382a 100644 --- a/.minecraft/mods/unlimitedperipheralworks.pw.toml +++ b/.minecraft/mods/unlimitedperipheralworks.pw.toml @@ -1,13 +1,13 @@ name = "UnlimitedPeripheralWorks" -filename = "peripheralworks-0.2.5.jar" +filename = "peripheralworks-0.2.8.jar" side = "both" [download] hash-format = "sha1" -hash = "c8579b06afa5b9d6a131cf135faf24aab3119190" +hash = "8ed7140ca435a208fb9cbc118697911231c6ec8e" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4541171 +file-id = 4570554 project-id = 621851 diff --git a/.minecraft/mods/xaeros-world-map.pw.toml b/.minecraft/mods/xaeros-world-map.pw.toml index 586bfbf..f99df6e 100644 --- a/.minecraft/mods/xaeros-world-map.pw.toml +++ b/.minecraft/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.30.0_Fabric_1.19.1.jar" +filename = "XaerosWorldMap_1.30.3_Fabric_1.19.1.jar" side = "both" [download] hash-format = "sha1" -hash = "c577920cd108145342305cd22b4430a43361b592" +hash = "0334b764deb7df27f012b2ee15d39f66fd636432" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4492956 +file-id = 4550332 project-id = 317780 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 814726d..8655fd8 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 = "01731133fe4e76a6a5715942d22dd01c8afbc11fcca063a41c8bf56e552212a7" +hash = "2ebcf1847a67febe1eecd7be60177c8cb9e95287f3c361c215d7771b1870c7f0" [versions] fabric = "0.14.19" From 4e51312aa6524928e8f38f50b8306ee013c86ac7 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Thu, 8 Jun 2023 14:49:27 -0700 Subject: [PATCH 6/9] update makefile --- Makefile | 96 +++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 68 insertions(+), 28 deletions(-) diff --git a/Makefile b/Makefile index 6f4a978..0fac0bb 100644 --- a/Makefile +++ b/Makefile @@ -1,59 +1,99 @@ default: @echo "No Default make command configured" @echo "Please use either" - @echo " - make curseforge" - @echo " - make multimc" - @echo " - make technic" - @echo " - make all" + @echo " - make multimc" + @echo " - make curseforge" + @echo " - make modrinth" + @echo " - make technic" + @echo " - make server" + @echo " - make all" + @echo "" + @echo "Curseforge will make a curseforge import file" + @echo "" + @echo "Modrinth will make a modrinth import file" @echo "" - @echo "Curseforge will make a curseforge compatible zip" @echo "Multimc will make a multimc zip file which contains" @echo " the packwiz updater" @echo "" @echo "Technic will make a technic pack zip" @echo "" + @echo "Server will make a server pack zip" + @echo " This will include the packwiz updater," + @echo " but will not be configured to run by default" + @echo "" @echo "All will make all packs it can" @echo "" PACKNAME := $(notdir $(CURDIR)) +PACKURL := $(shell pw detect) -curseforge: preBuild +curseforge: refresh + -mkdir .build @echo "Making Curseforge pack" packwiz curseforge export --pack-file .minecraft/pack.toml - mv ./*.zip ./.build/ + mv ./*.zip ./.build/${PACKNAME}-curseforge.zip -modrinth: preBuild +modrinth: refresh + -mkdir .build @echo "Making Modrinth pack" - packwiz modrinth export --pack-file .minecraft/pack.toml - mv ./*.mrpack ./.build/ + packwiz modrinth export --pack-file .minecraft/pack.toml + mv ./*.mrpack ./.build/${PACKNAME}-modrinth.mrpack -multimc: preBuild +multimc: refresh + -mkdir .build @echo "Making MultiMC pack" - -rm .build/${PACKNAME}-multimc.zip - 7z a .build/${PACKNAME}-multimc.zip ./* -x!Makefile -x!README.md - 7z a .build/${PACKNAME}-multimc.zip .minecraft/packwiz-installer-bootstrap.jar -r + 7z d .build/${PACKNAME}-multimc.zip ./* -r + 7z d .build/${PACKNAME}-multimc.zip ./.minecraft -r + @sed -i 's#{PACKURL}#${PACKURL}#' instance.cfg + 7z a .build/${PACKNAME}-multimc.zip ./* -r + 7z a .build/${PACKNAME}-multimc.zip ./.minecraft -r + 7z d .build/${PACKNAME}-multimc.zip ./.build ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r + @sed -i 's#${PACKURL}#{PACKURL}#' instance.cfg -technic: preBuild +technic: refresh + -mkdir .build @echo "Making Technic pack" - @-mkdir .technic - @-cp ${PACKNAME}_icon.png .technic/icon.png - @cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml && cd .. - @-mv .technic/frontier_mc.png .technic/icon.png - 7z a .build/${PACKNAME}-technic.zip .technic/* -r - -preClean: - -rm -rf .build - -postClean: -rm -rf .technic + -cp -r .minecraft .technic + cp ${PACKNAME}_icon.png .technic/icon.png + cd .technic && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml && cd .. + -rm -rf .technic/packwiz* .technic/index.toml .technic/pack.toml .technic/mods/*.toml + 7z d .build/${PACKNAME}-technic.zip ./* ./.* -r + 7z a .build/${PACKNAME}-technic.zip ./.technic/* -r + +server: refresh + -mkdir .build + @echo "Making Server pack" + -rm -rf .server + -cp -r .minecraft .server + cp ${PACKNAME}_icon.png .server/server-icon.png + cd .server && java -jar ../.minecraft/packwiz-installer-bootstrap.jar -s server ../.minecraft/pack.toml && cd .. + 7z d .build/${PACKNAME}-server.zip ./* ./.* -r + 7z a .build/${PACKNAME}-server.zip ./.server/* -r + +preClean: refresh + -rm -rf .build + -rm -rf .server +postClean: refresh + -rm -rf .technic + -rm -rf .server -git gc --aggressive --prune +clean: preClean postClean -preBuild: - @-mkdir .build +all: preClean curseforge modrinth multimc technic server postClean -all: preClean curseforge modrinth multimc technic postClean +refresh: + cd .minecraft && packwiz refresh update-packwiz: go install github.com/packwiz/packwiz@latest + go install github.com/Merith-TK/packwiz-wrapper/cmd/pw@main clear @echo "Packwiz has been Updated" + +run-server: + cd .minecraft && pw refresh && cd .. + -mkdir .run + echo "eula=true" > .run/eula.txt + cd .run && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml -s server && cd .. + cd .run && java -Xmx2G -Xms2G -jar server.jar nogui && cd .. From 1f3cda42e6c3b05defc4b4604674f8f2234a9136 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Thu, 8 Jun 2023 14:50:53 -0700 Subject: [PATCH 7/9] refresh --- .minecraft/index.toml | 4 ++++ .minecraft/pack.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 5a4dcf1..e5b466b 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -48,6 +48,10 @@ hash = "60e07e880bdd4e54bf5dd810f3e82a4b300f36455b83b0da605779a89b11c104" file = "kubejs/server_scripts/loot-table.js" hash = "5ba4966ae0f01e959fedc74ee48338d33f402f47601470aefeceee391857d83c" +[[files]] +file = "modlist.md" +hash = "cad6ed614754744adcc54330deb28b6c5a822937ac2b9d4facb09fa97fd2728f" + [[files]] file = "mods/ad-astra.pw.toml" hash = "69bc79801ac468020ff1bf3fd315d7d4d5cf15727a75c0d1b12a980a6e960c94" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 8655fd8..80cb939 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 = "2ebcf1847a67febe1eecd7be60177c8cb9e95287f3c361c215d7771b1870c7f0" +hash = "3427ff642b111706bc30a0f78758ac05e9f6df4d8037d50162a22f658f0cd104" [versions] fabric = "0.14.19" From 8d87c5f18c128c6f20da52a45afca4bce93cbf25 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Tue, 20 Jun 2023 12:09:23 -0700 Subject: [PATCH 8/9] beta update --- .../incendium-optional-resourcepack.pw.toml | 13 ++++ .../config/immersive_portals_fabric.json | 39 +++++++++++ .../config/yosbr/loadmyresources/config.cfg | 4 ++ .minecraft/index.toml | 70 ++++++++++++++----- .minecraft/modlist.md | 8 ++- .minecraft/mods/arachnids.pw.toml | 13 ++++ .minecraft/mods/azurelib.pw.toml | 8 +-- .minecraft/mods/biomesyougo.pw.toml | 8 +-- .minecraft/mods/create-fabric.pw.toml | 8 +-- .minecraft/mods/custom-player-models.pw.toml | 8 +-- .minecraft/mods/data-attributes.pw.toml | 8 +-- .../mods/fabric-language-kotlin.pw.toml | 8 +-- .minecraft/mods/gigeresque.pw.toml | 8 +-- .minecraft/mods/hazard-diamond.pw.toml | 13 ++++ .minecraft/mods/immersiveportals.pw.toml | 13 ++++ .minecraft/mods/incendium.pw.toml | 13 ++++ .minecraft/mods/iris.pw.toml | 13 ---- .minecraft/mods/load-my-resources.pw.toml | 13 ++++ .minecraft/mods/lootr-fabric.pw.toml | 6 +- .minecraft/mods/nullscape.pw.toml | 13 ++++ .minecraft/mods/simple-voice-chat.pw.toml | 8 +-- .minecraft/mods/xaeros-world-map.pw.toml | 6 +- .minecraft/mods/yosbr.pw.toml | 6 +- .minecraft/pack.toml | 2 +- 24 files changed, 237 insertions(+), 72 deletions(-) create mode 100644 .minecraft/.modpack/resourcepacks/incendium-optional-resourcepack.pw.toml create mode 100644 .minecraft/config/immersive_portals_fabric.json create mode 100644 .minecraft/config/yosbr/loadmyresources/config.cfg create mode 100644 .minecraft/mods/arachnids.pw.toml create mode 100644 .minecraft/mods/hazard-diamond.pw.toml create mode 100644 .minecraft/mods/immersiveportals.pw.toml create mode 100644 .minecraft/mods/incendium.pw.toml delete mode 100644 .minecraft/mods/iris.pw.toml create mode 100644 .minecraft/mods/load-my-resources.pw.toml create mode 100644 .minecraft/mods/nullscape.pw.toml diff --git a/.minecraft/.modpack/resourcepacks/incendium-optional-resourcepack.pw.toml b/.minecraft/.modpack/resourcepacks/incendium-optional-resourcepack.pw.toml new file mode 100644 index 0000000..ad7f1cf --- /dev/null +++ b/.minecraft/.modpack/resourcepacks/incendium-optional-resourcepack.pw.toml @@ -0,0 +1,13 @@ +name = "Incendium Optional Resourcepack" +filename = "Incendium_Optional_Resourcepack_1.19.4_v5.3.5.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HfNmMQ9E/versions/T4Xp4oG6/Incendium_Optional_Resourcepack_1.19.4_v5.3.5.zip" +hash-format = "sha1" +hash = "a1351f15034e16f59c3723a96380f781aa590b63" + +[update] +[update.modrinth] +mod-id = "HfNmMQ9E" +version = "T4Xp4oG6" diff --git a/.minecraft/config/immersive_portals_fabric.json b/.minecraft/config/immersive_portals_fabric.json new file mode 100644 index 0000000..aa35a88 --- /dev/null +++ b/.minecraft/config/immersive_portals_fabric.json @@ -0,0 +1,39 @@ +{ + "check_the_wiki_for_more_information": "https://qouteall.fun/immptl/wiki/Config-Options", + "enableWarning": false, + "enableMirrorCreation": false, + "maxPortalLayer": 2, + "sharedBlockMeshBufferOptimization": true, + "lagAttackProof": true, + "portalRenderLimit": 99, + "indirectLoadingRadiusCap": 4, + "enableCrossPortalSound": false, + "compatibilityRenderMode": true, + "doCheckGlError": false, + "portalSearchingRange": 32, + "renderYourselfInPortal": false, + "serverSideNormalChunkLoading": true, + "teleportationDebug": false, + "correctCrossPortalEntityRendering": false, + "looseMovementCheck": false, + "pureMirror": false, + "enableAlternateDimensions": true, + "reducedPortalRendering": true, + "visibilityPrediction": true, + "netherPortalOverlay": false, + "scaleLimit": 30, + "easeCreativePermission": true, + "easeCommandStickPermission": false, + "enableDatapackPortalGen": true, + "enableCrossPortalView": true, + "enableClippingMechanism": true, + "enableDepthClampForPortalRendering": false, + "lightVanillaNetherPortalWhenCrouching": false, + "enableNetherPortalEffect": true, + "enableClientPerformanceAdjustment": true, + "enableServerPerformanceAdjustment": true, + "checkModInfoFromInternet": true, + "enableUpdateNotification": true, + "netherPortalMode": "vanilla", + "endPortalMode": "vanilla" +} \ No newline at end of file diff --git a/.minecraft/config/yosbr/loadmyresources/config.cfg b/.minecraft/config/yosbr/loadmyresources/config.cfg new file mode 100644 index 0000000..b7a149d --- /dev/null +++ b/.minecraft/config/yosbr/loadmyresources/config.cfg @@ -0,0 +1,4 @@ +##[general] + +[The path to load resources from.] +S:resource_path = '.modpack/resourcepacks/'; \ No newline at end of file diff --git a/.minecraft/index.toml b/.minecraft/index.toml index e5b466b..dc23e9d 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -4,10 +4,19 @@ hash-format = "sha256" file = ".modpack/explode.ogg" hash = "fd1efad541304e851e8d3308d94d58d3abc4a4eaa39470205eb4af598e0c427d" +[[files]] +file = ".modpack/resourcepacks/incendium-optional-resourcepack.pw.toml" +hash = "1e477473890e98fa5210f0d37f808bb5d087615bc15678815466dc38b202e334" +metafile = true + [[files]] file = "bin/version.json" hash = "daa187c344df623b466756874799fd0753b17e375a1b1dbb9e94c7c65972e4cb" +[[files]] +file = "config/immersive_portals_fabric.json" +hash = "a4ce0d7632729f85811964c3dd48427ed6dddf6c5195073318d027d83943ddf5" + [[files]] file = "config/logbegone.toml" hash = "1a573969f74941fd4785ce201c52aef331aaf250301dfff67cee3bc0e02ef1e3" @@ -36,6 +45,10 @@ hash = "36a890045fce4aa69f1c550d5a49a62b336cbb7911a7afa6956fcce5d4d9dcb8" file = "config/yosbr/config/xaeroworldmap.txt" hash = "b3972803ddb0a76e13d5bd03c7468237dbf2928949a1fb2923a0c20f77a18b7a" +[[files]] +file = "config/yosbr/loadmyresources/config.cfg" +hash = "9f7162c383a52a4e9fcbbb647632c92909ffa4064e0a029d1c1a5037b9a32ebe" + [[files]] file = "config/yosbr/options.txt" hash = "35437b4437d2a9292a0f05a7567a4c74da8b414a28cb7e53bdcae7f71d34f3b9" @@ -50,7 +63,7 @@ hash = "5ba4966ae0f01e959fedc74ee48338d33f402f47601470aefeceee391857d83c" [[files]] file = "modlist.md" -hash = "cad6ed614754744adcc54330deb28b6c5a822937ac2b9d4facb09fa97fd2728f" +hash = "bc45e37bef67217f3793ad0272768e363c808e637626645952bec9907d7b9d95" [[files]] file = "mods/ad-astra.pw.toml" @@ -72,6 +85,11 @@ file = "mods/appleskin.pw.toml" hash = "4d571d5ebe245ffb62a0df83e81d1c03670807d3528650d6dd9c983bd26ae860" metafile = true +[[files]] +file = "mods/arachnids.pw.toml" +hash = "ff3e18d40bcb39b73aa3cf30ac68c06e20a9ecee138e21e7d8416fa310668800" +metafile = true + [[files]] file = "mods/architectury-api.pw.toml" hash = "7916e9bf676dd9730f970893ff61fd25f43c563ff6133d1e7886366a3cd9e282" @@ -84,7 +102,7 @@ metafile = true [[files]] file = "mods/azurelib.pw.toml" -hash = "004ac83274017577823a92f5a7955c2f20df127aff74e3fcae30bec3b6bc55c2" +hash = "0e1b0b1c8c3001250addfbd043692d6f03c59e7e22bf8a477f910f709ff530a2" metafile = true [[files]] @@ -104,7 +122,7 @@ metafile = true [[files]] file = "mods/biomesyougo.pw.toml" -hash = "f9daa7f4a22030249d4ba643df59c7fc4e49b2cdaf6fc4adb9df70a8827d3f6e" +hash = "340b0722d813fba3a58ea3312c0c2fdeb077d31c98e9bba4bd79a5199d5e33d1" metafile = true [[files]] @@ -194,7 +212,7 @@ metafile = true [[files]] file = "mods/create-fabric.pw.toml" -hash = "a51f3f98721a8e637e71c78d5413271cb0d4816a5d55a8b9cd5c19353d49f8a2" +hash = "e9ca0f5ceeb8c3dc5117d3bc0d5fd5756eb2763e8ae148e8053396726cc06259" metafile = true [[files]] @@ -204,12 +222,12 @@ metafile = true [[files]] file = "mods/custom-player-models.pw.toml" -hash = "1f7a3d08fa0c2723e95864dfb6e950b1e323f701dbb3ce5631aed9f09814361f" +hash = "1970c99ab8e18e20f508719bec52e990e21c8ff274485f688739635791372772" metafile = true [[files]] file = "mods/data-attributes.pw.toml" -hash = "52fa28bec9c8ef16831bc3edb6da19e1fdf89c2697c7da1b9e2a351db3d98d36" +hash = "3aa27e920f3abe630b6eb7c5f35901882a6283be5aadcce27cabff4d854e2422" metafile = true [[files]] @@ -249,7 +267,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "7be1e122e9ef8f1b7f2df9ffccf02cf83a52d0a53ae5ba7d07ea7bd3cc149101" +hash = "b2b0ad206637c53e64311185758dd34cb1871890e9b70e843eee5c4d085426be" metafile = true [[files]] @@ -274,7 +292,12 @@ metafile = true [[files]] file = "mods/gigeresque.pw.toml" -hash = "5b6439f812dc882f577720f98558513dff69907714ba5a959f636739d1f812ed" +hash = "ce07b0de35f4c4c94f6e12174d7136da1ffff5e3a56b9a78ac52fc617f46a093" +metafile = true + +[[files]] +file = "mods/hazard-diamond.pw.toml" +hash = "b1113b7fb393467bf9c6add6716655e44d5aeb921ea7c43876e3ee783aef8991" metafile = true [[files]] @@ -298,13 +321,18 @@ hash = "8b1c95b10891c6a3fbbd0b4d22882fc0234c450d2fedee0b1a6c2fe5b290132f" metafile = true [[files]] -file = "mods/indium.pw.toml" -hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635" +file = "mods/immersiveportals.pw.toml" +hash = "5dd1a25c488a1cab67d33037fd2d3483404fdfd01aa8bdef8c0b0aea99096475" metafile = true [[files]] -file = "mods/iris.pw.toml" -hash = "af3675c9022d8669af5486c58fa9a685189a579a772a4c2ea5705bbe29bb169d" +file = "mods/incendium.pw.toml" +hash = "8006754d88eb3d16c3d611015e7a102eba44ba5f3a2ff105bb2be2c4ed68a180" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "e8168531c092676d47cac3657bfc525f096f11ff5372ce6e322ad57778b81635" metafile = true [[files]] @@ -362,6 +390,11 @@ file = "mods/lighty.pw.toml" hash = "39c4f2fd156912330a997b8421ced6d35f62ecb3249c3a905fd5616f937b7db8" metafile = true +[[files]] +file = "mods/load-my-resources.pw.toml" +hash = "d9ea83ba847e5e3d6ac95e29d427bdaa11ae375db4abeac03f9915adc6fd69c9" +metafile = true + [[files]] file = "mods/log-begone.pw.toml" hash = "265f9e227ce570509b23811ca7a887db2c3b0e45dffd8742b6bc08788d9e140f" @@ -369,7 +402,7 @@ metafile = true [[files]] file = "mods/lootr-fabric.pw.toml" -hash = "9804acade5a06f2f477e0ef284caf0a2eae02ff9cab2cb79021311e10b2a6c1f" +hash = "2056cbbc69741580c892bcc238ca54ad61f568ba726beb7380c216ef58e17eee" metafile = true [[files]] @@ -417,6 +450,11 @@ file = "mods/mythicmetals.pw.toml" hash = "d78aaf967f7051e9bbe28bff1a10da4d3a5d2f9303d87597feb9cdd69332fb80" metafile = true +[[files]] +file = "mods/nullscape.pw.toml" +hash = "6488429de6059273a902d861e39df9f881ec61f03db06dd36485da36baba3778" +metafile = true + [[files]] file = "mods/numismatic-overhaul.pw.toml" hash = "1d93acb8fe0f4afc330701c2bb19e30ee91e54426b7c8ffca6e7c53bdecac9d0" @@ -504,7 +542,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "af67464767a3bca3841a1b209b077448c4c56827f7da4ba1bd2cdf4e4584b312" +hash = "868e361c475b7501a10bb9c393ffd5eb230d5e12f27095aa8b768ad4d8e4b363" metafile = true [[files]] @@ -589,12 +627,12 @@ metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "6016d6fd65636650a485a060b52dc58b0c9d2faaac81177aba80dea8953e5138" +hash = "21ca1ada7fcfa709b334192d409af80ef54fad572c3290a95b3daef5293ecb26" metafile = true [[files]] file = "mods/yosbr.pw.toml" -hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f" +hash = "bbbcf529b4c35f04e733922ca06dde4aac8d97a556e4396da25d99e2d079c0c9" metafile = true [[files]] diff --git a/.minecraft/modlist.md b/.minecraft/modlist.md index 1e4e3ac..657caca 100644 --- a/.minecraft/modlist.md +++ b/.minecraft/modlist.md @@ -13,7 +13,6 @@ - [Ex HUD](https://modrinth.com/mod/387DYXF9) - [FabricSkyboxes](https://modrinth.com/mod/YBz7DOs8) - [Indium](https://modrinth.com/mod/Orvt0mRa) -- [Iris Shaders](https://modrinth.com/mod/YL57xq9U) - [LambDynamicLights](https://modrinth.com/mod/yBW8D80W) - [Legendary Tooltips](https://modrinth.com/mod/atHH8NyV) - [Lighty](https://modrinth.com/mod/yjvKidNM) @@ -26,10 +25,12 @@ ## Shared Mods +- [Incendium Optional Resourcepack](https://modrinth.com/mod/HfNmMQ9E) - [Ad Astra](https://modrinth.com/mod/3ufwT9JF) - [Adorn](https://modrinth.com/mod/E6FUtRJh) - [Alloy Forgery](https://modrinth.com/mod/jhl28YkY) - [AppleSkin](https://modrinth.com/mod/EsAfCjCV) +- [Arachnids](https://modrinth.com/mod/AOs8oaMT) - [Architectury API](https://modrinth.com/mod/lhGA9TYQ) - [AzureLib](https://modrinth.com/mod/7zlUOZvb) - [Balm](https://modrinth.com/mod/MBAkmtvl) @@ -60,10 +61,13 @@ - [Forge Config API Port](https://modrinth.com/mod/ohNO6lps) - [Geckolib](https://modrinth.com/mod/8BmcQJ2H) - [Gigeresque](https://modrinth.com/mod/2kXK3iBI) +- [Hazard Diamond](https://modrinth.com/mod/L85Kwl96) - [Hex Casting](https://modrinth.com/mod/nTW3yKrm) - [Icarus](https://modrinth.com/mod/Dw7M6XKW) - [Iceberg](https://modrinth.com/mod/5faXoLqX) - [Immersive Armors](https://modrinth.com/mod/eE2Db4YU) +- [Immersive Portals](https://modrinth.com/mod/zJpHMkdD) +- [Incendium](https://modrinth.com/mod/ZVzW5oNS) - [Item Alchemy](https://modrinth.com/mod/cfQx2fbQ) - [ItemSwapper](https://modrinth.com/mod/RPOSBQgq) - [Konkrete](https://modrinth.com/mod/J81TRJWm) @@ -78,6 +82,7 @@ - [Mo' Structures](https://modrinth.com/mod/PTGd6dWp) - [Mythic Metals Decorations](https://modrinth.com/mod/Wtv23AFN) - [Mythic Metals](https://modrinth.com/mod/bAWzYNRd) +- [Nullscape](https://modrinth.com/mod/LPjGiSO4) - [Numismatic Overhaul](https://modrinth.com/mod/ZXm8hVxN) - [Origins: Classes](https://modrinth.com/mod/FiDptjtR) - [Origins](https://modrinth.com/mod/3BeIrqZR) @@ -99,6 +104,7 @@ - [spark](https://modrinth.com/mod/l6YH9Als) - [Starlight (Fabric)](https://modrinth.com/mod/H8CaAYZC) - [TerraBlender](https://modrinth.com/mod/kkmrDlKT) +- [Trails and Tales 1.20](https://modrinth.com/mod/7HEGCBmG) - [Traveler's Backpack](https://modrinth.com/mod/rlloIFEV) - [Trinkets](https://modrinth.com/mod/5aaWibi9) - [Turtlematic](https://www.curseforge.com/minecraft/mc-mods/turtlematic) diff --git a/.minecraft/mods/arachnids.pw.toml b/.minecraft/mods/arachnids.pw.toml new file mode 100644 index 0000000..fe0a77a --- /dev/null +++ b/.minecraft/mods/arachnids.pw.toml @@ -0,0 +1,13 @@ +name = "Arachnids" +filename = "arachnids-1.19.2-0.0.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AOs8oaMT/versions/9tbUGvpq/arachnids-1.19.2-0.0.13.jar" +hash-format = "sha1" +hash = "4b72c8a6a60530dc3c14408237c181d58e5e0517" + +[update] +[update.modrinth] +mod-id = "AOs8oaMT" +version = "9tbUGvpq" diff --git a/.minecraft/mods/azurelib.pw.toml b/.minecraft/mods/azurelib.pw.toml index 8b207d0..e5075a7 100644 --- a/.minecraft/mods/azurelib.pw.toml +++ b/.minecraft/mods/azurelib.pw.toml @@ -1,13 +1,13 @@ name = "AzureLib" -filename = "azurelib-fabric-1.19.2-1.0.20.jar" +filename = "azurelib-fabric-1.19.2-1.0.23.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/nqtHPfvh/azurelib-fabric-1.19.2-1.0.20.jar" +url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/FdFCkMSS/azurelib-fabric-1.19.2-1.0.23.jar" hash-format = "sha1" -hash = "4f19e814078ddf0757e91277f110d83b9a711b02" +hash = "8e1d9b2555710a0d75323cea58597a84f4cf8a8e" [update] [update.modrinth] mod-id = "7zlUOZvb" -version = "nqtHPfvh" +version = "FdFCkMSS" diff --git a/.minecraft/mods/biomesyougo.pw.toml b/.minecraft/mods/biomesyougo.pw.toml index 15d2b5d..bc1c6fe 100644 --- a/.minecraft/mods/biomesyougo.pw.toml +++ b/.minecraft/mods/biomesyougo.pw.toml @@ -1,13 +1,13 @@ name = "Oh The Biomes You'll Go" -filename = "Oh_The_Biomes_You'll_Go-fabric-1.19.2-2.0.1.1.jar" +filename = "Oh_The_Biomes_You'll_Go-fabric-1.19.2-2.0.1.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uE1WpIAk/versions/9MInWvhi/Oh_The_Biomes_You%27ll_Go-fabric-1.19.2-2.0.1.1.jar" +url = "https://cdn.modrinth.com/data/uE1WpIAk/versions/lgDf4z7U/Oh_The_Biomes_You%27ll_Go-fabric-1.19.2-2.0.1.3.jar" hash-format = "sha1" -hash = "08f3b99c84935cbb6655cb97b2c037e81929806e" +hash = "d5ab2be8672b210e3c5b9ab9c4310fbae07aa78c" [update] [update.modrinth] mod-id = "uE1WpIAk" -version = "9MInWvhi" +version = "lgDf4z7U" diff --git a/.minecraft/mods/create-fabric.pw.toml b/.minecraft/mods/create-fabric.pw.toml index 59a0d45..79358c4 100644 --- a/.minecraft/mods/create-fabric.pw.toml +++ b/.minecraft/mods/create-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Create Fabric" -filename = "create-fabric-0.5.0.i-1017+1.19.2.jar" +filename = "create-fabric-0.5.1-b-build.1079+mc1.19.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/EkeMb3jA/create-fabric-0.5.0.i-1017%2B1.19.2.jar" +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/q6x0xvc1/create-fabric-0.5.1-b-build.1079%2Bmc1.19.2.jar" hash-format = "sha1" -hash = "2f0d7931c93e957eaf4302085dbc8d40ca3a381e" +hash = "7890f0abfdcbdaf98d076cce4fa8ff1ea18b8718" [update] [update.modrinth] mod-id = "Xbc0uyRg" -version = "EkeMb3jA" +version = "q6x0xvc1" diff --git a/.minecraft/mods/custom-player-models.pw.toml b/.minecraft/mods/custom-player-models.pw.toml index 4226580..332c75f 100644 --- a/.minecraft/mods/custom-player-models.pw.toml +++ b/.minecraft/mods/custom-player-models.pw.toml @@ -1,13 +1,13 @@ name = "Customizable Player Models" -filename = "CustomPlayerModels-Fabric-1.19-0.6.7a.jar" +filename = "CustomPlayerModels-Fabric-1.19-0.6.8a.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/IQDpg3fQ/CustomPlayerModels-Fabric-1.19-0.6.7a.jar" +url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/W1XlbWOH/CustomPlayerModels-Fabric-1.19-0.6.8a.jar" hash-format = "sha1" -hash = "2be62148341ba64f7a4bd858c4cd32f8f2eb16c9" +hash = "96cc0bb27d8c39f195939877aab624bf12234207" [update] [update.modrinth] mod-id = "h1E7sQNL" -version = "IQDpg3fQ" +version = "W1XlbWOH" diff --git a/.minecraft/mods/data-attributes.pw.toml b/.minecraft/mods/data-attributes.pw.toml index f6186a6..7ef8cec 100644 --- a/.minecraft/mods/data-attributes.pw.toml +++ b/.minecraft/mods/data-attributes.pw.toml @@ -1,13 +1,13 @@ name = "Data Attributes" -filename = "dataattributes-1.4.5+1.19.2.jar" +filename = "dataattributes-1.4.6+1.19.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/wSkQFmKI/dataattributes-1.4.5%2B1.19.2.jar" +url = "https://cdn.modrinth.com/data/wFyCClLQ/versions/jPqXXLZe/dataattributes-1.4.6%2B1.19.2.jar" hash-format = "sha1" -hash = "5bf730b49d073ff343f29f062c0152d60e822e5e" +hash = "5867cf1d8be8a639ad408fa30461d3d293270706" [update] [update.modrinth] mod-id = "wFyCClLQ" -version = "wSkQFmKI" +version = "jPqXXLZe" diff --git a/.minecraft/mods/fabric-language-kotlin.pw.toml b/.minecraft/mods/fabric-language-kotlin.pw.toml index 6286498..5b4ea7b 100644 --- a/.minecraft/mods/fabric-language-kotlin.pw.toml +++ b/.minecraft/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.9.4+kotlin.1.8.21.jar" +filename = "fabric-language-kotlin-1.9.5+kotlin.1.8.22.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/qgTQJrUS/fabric-language-kotlin-1.9.4%2Bkotlin.1.8.21.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/ADg3gvlr/fabric-language-kotlin-1.9.5%2Bkotlin.1.8.22.jar" hash-format = "sha1" -hash = "98d00c8bb595e7569fadd49290e1a6253d015ed7" +hash = "6dab5c754ec04e671e505df685befcedef27f42e" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "qgTQJrUS" +version = "ADg3gvlr" diff --git a/.minecraft/mods/gigeresque.pw.toml b/.minecraft/mods/gigeresque.pw.toml index 201d09a..860c14f 100644 --- a/.minecraft/mods/gigeresque.pw.toml +++ b/.minecraft/mods/gigeresque.pw.toml @@ -1,13 +1,13 @@ name = "Gigeresque" -filename = "gigeresque-1.19.2-0.5.30.jar" +filename = "gigeresque-1.19.2-0.5.31.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/2kXK3iBI/versions/6xlkzNPF/gigeresque-1.19.2-0.5.30.jar" +url = "https://cdn.modrinth.com/data/2kXK3iBI/versions/rBcH713Z/gigeresque-1.19.2-0.5.31.jar" hash-format = "sha1" -hash = "10d59584797a2d31604b8a23731a408954ddd668" +hash = "47df1d3a17a74390b39a49f105cad6d0840e369e" [update] [update.modrinth] mod-id = "2kXK3iBI" -version = "6xlkzNPF" +version = "rBcH713Z" diff --git a/.minecraft/mods/hazard-diamond.pw.toml b/.minecraft/mods/hazard-diamond.pw.toml new file mode 100644 index 0000000..5c05b8f --- /dev/null +++ b/.minecraft/mods/hazard-diamond.pw.toml @@ -0,0 +1,13 @@ +name = "Hazard Diamond" +filename = "hdiamond-1.1.0+1.19.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/L85Kwl96/versions/ooYML6Pq/hdiamond-1.1.0%2B1.19.2.jar" +hash-format = "sha1" +hash = "1f4ecd84d0663d4ca1b486343fca54165764621b" + +[update] +[update.modrinth] +mod-id = "L85Kwl96" +version = "ooYML6Pq" diff --git a/.minecraft/mods/immersiveportals.pw.toml b/.minecraft/mods/immersiveportals.pw.toml new file mode 100644 index 0000000..9f7ff32 --- /dev/null +++ b/.minecraft/mods/immersiveportals.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Portals" +filename = "immersive-portals-2.3.2-mc1.19.2-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zJpHMkdD/versions/k8vFN2vg/immersive-portals-2.3.2-mc1.19.2-fabric.jar" +hash-format = "sha1" +hash = "cf1f5aac92993f8adbc50ee26a3ca7703eacaaaf" + +[update] +[update.modrinth] +mod-id = "zJpHMkdD" +version = "k8vFN2vg" diff --git a/.minecraft/mods/incendium.pw.toml b/.minecraft/mods/incendium.pw.toml new file mode 100644 index 0000000..f9725ca --- /dev/null +++ b/.minecraft/mods/incendium.pw.toml @@ -0,0 +1,13 @@ +name = "Incendium" +filename = "Incendium_1.19.3_v5.1.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/ednvmJkC/Incendium_1.19.3_v5.1.6.jar" +hash-format = "sha1" +hash = "3c778f9f5d2ece9bc82ed2040f6e1de2c0220a8e" + +[update] +[update.modrinth] +mod-id = "ZVzW5oNS" +version = "ednvmJkC" diff --git a/.minecraft/mods/iris.pw.toml b/.minecraft/mods/iris.pw.toml deleted file mode 100644 index 6cbd926..0000000 --- a/.minecraft/mods/iris.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Iris Shaders" -filename = "iris-mc1.19.2-1.6.4.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/9YEwbzW6/iris-mc1.19.2-1.6.4.jar" -hash-format = "sha1" -hash = "2420090afb4c08cc82614c26b82c6f3958f06ad8" - -[update] -[update.modrinth] -mod-id = "YL57xq9U" -version = "9YEwbzW6" diff --git a/.minecraft/mods/load-my-resources.pw.toml b/.minecraft/mods/load-my-resources.pw.toml new file mode 100644 index 0000000..747e466 --- /dev/null +++ b/.minecraft/mods/load-my-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Load My Resources" +filename = "loadmyresources_fabric_1.0.4_MC_1.19-1.19.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/TqCKvqjC/versions/ErYeBTin/loadmyresources_fabric_1.0.4_MC_1.19-1.19.2.jar" +hash-format = "sha1" +hash = "61a63cbc4c76a3dcadf9f3f6cf0d2674ede90d7b" + +[update] +[update.modrinth] +mod-id = "TqCKvqjC" +version = "ErYeBTin" diff --git a/.minecraft/mods/lootr-fabric.pw.toml b/.minecraft/mods/lootr-fabric.pw.toml index 3fedd25..f7d0a73 100644 --- a/.minecraft/mods/lootr-fabric.pw.toml +++ b/.minecraft/mods/lootr-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Lootr (Fabric)" -filename = "lootr-1.19-0.4.26.65.jar" +filename = "lootr-1.19-0.4.27.67.jar" side = "both" [download] hash-format = "sha1" -hash = "df2e1646f6f48cca0de4a1e9eaf9313a00bc791f" +hash = "46366499f79a9a72f70c4d7e6b6424a7f002dd66" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4558419 +file-id = 4596349 project-id = 615106 diff --git a/.minecraft/mods/nullscape.pw.toml b/.minecraft/mods/nullscape.pw.toml new file mode 100644 index 0000000..cf911e2 --- /dev/null +++ b/.minecraft/mods/nullscape.pw.toml @@ -0,0 +1,13 @@ +name = "Nullscape" +filename = "Nullscape_1.19.3_v1.2.1a.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/Z04FxO0c/Nullscape_1.19.3_v1.2.1a.jar" +hash-format = "sha1" +hash = "7f24f4d8b0a3c435348a6b4d153bd04d96105a14" + +[update] +[update.modrinth] +mod-id = "LPjGiSO4" +version = "Z04FxO0c" diff --git a/.minecraft/mods/simple-voice-chat.pw.toml b/.minecraft/mods/simple-voice-chat.pw.toml index a97211a..8684d1a 100644 --- a/.minecraft/mods/simple-voice-chat.pw.toml +++ b/.minecraft/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.19.2-2.4.9.jar" +filename = "voicechat-fabric-1.19.2-2.4.10.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/P6Np9f5M/voicechat-fabric-1.19.2-2.4.9.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/onVH7UO9/voicechat-fabric-1.19.2-2.4.10.jar" hash-format = "sha1" -hash = "e5f1fa5ecbf41cfd447dbc532e0c31e164163fa6" +hash = "d1da3c14be494e20165c7810282be90e6a67025d" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "P6Np9f5M" +version = "onVH7UO9" diff --git a/.minecraft/mods/xaeros-world-map.pw.toml b/.minecraft/mods/xaeros-world-map.pw.toml index f99df6e..679c7f5 100644 --- a/.minecraft/mods/xaeros-world-map.pw.toml +++ b/.minecraft/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.30.3_Fabric_1.19.1.jar" +filename = "XaerosWorldMap_1.30.6_Fabric_1.19.1.jar" side = "both" [download] hash-format = "sha1" -hash = "0334b764deb7df27f012b2ee15d39f66fd636432" +hash = "d3054e28a6bf1793140b8b4c06c33176d51afec4" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4550332 +file-id = 4594981 project-id = 317780 diff --git a/.minecraft/mods/yosbr.pw.toml b/.minecraft/mods/yosbr.pw.toml index 083dbd4..1158a5e 100644 --- a/.minecraft/mods/yosbr.pw.toml +++ b/.minecraft/mods/yosbr.pw.toml @@ -1,13 +1,13 @@ name = "Your Options Shall Be Respected (YOSBR)" -filename = "yosbr-0.1.1.jar" +filename = "yosbr-0.1.2.jar" side = "both" [download] hash-format = "sha1" -hash = "0643830cab952fc96872702e681b863b550c8530" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 2934596 +file-id = 4581910 project-id = 374274 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 80cb939..b0e65d9 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 = "3427ff642b111706bc30a0f78758ac05e9f6df4d8037d50162a22f658f0cd104" +hash = "2907b534b4a9b8d629abc10fda909175e06011332e58de8ab344c2b28bc6bd75" [versions] fabric = "0.14.19" From fccfd3da9270583e306f98a6bc4f44397ee3cf1a Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Tue, 20 Jun 2023 13:07:25 -0700 Subject: [PATCH 9/9] remove vanish --- .minecraft/index.toml | 7 +------ .minecraft/modlist.md | 3 +-- .minecraft/mods/vanish.pw.toml | 13 ------------- .minecraft/pack.toml | 2 +- 4 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .minecraft/mods/vanish.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index dc23e9d..0512c9c 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -63,7 +63,7 @@ hash = "5ba4966ae0f01e959fedc74ee48338d33f402f47601470aefeceee391857d83c" [[files]] file = "modlist.md" -hash = "bc45e37bef67217f3793ad0272768e363c808e637626645952bec9907d7b9d95" +hash = "6b86fd260f0b0b961a6a6a9ffd8696be08fab572522d5658e8ec1dc7ce634f1f" [[files]] file = "mods/ad-astra.pw.toml" @@ -605,11 +605,6 @@ file = "mods/unlimitedperipheralworks.pw.toml" hash = "4a4bafab1458f337993954658853035e58ce10f781d0e8f47999c0747efa1403" metafile = true -[[files]] -file = "mods/vanish.pw.toml" -hash = "5db41327f83479b50f4952a0e2c561a31f43ad3932e605a13a6960ece40558d9" -metafile = true - [[files]] file = "mods/worldedit-items.pw.toml" hash = "57122c2979ed5e0a35c4a20ac72f466102ed6cfe62aacd414b3a8c5ae6d9a848" diff --git a/.minecraft/modlist.md b/.minecraft/modlist.md index 657caca..4cde594 100644 --- a/.minecraft/modlist.md +++ b/.minecraft/modlist.md @@ -16,6 +16,7 @@ - [LambDynamicLights](https://modrinth.com/mod/yBW8D80W) - [Legendary Tooltips](https://modrinth.com/mod/atHH8NyV) - [Lighty](https://modrinth.com/mod/yjvKidNM) +- [Load My Resources](https://modrinth.com/mod/TqCKvqjC) - [Mod Menu](https://modrinth.com/mod/mOgUt4GM) - [Mouse Tweaks](https://modrinth.com/mod/aC3cM3Vq) - [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy) @@ -104,7 +105,6 @@ - [spark](https://modrinth.com/mod/l6YH9Als) - [Starlight (Fabric)](https://modrinth.com/mod/H8CaAYZC) - [TerraBlender](https://modrinth.com/mod/kkmrDlKT) -- [Trails and Tales 1.20](https://modrinth.com/mod/7HEGCBmG) - [Traveler's Backpack](https://modrinth.com/mod/rlloIFEV) - [Trinkets](https://modrinth.com/mod/5aaWibi9) - [Turtlematic](https://www.curseforge.com/minecraft/mc-mods/turtlematic) @@ -122,5 +122,4 @@ - [Ledger](https://modrinth.com/mod/LVN9ygNV) - [LuckPerms](https://modrinth.com/mod/Vebnzrzj) - [mc-cmd-perms](https://github.com/lucko/minecraft-command-permissions-fabric/releases/download/v1.6.1/minecraft-command-permissions-1.6.1.jar) -- [Vanish](https://modrinth.com/mod/UL4bJFDY) diff --git a/.minecraft/mods/vanish.pw.toml b/.minecraft/mods/vanish.pw.toml deleted file mode 100644 index bbb9417..0000000 --- a/.minecraft/mods/vanish.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vanish" -filename = "vanish-1.3.2.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/UL4bJFDY/versions/zr3pJkB2/vanish-1.3.2.jar" -hash-format = "sha1" -hash = "1803304be803d0c2bd1333f4c8e1af4265a6a8ee" - -[update] -[update.modrinth] -mod-id = "UL4bJFDY" -version = "zr3pJkB2" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index b0e65d9..a31e091 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 = "2907b534b4a9b8d629abc10fda909175e06011332e58de8ab344c2b28bc6bd75" +hash = "1373a4ff226f609c14831e7a66d53f9fd9d07f86b4e0bdd9caa8b54f4ef37d99" [versions] fabric = "0.14.19"