From 4f2fc1b4932f60ca78c8d420306de4224d1c4753 Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 30 Jul 2025 19:51:41 -0700 Subject: [PATCH] update supp, more perf mods --- .../advancement/recipes/tools/bundle.json | 32 +++++++++++ .../bundle/data/minecraft/recipe/bundle.json | 21 ++++++++ config/paxi/datapacks/bundle/pack.mcmeta | 13 +++++ index.toml | 53 +++++++++++++++++-- mods/almanac.pw.toml | 13 +++++ mods/bundle-backportish.pw.toml | 13 +++++ mods/dimthreads.pw.toml | 13 +++++ mods/lmd.pw.toml | 13 +++++ mods/moonlight.pw.toml | 8 +-- mods/network-protocol-disconnect.pw.toml | 13 +++++ mods/notenoughrecipebook.pw.toml | 13 +++++ mods/octo-lib.pw.toml | 13 +++++ mods/supplementaries-squared.pw.toml | 8 +-- mods/supplementaries.pw.toml | 8 +-- pack.toml | 2 +- 15 files changed, 220 insertions(+), 16 deletions(-) create mode 100644 config/paxi/datapacks/bundle/data/minecraft/advancement/recipes/tools/bundle.json create mode 100644 config/paxi/datapacks/bundle/data/minecraft/recipe/bundle.json create mode 100644 config/paxi/datapacks/bundle/pack.mcmeta create mode 100644 mods/almanac.pw.toml create mode 100644 mods/bundle-backportish.pw.toml create mode 100644 mods/dimthreads.pw.toml create mode 100644 mods/lmd.pw.toml create mode 100644 mods/network-protocol-disconnect.pw.toml create mode 100644 mods/notenoughrecipebook.pw.toml create mode 100644 mods/octo-lib.pw.toml diff --git a/config/paxi/datapacks/bundle/data/minecraft/advancement/recipes/tools/bundle.json b/config/paxi/datapacks/bundle/data/minecraft/advancement/recipes/tools/bundle.json new file mode 100644 index 0000000..5c589f8 --- /dev/null +++ b/config/paxi/datapacks/bundle/data/minecraft/advancement/recipes/tools/bundle.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_string": { + "conditions": { + "items": [ + { + "items": "minecraft:string" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "minecraft:bundle" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_string" + ] + ], + "rewards": { + "recipes": [ + "minecraft:bundle" + ] + } +} \ No newline at end of file diff --git a/config/paxi/datapacks/bundle/data/minecraft/recipe/bundle.json b/config/paxi/datapacks/bundle/data/minecraft/recipe/bundle.json new file mode 100644 index 0000000..12d21d7 --- /dev/null +++ b/config/paxi/datapacks/bundle/data/minecraft/recipe/bundle.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "key": { + "#": { + "item": "minecraft:rabbit_hide" + }, + "-": { + "item": "minecraft:string" + } + }, + "pattern": [ + "-#-", + "# #", + "###" + ], + "result": { + "count": 1, + "id": "minecraft:bundle" + } +} \ No newline at end of file diff --git a/config/paxi/datapacks/bundle/pack.mcmeta b/config/paxi/datapacks/bundle/pack.mcmeta new file mode 100644 index 0000000..45188cc --- /dev/null +++ b/config/paxi/datapacks/bundle/pack.mcmeta @@ -0,0 +1,13 @@ +{ + "features": { + "enabled": [ + "minecraft:bundle" + ] + }, + "pack": { + "description": { + "translate": "dataPack.bundle.description" + }, + "pack_format": 48 + } +} \ No newline at end of file diff --git a/index.toml b/index.toml index f3f69d4..efe52ef 100644 --- a/index.toml +++ b/index.toml @@ -52,6 +52,18 @@ hash = "be81cfec6bcf77e1d00f85db8d1a8d922badda79a71363d67ed964fdd2cc7702" file = "config/item_obliterator.json5" hash = "5e504f66ad7fd50926a7bb8edd753471a58142e849c457bd6cb36acd78e8c6c1" +[[files]] +file = "config/paxi/datapacks/bundle/data/minecraft/advancement/recipes/tools/bundle.json" +hash = "c0427aa39217e52393a3c42a209f676f5151db0990acf6dcced180406baf803f" + +[[files]] +file = "config/paxi/datapacks/bundle/data/minecraft/recipe/bundle.json" +hash = "19e4bed6f87968000521570f66463fb866ea15f873ac96f807aebe67898efe4a" + +[[files]] +file = "config/paxi/datapacks/bundle/pack.mcmeta" +hash = "2df89a377d53ee7c4ef481a5e6ccc7a2ca0258a96fb19cead422490d5c36f3ce" + [[files]] file = "config/paxi/datapacks/weather2-craftables/data/weather2/recipe/weather_deflector.json" hash = "1c757ce7f6037417dfdfdaec80a21a9bfa26aeb39fa483688f918e11d98e9387" @@ -84,6 +96,11 @@ file = "mods/ae2.pw.toml" hash = "a3882ad3e8d41b50fdf6ea36c9fe762feb1eb62e25acbed255d3bf6c20c18c06" metafile = true +[[files]] +file = "mods/almanac.pw.toml" +hash = "6b1de417a7fa934847bf002b75acd00d48637bb3484ea468799354b612658775" +metafile = true + [[files]] file = "mods/almost-unified.pw.toml" hash = "ad774342d59108a20be408b3b4cf067f9780f42779b06e33759fc6b4c2ae5185" @@ -224,6 +241,11 @@ file = "mods/bundle-api.pw.toml" hash = "6402514ffc846fb491e0d0382ba437aad903caa5c44ee56fb721448f2a2ba587" metafile = true +[[files]] +file = "mods/bundle-backportish.pw.toml" +hash = "8a1905f735611d2b729daa6f3e11abd3c7c44132ae2552869714ff2429c4c6a1" +metafile = true + [[files]] file = "mods/c2me-neoforge.pw.toml" hash = "d854a4b00e15cdc7d12b89b9455d7e3a7e79e25ca74a3d8c39dc5b0df02ab9ed" @@ -399,6 +421,11 @@ file = "mods/default-files.pw.toml" hash = "55078861f033521e0b31923e0ed415f44a48600718e806b0aeaac4bd3df6733c" metafile = true +[[files]] +file = "mods/dimthreads.pw.toml" +hash = "271324529e224d4c1790b9446c7785aff4fa275fd96e1f3e7e329536ee0838c9" +metafile = true + [[files]] file = "mods/ding.pw.toml" hash = "81e12e056c9822486cb59740e3bbcf03697f90f7a745d92cd7b506a06ea05fb4" @@ -739,6 +766,11 @@ file = "mods/lithium.pw.toml" hash = "b8ce87d9a7164676e68e69e9e6706cd6e9123b1fe740612b1ba39b43ce8675ef" metafile = true +[[files]] +file = "mods/lmd.pw.toml" +hash = "edc75ace846ae34c1cb4cf4a44106e1fb035b1eee0432765a716098c9a4b5823" +metafile = true + [[files]] file = "mods/lmft.pw.toml" hash = "a4d7441baff28af7378f625ffcde857a27b8e2beba10d8b248eb6d7faa131a9b" @@ -776,7 +808,7 @@ metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "2bd1220d157ebe5c3a15a222840bc05739de0c797e1847e6a82ed41960a9f203" +hash = "2219a1b4f53f8a96bf1e9827aa695e84ad9d53623f7fe40b88ccd260c732cc98" metafile = true [[files]] @@ -809,6 +841,11 @@ file = "mods/netherportalfix.pw.toml" hash = "5dc059422613b5645cb00e32d3bfd53de428c4939113d11ce2c844cb54165da6" metafile = true +[[files]] +file = "mods/network-protocol-disconnect.pw.toml" +hash = "0b3980036ac0847ad4b19e0e5dddd5e19e1c2a566cc2597d603194c2e3324bff" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" hash = "5da18814472be5dc93a21886983646da3a7236413800075ac75229be82d114fa" @@ -829,6 +866,11 @@ file = "mods/notenoughcrashes.pw.toml" hash = "09ba6db54e6f13fafa1e12a9adcd83db9137617d631288579f520ab11b4bfe9a" metafile = true +[[files]] +file = "mods/notenoughrecipebook.pw.toml" +hash = "8c36ea5d11344480d76f8463f452c4ecc8ee59781667589ea2fd7b69f6ee86e8" +metafile = true + [[files]] file = "mods/oaks-delight.pw.toml" hash = "a04eb74c8fde094d41a394d5ce07244908bc9a16d232760cd278eb7c0c3a93c3" @@ -839,6 +881,11 @@ file = "mods/obsidianui.pw.toml" hash = "3e343c8bf9f7453db351a2d19245f6f89b90af064cce66f9272d10aaa1054b32" metafile = true +[[files]] +file = "mods/octo-lib.pw.toml" +hash = "94828636fa5e8b258a60049250c84ba8c5a0310a98bc1530fc02c351a06aab8b" +metafile = true + [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" hash = "63e9766b952803512ceb41ba0236793d6bc0ea9fa04aabe0f057e2f1a4f41c69" @@ -1066,12 +1113,12 @@ metafile = true [[files]] file = "mods/supplementaries-squared.pw.toml" -hash = "b6c2f0a3e8abdb199e2cf64155cb0d00dde4a13c412f17a7229067ebc47bb1fe" +hash = "8c7815ece40ceceb5bfd3e00575e2b3cca99ea382e5b9befdf934083adbd7188" metafile = true [[files]] file = "mods/supplementaries.pw.toml" -hash = "a762918dfce6afcb2df6097d83705889ac9f3f2712ac3bc64f8a71ae1a142d04" +hash = "4698af1776eeaafe2fe51c47dde3ae9bf4cd4793633cdb8abe65f67dfaa4eea8" metafile = true [[files]] diff --git a/mods/almanac.pw.toml b/mods/almanac.pw.toml new file mode 100644 index 0000000..832dcfc --- /dev/null +++ b/mods/almanac.pw.toml @@ -0,0 +1,13 @@ +name = "Almanac" +filename = "almanac-1.21.x-neoforge-1.0.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Gi02250Z/versions/1FKrJXAN/almanac-1.21.x-neoforge-1.0.2.jar" +hash-format = "sha512" +hash = "78b59cb732cfc13bae2e7b19cff44adee1eebd68c0546f77318d67f90fa77b753787a92957fe30851e7cc79377f1d9d79ebbfa1b49d967d4577b5a6aa9792c85" + +[update] +[update.modrinth] +mod-id = "Gi02250Z" +version = "1FKrJXAN" diff --git a/mods/bundle-backportish.pw.toml b/mods/bundle-backportish.pw.toml new file mode 100644 index 0000000..8754377 --- /dev/null +++ b/mods/bundle-backportish.pw.toml @@ -0,0 +1,13 @@ +name = "Bundle Backport-ish" +filename = "bundle-backportish-1.1.3+mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/91hOfmS6/versions/WrpTDRhP/bundle-backportish-1.1.3%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "71b696e78522f18ac513987d160793dabc2f5dc6fb6286971fd2045e20bca1c6ae58462d86d0c09c83bdf37f3c22c3d21342c907916ed62bc5934e561031e17c" + +[update] +[update.modrinth] +mod-id = "91hOfmS6" +version = "WrpTDRhP" diff --git a/mods/dimthreads.pw.toml b/mods/dimthreads.pw.toml new file mode 100644 index 0000000..b0c9aa3 --- /dev/null +++ b/mods/dimthreads.pw.toml @@ -0,0 +1,13 @@ +name = "Dimensional Threading Reforked" +filename = "dimthread-NEOFORGE-mc1.21.1-v1.2.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/V92cR3aK/versions/DejTnUIX/dimthread-NEOFORGE-mc1.21.1-v1.2.1.jar" +hash-format = "sha512" +hash = "2b61adfbb409ab0f76eb4dd2cbef1448e062248edf8c7893d75b9dd20fc64eede10ea26de8dd707b903baf74104f803b476decfd6260e70fc1f2b18fb1bd3193" + +[update] +[update.modrinth] +mod-id = "V92cR3aK" +version = "DejTnUIX" diff --git a/mods/lmd.pw.toml b/mods/lmd.pw.toml new file mode 100644 index 0000000..c211903 --- /dev/null +++ b/mods/lmd.pw.toml @@ -0,0 +1,13 @@ +name = "Let Me Despawn" +filename = "letmedespawn-1.21.x-neoforge-1.5.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/vE2FN5qn/versions/fgcMDg9B/letmedespawn-1.21.x-neoforge-1.5.0.jar" +hash-format = "sha512" +hash = "e6c892bb621a9382728c6f5735922736283cd54ec4f5a5d4d7d0745dedbe39851e21a69abcdf7af783fbacf8c700789b6ef9278dc09782ad1cd63ec004bc7a35" + +[update] +[update.modrinth] +mod-id = "vE2FN5qn" +version = "fgcMDg9B" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index 22df582..7c953c3 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.21-2.19.5-neoforge.jar" +filename = "moonlight-1.21-2.20.7-neoforge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/uAT1YoqC/moonlight-1.21-2.19.5-neoforge.jar" +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/cMfBtPs2/moonlight-1.21-2.20.7-neoforge.jar" hash-format = "sha512" -hash = "8a670684a995f5e1216501a5d1a23e2cb5ff63a2b27fad58c5464647786ff934eaa90bc6da6a67a686b7065c4bceb507a239f79fe092329e870455f22e34ec48" +hash = "7d7704aea1b98a017010cb0e15a6aa3048430e99fa136236069bbccd7a743ad23d3eeb15f10d70f75bee0406a5a62945f905a8e5fe9c20cc8c6bb407ecbebd87" [update] [update.modrinth] mod-id = "twkfQtEc" -version = "uAT1YoqC" +version = "cMfBtPs2" diff --git a/mods/network-protocol-disconnect.pw.toml b/mods/network-protocol-disconnect.pw.toml new file mode 100644 index 0000000..438728d --- /dev/null +++ b/mods/network-protocol-disconnect.pw.toml @@ -0,0 +1,13 @@ +name = "Network Protocol Disconnect" +filename = "netprodis-1.1.0+1.21.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/XFlUmiDF/versions/L6C96dV5/netprodis-1.1.0%2B1.21.4.jar" +hash-format = "sha512" +hash = "ce0eb2a1bef681f642ec21b4283431aec74ce263465f30a1f4bf154c6255536847a7aa9f06a82a2c1a094eace4883965fec3607376b73ba212112d3624400c64" + +[update] +[update.modrinth] +mod-id = "XFlUmiDF" +version = "L6C96dV5" diff --git a/mods/notenoughrecipebook.pw.toml b/mods/notenoughrecipebook.pw.toml new file mode 100644 index 0000000..4674c6e --- /dev/null +++ b/mods/notenoughrecipebook.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Recipe Book [NERB]" +filename = "Not Enough Recipe Book-NEOFORGE-0.4.2+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bQh7xzFq/versions/oJLEqcbX/Not%20Enough%20Recipe%20Book-NEOFORGE-0.4.2%2B1.21.jar" +hash-format = "sha512" +hash = "2ef2d508527273acb68c6fd34692b172148760e514fc979f141e16d718bec3ecf94dfeefe1ded6783634d2ca574ec16df2eac7a99f27f8a860f490c8a8fe1d68" + +[update] +[update.modrinth] +mod-id = "bQh7xzFq" +version = "oJLEqcbX" diff --git a/mods/octo-lib.pw.toml b/mods/octo-lib.pw.toml new file mode 100644 index 0000000..5eeb3c9 --- /dev/null +++ b/mods/octo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "OctoLib" +filename = "OctoLib-NEOFORGE-0.5.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RH2KUdKJ/versions/b1bY4oKd/OctoLib-NEOFORGE-0.5.0.1.jar" +hash-format = "sha512" +hash = "65abdc523833288dc3b14429befe0c68a188572d01049671aa9d186757bce447015852b4898ddd656959d91d903d508767ec07bab070ba2767bb6a66b058c756" + +[update] +[update.modrinth] +mod-id = "RH2KUdKJ" +version = "b1bY4oKd" diff --git a/mods/supplementaries-squared.pw.toml b/mods/supplementaries-squared.pw.toml index 83a6f2c..4b35a0d 100644 --- a/mods/supplementaries-squared.pw.toml +++ b/mods/supplementaries-squared.pw.toml @@ -1,13 +1,13 @@ name = "Supplementaries Squared" -filename = "suppsquared-1.21-1.2.8-neoforge.jar" +filename = "suppsquared-1.21-1.2.10-neoforge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/dCCkNFwE/versions/EaRtlzLh/suppsquared-1.21-1.2.8-neoforge.jar" +url = "https://cdn.modrinth.com/data/dCCkNFwE/versions/c0Olyzlr/suppsquared-1.21-1.2.10-neoforge.jar" hash-format = "sha512" -hash = "1d392837f7befaa31a0e61d45946865b25cc2777f85bc3dcaefe1c42c8a1b8b03ab9d8c3655d1b34aeb49bba191e584844ccd36c54de1e4a2d4e0d7056be5b84" +hash = "d71d000a82c9b12927ff3ca6290411399933098b557756ebc80fb1b1e45c63c3e8c01c7fe25aa8015898ff05225d9e2cba7ae62bf4af36fba0516a0b6228bbb5" [update] [update.modrinth] mod-id = "dCCkNFwE" -version = "EaRtlzLh" +version = "c0Olyzlr" diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml index 0360012..249ef23 100644 --- a/mods/supplementaries.pw.toml +++ b/mods/supplementaries.pw.toml @@ -1,13 +1,13 @@ name = "Supplementaries" -filename = "supplementaries-1.21-3.3.0-neoforge.jar" +filename = "supplementaries-1.21-3.4.1-neoforge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/DyiNdMto/supplementaries-1.21-3.3.0-neoforge.jar" +url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/kXtnBWWn/supplementaries-1.21-3.4.1-neoforge.jar" hash-format = "sha512" -hash = "240a37b9d6d7abe34343f6ca6898666dd3471f1dc6125de94236cc550c420ba61b23c00c8cecd2bad40b2b4a7c3b6de669a145e4cbe9481d74bca883d25652c4" +hash = "115718be923627d65d43963dcec0f8d231316d14f6bdff4cffb5107abda25eca85089b6d63a8928cda4212029275e6a5c7bf141b01d20c027a4dd801a91970b3" [update] [update.modrinth] mod-id = "fFEIiSDQ" -version = "DyiNdMto" +version = "kXtnBWWn" diff --git a/pack.toml b/pack.toml index 61cb0f4..d9b3565 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4253704b942f95706e98f08f3981f024a88adb70c5163b1b686541e38fa39557" +hash = "7f69a54d4e437b7ab99e1d364a1811e88c791ecf3bc0e0ad6e3565f5bc77fbf8" [versions] minecraft = "1.21.1"