From 5b2d02004de88168b4306ac18608fbee1b234bc8 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 14 Mar 2026 22:53:48 -0400 Subject: added chunk loaders, simply swords, immersive armors, hex spell wheel, and discord integration --- index.toml | 30 ++++++++++++++++++++++++++++++ mods/chunk-loaders.pw.toml | 13 +++++++++++++ mods/dcintegration.pw.toml | 13 +++++++++++++ mods/hex-spell-wheel.pw.toml | 13 +++++++++++++ mods/immersive-armors.pw.toml | 13 +++++++++++++ mods/simply-swords.pw.toml | 13 +++++++++++++ mods/supermartijn642s-core-lib.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 8 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 mods/chunk-loaders.pw.toml create mode 100644 mods/dcintegration.pw.toml create mode 100644 mods/hex-spell-wheel.pw.toml create mode 100644 mods/immersive-armors.pw.toml create mode 100644 mods/simply-swords.pw.toml create mode 100644 mods/supermartijn642s-core-lib.pw.toml diff --git a/index.toml b/index.toml index 334fec9..010c6ad 100644 --- a/index.toml +++ b/index.toml @@ -139,6 +139,11 @@ file = "mods/chiseled-bookshelf-visualizer.pw.toml" hash = "04e0cc68599555110a9cad768b5273523a291ad82280b970a5d96711d8e9ebbc" metafile = true +[[files]] +file = "mods/chunk-loaders.pw.toml" +hash = "59d74acf0465432b8c3b68116064ddcef7ceb54e7bca10871215f24d8ddc4c9c" +metafile = true + [[files]] file = "mods/chunks-fade-in.pw.toml" hash = "a4bbdb98f28cfb47fa946165d5bb650a304f3ae170445db9a95cc05a36fbb45d" @@ -189,6 +194,11 @@ file = "mods/custom-player-models.pw.toml" hash = "e4f4f6156fb0156a94ec25a5d7e62f4af1f0c9bed6ba050b505f23d4b5c8bb6f" metafile = true +[[files]] +file = "mods/dcintegration.pw.toml" +hash = "a3f54d4b294683dbfe027dc01f9172bd828769afb435bb965f167e205640e7c3" +metafile = true + [[files]] file = "mods/default-options.pw.toml" hash = "b886b1761e9a0e36cfc351c3e8cd3455fbe35143ade876c97cc43d02b07b061d" @@ -334,6 +344,11 @@ file = "mods/hex-casting.pw.toml" hash = "e7618fe94cbf0b7ea032e45cb448ab8151773ef71adb6dda8becd4d2fcc4dab5" metafile = true +[[files]] +file = "mods/hex-spell-wheel.pw.toml" +hash = "9492ecf126a0668423ba846fc471c8d630bc78f45e9a60b8027f354cbee93cae" +metafile = true + [[files]] file = "mods/hexal.pw.toml" hash = "3e51d9ad93efb292181f8960816a58707ae28841c310b77c28721ac7039931d1" @@ -378,6 +393,11 @@ file = "mods/immersive-aircraft.pw.toml" hash = "ca3ca3f51541688c45a81c541ff46660853106ebda282dfd59da00f5c9c0a9cd" metafile = true +[[files]] +file = "mods/immersive-armors.pw.toml" +hash = "aafc36d4ffdbeb024d0cf535d0ebccc10313530e1e8b096fd65132397df1f9e9" +metafile = true + [[files]] file = "mods/immersivethunder.pw.toml" hash = "1e7626658f151f660110a788c0e3771f08a023992a62c38aacb272fd9559dd94" @@ -598,6 +618,11 @@ file = "mods/simple-voice-chat.pw.toml" hash = "953bf8b7f1516c226bf80636b57941aa02557bc0a684d9c115440f52e46a8121" metafile = true +[[files]] +file = "mods/simply-swords.pw.toml" +hash = "53756963029d3281ce1001a6129367541d2e092b34a4bb1cafeff77f3ec28902" +metafile = true + [[files]] file = "mods/skippy-pearls.pw.toml" hash = "ec4051c15882a6f309c735d360e6c8a5467ac5486a52e36c0994a5afbcfa974c" @@ -683,6 +708,11 @@ file = "mods/supermartijn642s-config-lib.pw.toml" hash = "caa507edc23c21df56cda8b40d30d74eaa999b19bf2fe4e2b53cf9a256e1ac76" metafile = true +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "8493921323387a14ce5c0ecfd052ca0bdd177f4c160ca77f672cc1170b64f97e" +metafile = true + [[files]] file = "mods/supplementaries.pw.toml" hash = "68586ae904f1cb0d0c914f8be6258c4d2a20e6b28cd0a07fc4940adba7dbc22f" diff --git a/mods/chunk-loaders.pw.toml b/mods/chunk-loaders.pw.toml new file mode 100644 index 0000000..c01d715 --- /dev/null +++ b/mods/chunk-loaders.pw.toml @@ -0,0 +1,13 @@ +name = "Chunk Loaders" +filename = "chunkloaders-1.2.9-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/t1VgucWo/versions/muWpIAch/chunkloaders-1.2.9-fabric-mc1.20.1.jar" +hash-format = "sha512" +hash = "41fab2c1be721229e6cafd9437db21e742ae83eb9cb9357d8d6880655f68b21a9d5e0208ec7c63dd4cba1a5976e8c5915a5f384a6172fbb5b3e257a1a80630bd" + +[update] +[update.modrinth] +mod-id = "t1VgucWo" +version = "muWpIAch" diff --git a/mods/dcintegration.pw.toml b/mods/dcintegration.pw.toml new file mode 100644 index 0000000..f8c4308 --- /dev/null +++ b/mods/dcintegration.pw.toml @@ -0,0 +1,13 @@ +name = "Discord Integration" +filename = "dcintegration-fabric-3.0.7-1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/rbJ7eS5V/versions/WLOprDDs/dcintegration-fabric-3.0.7-1.20.1.jar" +hash-format = "sha512" +hash = "4723f3ffc0efefa63d49cae1825a3ec3cbcef81ddb77965fa2e61d0e9d7b868ea037274b548da6f5f53b2bdd9ea34a81eac71a3a9d076f6a82f6edbd421a0abf" + +[update] +[update.modrinth] +mod-id = "rbJ7eS5V" +version = "WLOprDDs" diff --git a/mods/hex-spell-wheel.pw.toml b/mods/hex-spell-wheel.pw.toml new file mode 100644 index 0000000..6126314 --- /dev/null +++ b/mods/hex-spell-wheel.pw.toml @@ -0,0 +1,13 @@ +name = "Hex Spell Wheel" +filename = "hex-spellwheel-fabric-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/wrrWnqYi/versions/rgN5Bpzv/hex-spellwheel-fabric-1.1.1.jar" +hash-format = "sha512" +hash = "6e6d6a1a06726aff073c1daf75f6b00447bd2f6336927e08030f29d60d175356b6694d58f2916e1fff103756b3101be4a92cecef023dcd1cadd5567563fa00fa" + +[update] +[update.modrinth] +mod-id = "wrrWnqYi" +version = "rgN5Bpzv" diff --git a/mods/immersive-armors.pw.toml b/mods/immersive-armors.pw.toml new file mode 100644 index 0000000..0579561 --- /dev/null +++ b/mods/immersive-armors.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Armors" +filename = "immersive_armors-1.7.1+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eE2Db4YU/versions/Ts0TsDkW/immersive_armors-1.7.1%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "1f66b9cddbfc3ddc792434e19b0d4680966067e489c07bfb6be6c76d9b02361e1d9d3327a0489c1aeffae3edd3b9b85df66b8bedd166f72afb0c9dfc106a01c3" + +[update] +[update.modrinth] +mod-id = "eE2Db4YU" +version = "Ts0TsDkW" diff --git a/mods/simply-swords.pw.toml b/mods/simply-swords.pw.toml new file mode 100644 index 0000000..a601223 --- /dev/null +++ b/mods/simply-swords.pw.toml @@ -0,0 +1,13 @@ +name = "Simply Swords" +filename = "simplyswords-fabric-1.56.0-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bK3Ubu9p/versions/xe5E39uw/simplyswords-fabric-1.56.0-1.20.1.jar" +hash-format = "sha512" +hash = "3fc9d52395c2eae1c72900cd19939aaaac97741bc8d944f3760fe9d4ec3a5a806f2bcd07826e0c765afb72b1f20180a825dc5f862abd3fa553ffce2eb73d32cc" + +[update] +[update.modrinth] +mod-id = "bK3Ubu9p" +version = "xe5E39uw" diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..92caded --- /dev/null +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.20-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rOUBggPv/versions/iyGIoibJ/supermartijn642corelib-1.1.20-fabric-mc1.20.1.jar" +hash-format = "sha512" +hash = "04fe7154a777af4e441b771e3148747b7fd04fc2f3116801a50303f80d4ac6799a1706f2ded39a58d6bfb3efbe658ab76a0921012124a63f4b0ef8b09390318f" + +[update] +[update.modrinth] +mod-id = "rOUBggPv" +version = "iyGIoibJ" diff --git a/pack.toml b/pack.toml index f62274c..be2f496 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 = "eefd84079562bc81a64325386378ce63b156e9a5967661294f1604bcbd787853" +hash = "0f3b0a79218ef32dbf7266a12e3a73693fae5372fca7b850ad669f78ae98738a" [versions] fabric = "0.18.4" -- cgit v1.2.3