From c0bfd03c64691e37ab7e66a4f2ffe6b38b392b4d Mon Sep 17 00:00:00 2001 From: Malasaur Date: Wed, 9 Jul 2025 19:05:42 +0200 Subject: [PATCH 01/82] Updated and added terrain generation mods. Added: * Better End * Better Nether * Biomes o' Plenty * End Remastered * Incendium * Lootr * Naturalist * Nature's Compass * Oh The Biomes We've Gone * Stoneworks * Tectonic * Terralith * Terralith ReStoned * Towns And Towers * William Wythers' Overhauled Overworld * YUNG's Better Desert Temples * YUNG's Better Dungeons * YUNG's Better End Island * YUNG's Better Jungle Temples * YUNG's Better Mineshafts * YUNG's Better Nether Fortresses * YUNG's Better Strongholds --- mods/animatica.pw.toml | 2 +- mods/bclib.pw.toml | 16 +++++++++ mods/betterend.pw.toml | 16 +++++++++ mods/betternether.pw.toml | 16 +++++++++ mods/biomes-o-plenty.pw.toml | 16 +++++++++ mods/cit-resewn.pw.toml | 2 +- mods/cloth-config.pw.toml | 2 +- mods/continuity.pw.toml | 2 +- mods/corgilib.pw.toml | 16 +++++++++ mods/cristel-lib.pw.toml | 16 +++++++++ mods/dynamic-fps.pw.toml | 2 +- mods/e4mc.pw.toml | 2 +- mods/endrem.pw.toml | 16 +++++++++ mods/entity-model-features.pw.toml | 4 +-- mods/entityculling.pw.toml | 4 +-- mods/entitytexturefeatures.pw.toml | 4 +-- mods/fabrishot.pw.toml | 2 +- mods/geckolib.pw.toml | 16 +++++++++ mods/glitchcore.pw.toml | 16 +++++++++ mods/immediatelyfast.pw.toml | 2 +- mods/incendium.pw.toml | 16 +++++++++ mods/indium.pw.toml | 2 +- mods/iris.pw.toml | 4 +-- mods/lambdynamiclights.pw.toml | 2 +- mods/language-reload.pw.toml | 2 +- mods/lithostitched.pw.toml | 16 +++++++++ mods/lootr.pw.toml | 16 +++++++++ mods/modelfix.pw.toml | 2 +- mods/moonlight.pw.toml | 16 +++++++++ mods/morechathistory.pw.toml | 4 +-- mods/moreculling.pw.toml | 2 +- mods/naturalist.pw.toml | 16 +++++++++ mods/natures-compass.pw.toml | 16 +++++++++ mods/nuit-interop.pw.toml | 4 +-- mods/oh-the-biomes-weve-gone.pw.toml | 16 +++++++++ mods/oh-the-trees-youll-grow.pw.toml | 16 +++++++++ mods/optigui.pw.toml | 2 +- mods/reeses-sodium-options.pw.toml | 2 +- mods/remove-terralith-intro-message.pw.toml | 38 +++++++++++++++++++++ mods/rrls.pw.toml | 2 +- mods/skinrestorer.pw.toml | 8 ++--- mods/sodium-extra.pw.toml | 2 +- mods/sodium.pw.toml | 2 +- mods/stoneworks.pw.toml | 16 +++++++++ mods/tectonic.pw.toml | 16 +++++++++ mods/terrablender.pw.toml | 16 +++++++++ mods/terralith-restoned.pw.toml | 16 +++++++++ mods/terralith.pw.toml | 16 +++++++++ mods/towns-and-towers.pw.toml | 16 +++++++++ mods/wwoo.pw.toml | 16 +++++++++ mods/yacl.pw.toml | 2 +- mods/yungs-better-desert-temples.pw.toml | 16 +++++++++ mods/yungs-better-dungeons.pw.toml | 16 +++++++++ mods/yungs-better-end-island.pw.toml | 16 +++++++++ mods/yungs-better-jungle-temples.pw.toml | 16 +++++++++ mods/yungs-better-mineshafts.pw.toml | 16 +++++++++ mods/yungs-better-nether-fortresses.pw.toml | 16 +++++++++ mods/yungs-better-ocean-monuments.pw.toml | 16 +++++++++ mods/yungs-better-strongholds.pw.toml | 16 +++++++++ 59 files changed, 585 insertions(+), 35 deletions(-) create mode 100644 mods/bclib.pw.toml create mode 100644 mods/betterend.pw.toml create mode 100644 mods/betternether.pw.toml create mode 100644 mods/biomes-o-plenty.pw.toml create mode 100644 mods/corgilib.pw.toml create mode 100644 mods/cristel-lib.pw.toml create mode 100644 mods/endrem.pw.toml create mode 100644 mods/geckolib.pw.toml create mode 100644 mods/glitchcore.pw.toml create mode 100644 mods/incendium.pw.toml create mode 100644 mods/lithostitched.pw.toml create mode 100644 mods/lootr.pw.toml create mode 100644 mods/moonlight.pw.toml create mode 100644 mods/naturalist.pw.toml create mode 100644 mods/natures-compass.pw.toml create mode 100644 mods/oh-the-biomes-weve-gone.pw.toml create mode 100644 mods/oh-the-trees-youll-grow.pw.toml create mode 100644 mods/remove-terralith-intro-message.pw.toml create mode 100644 mods/stoneworks.pw.toml create mode 100644 mods/tectonic.pw.toml create mode 100644 mods/terrablender.pw.toml create mode 100644 mods/terralith-restoned.pw.toml create mode 100644 mods/terralith.pw.toml create mode 100644 mods/towns-and-towers.pw.toml create mode 100644 mods/wwoo.pw.toml create mode 100644 mods/yungs-better-desert-temples.pw.toml create mode 100644 mods/yungs-better-dungeons.pw.toml create mode 100644 mods/yungs-better-end-island.pw.toml create mode 100644 mods/yungs-better-jungle-temples.pw.toml create mode 100644 mods/yungs-better-mineshafts.pw.toml create mode 100644 mods/yungs-better-nether-fortresses.pw.toml create mode 100644 mods/yungs-better-ocean-monuments.pw.toml create mode 100644 mods/yungs-better-strongholds.pw.toml diff --git a/mods/animatica.pw.toml b/mods/animatica.pw.toml index a254392..88030d2 100644 --- a/mods/animatica.pw.toml +++ b/mods/animatica.pw.toml @@ -1,6 +1,6 @@ filename = 'animatica-0.6.1+1.20.4.jar' name = 'Animatica' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] x-prismlauncher-release-type = 'release' diff --git a/mods/bclib.pw.toml b/mods/bclib.pw.toml new file mode 100644 index 0000000..404d982 --- /dev/null +++ b/mods/bclib.pw.toml @@ -0,0 +1,16 @@ +filename = 'bclib-3.0.14.jar' +name = 'BCLib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'bc35cc37a221fbc6f7fca293e72aad0877d8c9d07067ff0b4c8f51dcddbb82ac7cbbb86d1550eef7690bcd1ecf09625f0389f39ae9a252eec5d8511ba7deec4a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar' + +[update.modrinth] +mod-id = 'BgNRHReB' +version = 'TPC86Pyz' \ No newline at end of file diff --git a/mods/betterend.pw.toml b/mods/betterend.pw.toml new file mode 100644 index 0000000..12ecdec --- /dev/null +++ b/mods/betterend.pw.toml @@ -0,0 +1,16 @@ +filename = 'better-end-4.0.11.jar' +name = 'BetterEnd' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '5faae5cb3d8759837ec341c605dd9c8b6b32a908e7e1f1248b3b2567c5f9969079df33694cdfb6c743a732bfc9d5824843a93edec07f09e68f8b408e355d15e7' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar' + +[update.modrinth] +mod-id = 'gc8OEnCC' +version = '7QwyTILr' \ No newline at end of file diff --git a/mods/betternether.pw.toml b/mods/betternether.pw.toml new file mode 100644 index 0000000..156e8ba --- /dev/null +++ b/mods/betternether.pw.toml @@ -0,0 +1,16 @@ +filename = 'better-nether-9.0.10.jar' +name = 'BetterNether' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '0ef96b8409904c0ce1b9a875260f252615d7b46704082cfd10ffee88d2d506984ad0c31a91e5cb3392f454bc646b7676c392ac94d78474f156aa519f9501f3d0' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/MpzVLzy5/versions/IG7kgtJH/better-nether-9.0.10.jar' + +[update.modrinth] +mod-id = 'MpzVLzy5' +version = 'IG7kgtJH' \ No newline at end of file diff --git a/mods/biomes-o-plenty.pw.toml b/mods/biomes-o-plenty.pw.toml new file mode 100644 index 0000000..bb496b4 --- /dev/null +++ b/mods/biomes-o-plenty.pw.toml @@ -0,0 +1,16 @@ +filename = 'BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar' +name = "Biomes O' Plenty" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '0d8af03235f92465c158a38f4a3497658895d3f6cbb761b7c1eaf549d86622a2b3214d32d92de30b1ed86fa55085fd78c6f03cae289e51f09cd8701fda8b4619' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/HXF82T3G/versions/eZaag2ca/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar' + +[update.modrinth] +mod-id = 'HXF82T3G' +version = 'eZaag2ca' \ No newline at end of file diff --git a/mods/cit-resewn.pw.toml b/mods/cit-resewn.pw.toml index 4427805..0a804f7 100644 --- a/mods/cit-resewn.pw.toml +++ b/mods/cit-resewn.pw.toml @@ -1,6 +1,6 @@ filename = 'citresewn-1.2.2+1.20.1.jar' name = 'CIT Resewn' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] x-prismlauncher-release-type = 'beta' diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml index 07c5d6b..529574c 100644 --- a/mods/cloth-config.pw.toml +++ b/mods/cloth-config.pw.toml @@ -1,5 +1,5 @@ filename = 'cloth-config-11.1.136-fabric.jar' -name = 'Cloth Config v11' +name = 'Cloth Config API' side = 'both' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml index 9d61edf..29f0390 100644 --- a/mods/continuity.pw.toml +++ b/mods/continuity.pw.toml @@ -1,6 +1,6 @@ filename = 'continuity-3.0.0+1.20.1.jar' name = 'Continuity' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/corgilib.pw.toml b/mods/corgilib.pw.toml new file mode 100644 index 0000000..9028d05 --- /dev/null +++ b/mods/corgilib.pw.toml @@ -0,0 +1,16 @@ +filename = 'Corgilib-Fabric-1.20.1-4.0.3.4.jar' +name = 'CorgiLib' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '87b8e51d25cd979263b4c5097d4737dd329addc8a8e3db6d57ed58e16bda90e97b9d95b6a593cafe8dc9d150b3bc92014f43add8959bf4b604c3e4341d7ce972' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ziOp6EO8/versions/Fk0j3oUu/Corgilib-Fabric-1.20.1-4.0.3.4.jar' + +[update.modrinth] +mod-id = 'ziOp6EO8' +version = 'Fk0j3oUu' \ No newline at end of file diff --git a/mods/cristel-lib.pw.toml b/mods/cristel-lib.pw.toml new file mode 100644 index 0000000..cca8727 --- /dev/null +++ b/mods/cristel-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'cristellib-1.1.5-fabric.jar' +name = 'Cristel Lib' +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '50ac2ac365932c5ea43a8baa67c2509292ae810fbe15848f202160c0bac3ef5ae648f175ae93436a9226e5b082cec562fab8da17c524bb642360aa859ef52652' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/cl223EMc/versions/tBnivdbu/cristellib-1.1.5-fabric.jar' + +[update.modrinth] +mod-id = 'cl223EMc' +version = 'tBnivdbu' \ No newline at end of file diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml index e76c1ef..52ed6d0 100644 --- a/mods/dynamic-fps.pw.toml +++ b/mods/dynamic-fps.pw.toml @@ -1,6 +1,6 @@ filename = 'dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar' name = 'Dynamic FPS' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/e4mc.pw.toml b/mods/e4mc.pw.toml index d739794..40d29d1 100644 --- a/mods/e4mc.pw.toml +++ b/mods/e4mc.pw.toml @@ -1,6 +1,6 @@ filename = 'e4mc_minecraft-fabric-5.4.1.jar' name = 'e4mc' -side = 'both' +side = 'server' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.18', diff --git a/mods/endrem.pw.toml b/mods/endrem.pw.toml new file mode 100644 index 0000000..8baa497 --- /dev/null +++ b/mods/endrem.pw.toml @@ -0,0 +1,16 @@ +filename = 'fabric-end-remastered-5.2.4.jar' +name = 'End Remastered' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '7e00e31271ea07328754680c2b81dba36606eb2debb16ce70b75dee5d612f77625cb84c13bd5f9295b34642a46be8b035a3d829e2ed2b819c92f6b4a45097aba' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZJTGwAND/versions/4wKvHwVW/fabric-end-remastered-5.2.4.jar' + +[update.modrinth] +mod-id = 'ZJTGwAND' +version = '4wKvHwVW' \ No newline at end of file diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml index cc53846..f25f5b5 100644 --- a/mods/entity-model-features.pw.toml +++ b/mods/entity-model-features.pw.toml @@ -1,6 +1,6 @@ filename = 'entity_model_features_fabric_1.20.1-2.4.1.jar' -name = 'Entity Model Features' -side = 'both' +name = '[EMF] Entity Model Features' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml index 663169d..4c5fa39 100644 --- a/mods/entityculling.pw.toml +++ b/mods/entityculling.pw.toml @@ -1,6 +1,6 @@ filename = 'entityculling-fabric-1.8.0-mc1.20.1.jar' -name = 'EntityCulling-Fabric' -side = 'both' +name = 'Entity Culling' +side = 'client' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml index e988e88..30c1111 100644 --- a/mods/entitytexturefeatures.pw.toml +++ b/mods/entitytexturefeatures.pw.toml @@ -1,6 +1,6 @@ filename = 'entity_texture_features_fabric_1.20.1-6.2.9.jar' -name = 'Entity Texture Features' -side = 'both' +name = '[ETF] Entity Texture Features' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/fabrishot.pw.toml b/mods/fabrishot.pw.toml index 140bb00..4c1025a 100644 --- a/mods/fabrishot.pw.toml +++ b/mods/fabrishot.pw.toml @@ -1,6 +1,6 @@ filename = 'fabrishot-1.10.1.jar' name = 'Fabrishot' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..490a0db --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,16 @@ +filename = 'geckolib-fabric-1.20.1-4.7.2.jar' +name = 'Geckolib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '22e7e59f4c708f927f0e7c17e92491a25bb233ecfc6993b6f01d7f6c1a9fe0e88eb1f0a5f019a1bc1d60095a77b88be903e7e5b0132e214d43c5ba28087f00f7' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8BmcQJ2H/versions/ezKSGafs/geckolib-fabric-1.20.1-4.7.2.jar' + +[update.modrinth] +mod-id = '8BmcQJ2H' +version = 'ezKSGafs' \ No newline at end of file diff --git a/mods/glitchcore.pw.toml b/mods/glitchcore.pw.toml new file mode 100644 index 0000000..10b9b48 --- /dev/null +++ b/mods/glitchcore.pw.toml @@ -0,0 +1,16 @@ +filename = 'GlitchCore-fabric-1.20.1-0.0.1.1.jar' +name = 'GlitchCore' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '6aaf011fd04da2f2839da8e037add942588676385906d8ddad2927ca88414a37463f1b2e2ee2209a87cda8d2af9448a29e55e86ba2d94e857e46d28545ea7bbd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/s3dmwKy5/versions/25HLOiOl/GlitchCore-fabric-1.20.1-0.0.1.1.jar' + +[update.modrinth] +mod-id = 's3dmwKy5' +version = '25HLOiOl' \ No newline at end of file diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml index 5c201ea..eccf648 100644 --- a/mods/immediatelyfast.pw.toml +++ b/mods/immediatelyfast.pw.toml @@ -1,6 +1,6 @@ filename = 'ImmediatelyFast-Fabric-1.5.0+1.20.4.jar' name = 'ImmediatelyFast' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] x-prismlauncher-release-type = 'release' diff --git a/mods/incendium.pw.toml b/mods/incendium.pw.toml new file mode 100644 index 0000000..e176c82 --- /dev/null +++ b/mods/incendium.pw.toml @@ -0,0 +1,16 @@ +filename = 'Incendium_1.20.x_v5.3.5.jar' +name = 'Incendium' +side = 'server' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '04944dcbf3aa7ee8ea8785549e00f74a417ca17aa5760593e39090733ab0a9e38ebce078e4f5af544030759a5459c371003601ff5a7feebbc09765f8c712bb25' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZVzW5oNS/versions/uUqarp2H/Incendium_1.20.x_v5.3.5.jar' + +[update.modrinth] +mod-id = 'ZVzW5oNS' +version = 'uUqarp2H' \ No newline at end of file diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml index f7c4586..86d495c 100644 --- a/mods/indium.pw.toml +++ b/mods/indium.pw.toml @@ -1,6 +1,6 @@ filename = 'indium-1.0.36+mc1.20.1.jar' name = 'Indium' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1', '1.20.5', '1.20.6' ] x-prismlauncher-release-type = 'release' diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml index 02fb009..f0e6a62 100644 --- a/mods/iris.pw.toml +++ b/mods/iris.pw.toml @@ -1,6 +1,6 @@ filename = 'iris-1.7.6+mc1.20.1.jar' -name = 'Iris' -side = 'both' +name = 'Iris Shaders' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml index 92439ef..87bcbd5 100644 --- a/mods/lambdynamiclights.pw.toml +++ b/mods/lambdynamiclights.pw.toml @@ -1,6 +1,6 @@ filename = 'lambdynamiclights-4.1.3+1.20.1.jar' name = 'LambDynamicLights' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/language-reload.pw.toml b/mods/language-reload.pw.toml index ae97b14..694b1a7 100644 --- a/mods/language-reload.pw.toml +++ b/mods/language-reload.pw.toml @@ -1,6 +1,6 @@ filename = 'language-reload-1.7.4+1.20.1.jar' name = 'Language Reload' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/lithostitched.pw.toml b/mods/lithostitched.pw.toml new file mode 100644 index 0000000..672b81c --- /dev/null +++ b/mods/lithostitched.pw.toml @@ -0,0 +1,16 @@ +filename = 'lithostitched-fabric-1.20.1-1.4.10.jar' +name = 'Lithostitched' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3163acc2a3d3fb8b1eb9c72e3d06d0dd2a9a262e87e4fd30b46079436710dd03db81500759688c4479e44cde69da12c9c826dd658de9f85ed03285e9950b03ac' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/XaDC71GB/versions/owa0e2tu/lithostitched-fabric-1.20.1-1.4.10.jar' + +[update.modrinth] +mod-id = 'XaDC71GB' +version = 'owa0e2tu' \ No newline at end of file diff --git a/mods/lootr.pw.toml b/mods/lootr.pw.toml new file mode 100644 index 0000000..89f5192 --- /dev/null +++ b/mods/lootr.pw.toml @@ -0,0 +1,16 @@ +filename = 'lootr-fabric-1.20-0.7.35.85.jar' +name = 'Lootr' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '147fe13c491c47a380a5d0e2298187883e714dc81d135e4292b22662cf65d99a1f461eefa2b2a8da394752bfb6e04e6ff384d3472538c7a54a72cca83d370dbd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/EltpO5cN/versions/udi9KR9R/lootr-fabric-1.20-0.7.35.85.jar' + +[update.modrinth] +mod-id = 'EltpO5cN' +version = 'udi9KR9R' \ No newline at end of file diff --git a/mods/modelfix.pw.toml b/mods/modelfix.pw.toml index 5d4f74a..6fa2cbd 100644 --- a/mods/modelfix.pw.toml +++ b/mods/modelfix.pw.toml @@ -1,6 +1,6 @@ filename = 'modelfix-1.15-fabric.jar' name = 'Model Gap Fix' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml new file mode 100644 index 0000000..a4c4815 --- /dev/null +++ b/mods/moonlight.pw.toml @@ -0,0 +1,16 @@ +filename = 'moonlight-1.20-2.14.11-fabric.jar' +name = 'Moonlight Lib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '0c0bb8cde5b72bcb6075151d0cd1f6f92dff9d36bb05d2011990ecb25c6d7082892e278ec47de7cb94d729b863e75bab653c6f86cf9f2b5480ed7b163aaf4275' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/twkfQtEc/versions/GVVbixH6/moonlight-1.20-2.14.11-fabric.jar' + +[update.modrinth] +mod-id = 'twkfQtEc' +version = 'GVVbixH6' \ No newline at end of file diff --git a/mods/morechathistory.pw.toml b/mods/morechathistory.pw.toml index b773210..598021c 100644 --- a/mods/morechathistory.pw.toml +++ b/mods/morechathistory.pw.toml @@ -1,6 +1,6 @@ filename = 'morechathistory-1.3.0.jar' -name = 'MoreChatHistory' -side = 'both' +name = 'More Chat History' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.19.1', '1.19.2', '1.19.3', '1.19.4', '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] x-prismlauncher-release-type = 'release' diff --git a/mods/moreculling.pw.toml b/mods/moreculling.pw.toml index 5db719c..0c5e810 100644 --- a/mods/moreculling.pw.toml +++ b/mods/moreculling.pw.toml @@ -1,6 +1,6 @@ filename = 'moreculling-1.20.4-0.24.0.jar' name = 'More Culling' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] x-prismlauncher-release-type = 'release' diff --git a/mods/naturalist.pw.toml b/mods/naturalist.pw.toml new file mode 100644 index 0000000..84e091d --- /dev/null +++ b/mods/naturalist.pw.toml @@ -0,0 +1,16 @@ +filename = 'naturalist-5.0pre3+fabric-1.20.1.jar' +name = 'Naturalist' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '873845d3b5c85d9acb5750a46119cb92e18bc0101857ee081283f88fb1204eda418818b9a833a1e664cdbc61d770afa355bd1aa4ba3d4639d0913dcb3a5ed257' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/F8BQNPWX/versions/tx891fzz/naturalist-5.0pre3%2Bfabric-1.20.1.jar' + +[update.modrinth] +mod-id = 'F8BQNPWX' +version = 'tx891fzz' \ No newline at end of file diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml new file mode 100644 index 0000000..65dd7ee --- /dev/null +++ b/mods/natures-compass.pw.toml @@ -0,0 +1,16 @@ +filename = 'NaturesCompass-1.20.1-2.2.3-fabric.jar' +name = "Nature's Compass" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b57dabd55010b598a66fe13644380c452ea75d4717b6acb7cd4f7718d6d535920cf7e216491bde427066d7e68dfaee5ef7226b7c8322b4f8771cf0dc9416e56e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fPetb5Kh/versions/NovIXDxY/NaturesCompass-1.20.1-2.2.3-fabric.jar' + +[update.modrinth] +mod-id = 'fPetb5Kh' +version = 'NovIXDxY' \ No newline at end of file diff --git a/mods/nuit-interop.pw.toml b/mods/nuit-interop.pw.toml index 0034817..9d4f7cb 100644 --- a/mods/nuit-interop.pw.toml +++ b/mods/nuit-interop.pw.toml @@ -1,6 +1,6 @@ filename = 'fsb-interop-1.3.6+mc1.20.1-build.50.jar' -name = 'FabricSkyBoxes Interop' -side = 'both' +name = 'Nuit Interop (formerly FabricSkyBoxes Interop)' +side = 'client' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml new file mode 100644 index 0000000..b8bedc5 --- /dev/null +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -0,0 +1,16 @@ +filename = 'Oh-The-Biomes-Weve-Gone-Fabric-1.6.2.jar' +name = "Oh The Biomes We've Gone" +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd426a2a74df9088697963024b45b8e0ace5335b502cb0d32cb972f5e57fd66fddfaf9873f72da2c7e99782bf8168ce2d3a3e0f1d080e7f36bca75793e84d8c91' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/NTi7d3Xc/versions/tidtpvy0/Oh-The-Biomes-Weve-Gone-Fabric-1.6.2.jar' + +[update.modrinth] +mod-id = 'NTi7d3Xc' +version = 'tidtpvy0' \ No newline at end of file diff --git a/mods/oh-the-trees-youll-grow.pw.toml b/mods/oh-the-trees-youll-grow.pw.toml new file mode 100644 index 0000000..83b2333 --- /dev/null +++ b/mods/oh-the-trees-youll-grow.pw.toml @@ -0,0 +1,16 @@ +filename = 'Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar' +name = "Oh The Trees You'll Grow" +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '462cd4ea21144721564f838d4f749b6222e1fe8b2a0dfb26c5dd4839556bf1f46432ad168b0f9e2eefa46265a1419c36eb5d5d74057863dbad785eb1c999dc85' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/g8NOG5OR/versions/qCMx6YA7/Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar' + +[update.modrinth] +mod-id = 'g8NOG5OR' +version = 'qCMx6YA7' \ No newline at end of file diff --git a/mods/optigui.pw.toml b/mods/optigui.pw.toml index 0a86375..bd3d9a7 100644 --- a/mods/optigui.pw.toml +++ b/mods/optigui.pw.toml @@ -1,6 +1,6 @@ filename = 'optigui-2.3.0-beta.6.1-modrinth+1.20.jar' name = 'OptiGUI' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] x-prismlauncher-release-type = 'beta' diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml index c369905..5f8ca90 100644 --- a/mods/reeses-sodium-options.pw.toml +++ b/mods/reeses-sodium-options.pw.toml @@ -1,6 +1,6 @@ filename = 'reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar' name = "Reese's Sodium Options" -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/remove-terralith-intro-message.pw.toml b/mods/remove-terralith-intro-message.pw.toml new file mode 100644 index 0000000..b48b98d --- /dev/null +++ b/mods/remove-terralith-intro-message.pw.toml @@ -0,0 +1,38 @@ +filename = 'remove-terralith-intro-message-1.1.jar' +name = 'Remove Terralith Intro Message' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ + '1.18', + '1.18.1', + '1.18.2', + '1.19', + '1.19.1', + '1.19.2', + '1.19.3', + '1.19.4', + '1.20', + '1.20.1', + '1.20.2', + '1.20.3', + '1.20.4', + '1.20.5', + '1.20.6', + '1.21', + '1.21.1', + '1.21.2', + '1.21.3', + '1.21.4', + '1.21.5' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = '62391dc2948f14ea0bebab89bdd88bf768bacf458a1832dcd53f95b709c1caf3dde3470cb5b12f3efe5d6904c72410452c56fce952b03f474d9d7a5dc932dfbb' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/sk4iFZGy/versions/Ad77N3iX/remove-terralith-intro-message-1.1.jar' + +[update.modrinth] +mod-id = 'sk4iFZGy' +version = 'Ad77N3iX' \ No newline at end of file diff --git a/mods/rrls.pw.toml b/mods/rrls.pw.toml index b20821e..db74728 100644 --- a/mods/rrls.pw.toml +++ b/mods/rrls.pw.toml @@ -1,6 +1,6 @@ filename = 'rrls-4.0.6.1+mc1.20.1-fabric.jar' name = 'Remove Reloading Screen' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml index 0a55385..82a7ed3 100644 --- a/mods/skinrestorer.pw.toml +++ b/mods/skinrestorer.pw.toml @@ -1,4 +1,4 @@ -filename = 'skinrestorer-2.3.5+1.20-fabric.jar' +filename = 'skinrestorer-2.4.0+1.20-fabric.jar' name = 'Skin Restorer' side = 'server' x-prismlauncher-loaders = [ 'fabric' ] @@ -6,11 +6,11 @@ x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] x-prismlauncher-release-type = 'release' [download] -hash = 'abca26fd423d2d70b5f8ef3abdb3f0065ed7dab53701d7b0c48084ffe7e189f6db4af5a5495427dddaab430df0c3eb9a0a5da1789ba204488c16e54be7416aed' +hash = '54bff25919f7fe8d0e70980f847f0a24ddaad0be9eff7fa4aed2db24cd1da417f18bcdad6bf124f558b7b346779e6f1be8f95537afb5c53614e6973f430371ad' hash-format = 'sha512' mode = 'url' -url = 'https://cdn.modrinth.com/data/ghrZDhGW/versions/VunOV4F2/skinrestorer-2.3.5%2B1.20-fabric.jar' +url = 'https://cdn.modrinth.com/data/ghrZDhGW/versions/oUnTL3Pc/skinrestorer-2.4.0%2B1.20-fabric.jar' [update.modrinth] mod-id = 'ghrZDhGW' -version = 'VunOV4F2' \ No newline at end of file +version = 'oUnTL3Pc' \ No newline at end of file diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml index 6c8e0df..4200220 100644 --- a/mods/sodium-extra.pw.toml +++ b/mods/sodium-extra.pw.toml @@ -1,6 +1,6 @@ filename = 'sodium-extra-0.5.9+mc1.20.1.jar' name = 'Sodium Extra' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml index 0638b22..731786c 100644 --- a/mods/sodium.pw.toml +++ b/mods/sodium.pw.toml @@ -1,6 +1,6 @@ filename = 'sodium-fabric-0.5.13+mc1.20.1.jar' name = 'Sodium' -side = 'both' +side = 'client' x-prismlauncher-loaders = [ 'quilt', 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] x-prismlauncher-release-type = 'release' diff --git a/mods/stoneworks.pw.toml b/mods/stoneworks.pw.toml new file mode 100644 index 0000000..bf9a6bb --- /dev/null +++ b/mods/stoneworks.pw.toml @@ -0,0 +1,16 @@ +filename = 'Stoneworks-v8.0.0-1.20.1-Fabric.jar' +name = 'Stoneworks' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ee50b9a9c509dc6e6f36f35d4b917d89465900ecd999fac62784f9ef527e6bb4b3021558d4726c298ea2891b4edfac432e5821e728e6173bb953b5d261f0b6b5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/FzyTKtVF/versions/t4FwBQrZ/Stoneworks-v8.0.0-1.20.1-Fabric.jar' + +[update.modrinth] +mod-id = 'FzyTKtVF' +version = 't4FwBQrZ' \ No newline at end of file diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml new file mode 100644 index 0000000..1beb1fd --- /dev/null +++ b/mods/tectonic.pw.toml @@ -0,0 +1,16 @@ +filename = 'tectonic-3.0.1-fabric-1.20.1.jar' +name = 'Tectonic' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '94f019e812e7fc7e07bf4009b101b52296f2dbf3af713d4d9e1fd14e2400e5980f285e09b96ffcfb7aa01e504f117aabd91e2303934a28b026b3b22fd50a5ce9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/lWDHr9jE/versions/sPAY67Vk/tectonic-3.0.1-fabric-1.20.1.jar' + +[update.modrinth] +mod-id = 'lWDHr9jE' +version = 'sPAY67Vk' \ No newline at end of file diff --git a/mods/terrablender.pw.toml b/mods/terrablender.pw.toml new file mode 100644 index 0000000..47cb85f --- /dev/null +++ b/mods/terrablender.pw.toml @@ -0,0 +1,16 @@ +filename = 'TerraBlender-fabric-1.20.1-3.0.1.10.jar' +name = 'TerraBlender' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'a2d5edbe9df43185e9c83ab426cbcda4b1d0537d9ede8be630d6d650e04d5decf574ef59cbc163913255b57784fa906d26557471fc698e0f27ceee2a1ec41ed9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/kkmrDlKT/versions/J1S3aA8i/TerraBlender-fabric-1.20.1-3.0.1.10.jar' + +[update.modrinth] +mod-id = 'kkmrDlKT' +version = 'J1S3aA8i' \ No newline at end of file diff --git a/mods/terralith-restoned.pw.toml b/mods/terralith-restoned.pw.toml new file mode 100644 index 0000000..e1a2b03 --- /dev/null +++ b/mods/terralith-restoned.pw.toml @@ -0,0 +1,16 @@ +filename = 'Terralith_ReStoned_v1.2.jar' +name = 'Terralith ReStoned' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6', '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4005e9569154cde983fe1d807961402492e26a69afac6a550c9760f0126b5a968bfbe6b489a1e85ffc66f512e6cf90627be50315a6785c96471df0473337f637' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/oTQsXi8U/versions/hcQbM6ry/Terralith_ReStoned_v1.2.jar' + +[update.modrinth] +mod-id = 'oTQsXi8U' +version = 'hcQbM6ry' \ No newline at end of file diff --git a/mods/terralith.pw.toml b/mods/terralith.pw.toml new file mode 100644 index 0000000..4c853b1 --- /dev/null +++ b/mods/terralith.pw.toml @@ -0,0 +1,16 @@ +filename = 'Terralith_1.20.x_v2.5.4.jar' +name = 'Terralith' +side = 'server' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '885e171d8b34aae7e142f082d0364285ec5a8e8342f11c60d341f7a94083d5a42c4e30612fe4f9f64d57b484396a3dff3a224e2a2497d4ced8d22f2ad6cd561d' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8oi3bsk5/versions/WeYhEb5d/Terralith_1.20.x_v2.5.4.jar' + +[update.modrinth] +mod-id = '8oi3bsk5' +version = 'WeYhEb5d' \ No newline at end of file diff --git a/mods/towns-and-towers.pw.toml b/mods/towns-and-towers.pw.toml new file mode 100644 index 0000000..23b8cda --- /dev/null +++ b/mods/towns-and-towers.pw.toml @@ -0,0 +1,16 @@ +filename = 'Towns-and-Towers-1.12-Fabric+Forge.jar' +name = 'Towns and Towers' +side = 'server' +x-prismlauncher-loaders = [ 'forge', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.3', '1.19.4', '1.20', '1.20.1', '1.20.2', '1.20.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ed734046c356bb996b628c2e0c47e64ba598c87016591fd77533069de68f27b8bfdcd2173d7d3db97f1981ebb806133c3d1751c330d539ade3d6c37ed2d5598f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/DjLobEOy/versions/7ZwnSrVW/Towns-and-Towers-1.12-Fabric%2BForge.jar' + +[update.modrinth] +mod-id = 'DjLobEOy' +version = '7ZwnSrVW' \ No newline at end of file diff --git a/mods/wwoo.pw.toml b/mods/wwoo.pw.toml new file mode 100644 index 0000000..a88a637 --- /dev/null +++ b/mods/wwoo.pw.toml @@ -0,0 +1,16 @@ +filename = 'WWOO-FABRIC+FORGE+QUILT-2.0.0.jar' +name = "William Wythers' Overhauled Overworld" +side = 'server' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1', '1.20.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '745acab6cb1634ccceacce523fd09e58b5d5a8fafe8e186384cbd23233e3ce4c8e2e214d4252240a9a59b56a668c15414e133f71e83f719bec8bd89aad4747da' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/II7t6llZ/versions/cNiETBJi/WWOO-FABRIC%2BFORGE%2BQUILT-2.0.0.jar' + +[update.modrinth] +mod-id = 'II7t6llZ' +version = 'cNiETBJi' \ No newline at end of file diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml index ee0e287..bf5ddba 100644 --- a/mods/yacl.pw.toml +++ b/mods/yacl.pw.toml @@ -1,5 +1,5 @@ filename = 'yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar' -name = 'YetAnotherConfigLib' +name = 'YetAnotherConfigLib (YACL)' side = 'both' x-prismlauncher-loaders = [ 'fabric' ] x-prismlauncher-mc-versions = [ '1.20.1' ] diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml new file mode 100644 index 0000000..38e4ec2 --- /dev/null +++ b/mods/yungs-better-desert-temples.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar' +name = "YUNG's Better Desert Temples" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '29839615e042435b0fdacab2b97524a6689190692a289c25e305dbaec34764f38e70c65cfd77b49ac0dcc549281b61cfe244edc62809082e39db54990ef84cbf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/XNlO7sBv/versions/1Z9HNWpj/YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar' + +[update.modrinth] +mod-id = 'XNlO7sBv' +version = '1Z9HNWpj' \ No newline at end of file diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml new file mode 100644 index 0000000..467c58c --- /dev/null +++ b/mods/yungs-better-dungeons.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterDungeons-1.20-Fabric-4.0.4.jar' +name = "YUNG's Better Dungeons" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '02ee00641aea2e80806923c1d97a366b82eb6d6e1d749fc8fb4eeddeddea718c08f5a87ba5189427f747801b899abe5a6138a260c7e7f949e5e69b4065ac5464' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/o1C1Dkj5/versions/nidyvq2m/YungsBetterDungeons-1.20-Fabric-4.0.4.jar' + +[update.modrinth] +mod-id = 'o1C1Dkj5' +version = 'nidyvq2m' \ No newline at end of file diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..608ea7f --- /dev/null +++ b/mods/yungs-better-end-island.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterEndIsland-1.20-Fabric-2.0.6.jar' +name = "YUNG's Better End Island" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cb63d9cdd69f955ed8044aec6f03aedbf76fdb53fd97826b254b68e3559941df301b714260505d165c58c276aa7ea7c11c2fada7509cb731f10b1815d5633b87' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/2BwBOmBQ/versions/qJTsmyiE/YungsBetterEndIsland-1.20-Fabric-2.0.6.jar' + +[update.modrinth] +mod-id = '2BwBOmBQ' +version = 'qJTsmyiE' \ No newline at end of file diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml new file mode 100644 index 0000000..ae458b1 --- /dev/null +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar' +name = "YUNG's Better Jungle Temples" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ea08ade714376f48cabdddd2e4b7376fc5cc5947e3911583ba4e182ab22c1335c884043441725cde21fb6e84402d17c43f509ade339d46a1a1db40f0e77ee81a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/z9Ve58Ih/versions/6LPrzuB0/YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar' + +[update.modrinth] +mod-id = 'z9Ve58Ih' +version = '6LPrzuB0' \ No newline at end of file diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml new file mode 100644 index 0000000..4376f98 --- /dev/null +++ b/mods/yungs-better-mineshafts.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterMineshafts-1.20-Fabric-4.0.4.jar' +name = "YUNG's Better Mineshafts" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '82d6e361ef403471beaaf2fa86964af541df167da56f53b820e5abfac693f63dd5d6c0aafbc9e9baa947b42a57c79f069ed6ede55e680a2523d2ca7f2e538b13' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/HjmxVlSr/versions/qLnQnqXS/YungsBetterMineshafts-1.20-Fabric-4.0.4.jar' + +[update.modrinth] +mod-id = 'HjmxVlSr' +version = 'qLnQnqXS' \ No newline at end of file diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml new file mode 100644 index 0000000..68dcfc5 --- /dev/null +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar' +name = "YUNG's Better Nether Fortresses" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a752f0dea20fa86e6d3a4f87d180af706b2ad5e3d434185aaa624692fc55329a2e2e410e67f843ec982e7b90ae63565b4aed43adbee6c50ded403ef50d91d7fd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Z2mXHnxP/versions/FL88RLRu/YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar' + +[update.modrinth] +mod-id = 'Z2mXHnxP' +version = 'FL88RLRu' \ No newline at end of file diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml new file mode 100644 index 0000000..3d51e00 --- /dev/null +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar' +name = "YUNG's Better Ocean Monuments" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b050f94b70628f9cb64afe1d184b3fd5eee4a7d556ff81b05dd90e954484c415b24b235a8471085cbba2e28a1123e49de9a16e6e7bc52da585db81762562f186' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/3dT9sgt4/versions/4c00pjbt/YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar' + +[update.modrinth] +mod-id = '3dT9sgt4' +version = '4c00pjbt' \ No newline at end of file diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml new file mode 100644 index 0000000..cac29bb --- /dev/null +++ b/mods/yungs-better-strongholds.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterStrongholds-1.20-Fabric-4.0.3.jar' +name = "YUNG's Better Strongholds" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e70c8daa91e88d8af97e99201264c9646c82a8cf1966b87ca1e53b591e7f1ed3cee2f8875dbe88f9b58e2a7d151fded34896bb4bd23f33f2bfef4c590fbba850' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/kidLKymU/versions/yV6hn0bB/YungsBetterStrongholds-1.20-Fabric-4.0.3.jar' + +[update.modrinth] +mod-id = 'kidLKymU' +version = 'yV6hn0bB' \ No newline at end of file From fa822c55b1c20333ca1ae67145cb18c39d36c443 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Wed, 9 Jul 2025 19:24:44 +0200 Subject: [PATCH 02/82] Refreshed packwiz --- index.toml | 285 ++++++++++++++++++++++++++++++++++++++++++++++++----- pack.toml | 6 +- 2 files changed, 262 insertions(+), 29 deletions(-) diff --git a/index.toml b/index.toml index 0b8fa62..6046471 100644 --- a/index.toml +++ b/index.toml @@ -24,10 +24,62 @@ hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6" file = "config/yosbr/config/badoptimizations.txt" hash = "2917a8f8112e36e27b240bdbe0e6987c5e8b0964595ed42ca2fbe1b16350df71" +[[files]] +file = "config/yosbr/config/bclib/biomes.json" +hash = "e31ef59faee81b0cff9506c0b4137f6473f68ca469d2319203bc3ca50eed6d13" + +[[files]] +file = "config/yosbr/config/bclib/cache.json" +hash = "66a151dbf2123ba09e0ec7c3aade37066dc98c153b692b20df7844c5a44c60b3" + +[[files]] +file = "config/yosbr/config/bclib/client.json" +hash = "5053a37b81d3eb5cf541ac379feb40cd6ec9f2ae7d64a78ef4f1ef3babe730fc" + +[[files]] +file = "config/yosbr/config/bclib/generator.json" +hash = "218542dbc05094a216da6161849a631c4fd770cf5364395d521e15e00240e0bf" + +[[files]] +file = "config/yosbr/config/bclib/main.json" +hash = "6c374c2361f59dbbace6322200613773ec01d5fb6e8fb70ac5d89463e3631f05" + +[[files]] +file = "config/yosbr/config/bclib/server.json" +hash = "a747a0bb0548ef3b677671e5e60ac931bb2a45c212bfdb9a8b180cddb068ee87" + +[[files]] +file = "config/yosbr/config/betterend/generator.json" +hash = "1a3838c2e79f44346bb8b1adf9751a4b8f3c3b3a3205e7c89f7b5da5cce81f75" + [[files]] file = "config/yosbr/config/bettergrass.json5" hash = "1fdfda7e5dd921d3441684d9e0942e3d7e8c36dfba39653742e70fd9916d8d59" +[[files]] +file = "config/yosbr/config/bettermineshafts-fabric-1_20.toml" +hash = "3ef7690ef66b4ae6a598a2987f7e3872de639c6578d800dfd4979080203ad8ee" + +[[files]] +file = "config/yosbr/config/betternether/biomes.json" +hash = "ecb7be5d7fbfacaa8d0c9b877d49e935bd0693f2e8466349665fb86f540eab6c" + +[[files]] +file = "config/yosbr/config/betternether/generator.json" +hash = "787e6999e46c43c90f3ff5f13fb3d061e78949304d7c490ce6053056b2f2e1e0" + +[[files]] +file = "config/yosbr/config/biomesoplenty/biome_toggles.json" +hash = "35ab52f4c8ae2fac79779dee20ccf8b09c9b57bf8953517a5e34a39c4e659096" + +[[files]] +file = "config/yosbr/config/biomesoplenty/generation.toml" +hash = "7094d1dde950ea1a325fc7381c39bb0a5ff0aef8a2d701bac0328955df4d05b7" + +[[files]] +file = "config/yosbr/config/biomeswevegone/world_generation.json5" +hash = "7236edbbd803b2ae0d6bc7dcac53c77a7954f442db20c8ef6815de61f2aed2c3" + [[files]] file = "config/yosbr/config/borderlessmining.json" hash = "3dfb137b6b5196bd77388f7310aba1771b80a6bc2be3c48e53ad85b1b250ae75" @@ -160,10 +212,26 @@ hash = "68853b098e83b6bc3c244906a29943e5b4252e6906fc5df72cd71f4df6c977d4" file = "config/yosbr/config/sodium-options.json" hash = "51136f5621828014c5372dd371a17f7708a4c2b73208ea503c49d20ad395d677" +[[files]] +file = "config/yosbr/config/tectonic.json" +hash = "32df77986865e3580b6d38ceddf06caf5ef2c12a00b5385e90334e69ec32cc49" + +[[files]] +file = "config/yosbr/config/terrablender.toml" +hash = "7f44f6faf8e928664920ef090474bf872ece86af9de656f859c7d9a009e519e9" + [[files]] file = "config/yosbr/config/threadtweak.json" hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" +[[files]] +file = "config/yosbr/config/towns_and_towers/structure_enable_or_disable_new.json5" +hash = "3aaa6ac8835dbbce97928c4d0d03f9957749a7a57a3f1668597310e9227900da" + +[[files]] +file = "config/yosbr/config/towns_and_towers/structure_rarity_new.json5" +hash = "09e6d7a2705119b86edd9c1b17673161f89208c7299162d403acb56bb0992dba" + [[files]] file = "config/yosbr/config/voicechat/translations.properties" hash = "b258a94a5ed60fbf93b66c452c3d6e36b044f630741f90e5b13852a4805b235e" @@ -209,7 +277,7 @@ metafile = true [[files]] file = "mods/animatica.pw.toml" -hash = "f1c6e7bcc55913a2b8a5a37615af075e054bf4528ea90af7a137c672ce69e088" +hash = "2a38e7bf95e626f94007b7e1dc8424b2658d6bc8e0470b3f13b56f99c22e3017" metafile = true [[files]] @@ -247,6 +315,11 @@ file = "mods/bbrb.pw.toml" hash = "52b6564994ea2d4561ec808fb78c4c4a5e2c50dee0054dfc2872a8c97219e3a4" metafile = true +[[files]] +file = "mods/bclib.pw.toml" +hash = "0b2b0cd35f50bdb09e4af85446e9b7267f33d966fd25a9c204a33edf2d2c80d2" +metafile = true + [[files]] file = "mods/better-mount-hud.pw.toml" hash = "5a4ffff90d3f11b3b2efccf3cd08a0ba9aa704070df3e68364e81dd038c2c015" @@ -257,6 +330,11 @@ file = "mods/better-third-person.pw.toml" hash = "571b740030954db87fff6ded8dd36f9f3fb0301a6853e9ccab444ad17ed52f91" metafile = true +[[files]] +file = "mods/betterend.pw.toml" +hash = "253a2be41ec40c113693fc4d100316a873746ed6484da973a869e4838cdf8f1f" +metafile = true + [[files]] file = "mods/betterf3.pw.toml" hash = "9b4caa235f691df572aa224d2d4023371315490822af79a18665f7641fc7cc46" @@ -267,6 +345,16 @@ file = "mods/bettergrassify.pw.toml" hash = "675ee1957832f88cecd4df71ee20ce0b423e2301fdff9960ac156938b82371cf" metafile = true +[[files]] +file = "mods/betternether.pw.toml" +hash = "4fd72203c28612e39ed9297b6af8630375f26352007cc83f5102822b3627a892" +metafile = true + +[[files]] +file = "mods/biomes-o-plenty.pw.toml" +hash = "0459ad5ebaece557be8e7f0fd35ebe323f3b59eab26898e8481bce8245e19e08" +metafile = true + [[files]] file = "mods/blur-plus.pw.toml" hash = "9140afca3b9bf4df764216dd2c8d748e64d26e7a04832352f900f06d548b0ebe" @@ -324,7 +412,7 @@ metafile = true [[files]] file = "mods/cit-resewn.pw.toml" -hash = "90a61faac19eb88a2dbb4b201e1e99633c193da142c89fb6ae97b3b1d2901f99" +hash = "c760376c5c908fee0fd0d33059480e924571205a5fcd5d4383f0124149e9a61a" metafile = true [[files]] @@ -339,7 +427,7 @@ metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "877570b7ab6eba741882447d21e207a38e715cb6e4131790af012bec6ab95cde" +hash = "d9b48516b87e17d60ec034df10555ce9cd29fb2c125daa7835e6b155a58eb137" metafile = true [[files]] @@ -349,7 +437,12 @@ metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "5b8a42572d9e261c213c799007b27a839b39b06a6fa29af298da97ccc7b87b7e" +hash = "c3ad1077f75d3214d2ba85f6e955d1aa11d5ae1783bb87c587f5c8660b94db64" +metafile = true + +[[files]] +file = "mods/corgilib.pw.toml" +hash = "8ee4e4ed719a1befd0ee664f0ce47cc0de5fe94dba663e9ae79da8260d9e237d" metafile = true [[files]] @@ -362,6 +455,11 @@ file = "mods/creativecore.pw.toml" hash = "96ddb853606cab8a1ee3dc26009e9feacd23e99abb30e9963628e8e5f34e4d10" metafile = true +[[files]] +file = "mods/cristel-lib.pw.toml" +hash = "7aae6d23b7fe3958542829d404fb1c3fa34ee198caff836ce1f4ff133b6b7465" +metafile = true + [[files]] file = "mods/cubes-without-borders.pw.toml" hash = "6dfef2ea6c6bab996b45c559fd23a6e151ae5a4b76b80437e8d84e35be5348e1" @@ -389,7 +487,7 @@ metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "36b8c58ada55e383d0d13796d94bff4c239094744d358b9c24a61b27b5b73507" +hash = "105a756fa6868eb60519a77e373e54bd56688b17b7c91327fd726cf61da9e124" metafile = true [[files]] @@ -404,7 +502,7 @@ metafile = true [[files]] file = "mods/e4mc.pw.toml" -hash = "078fe1e7cc028c28d695922613cc8d03a6f97783197aebc5052169d7b3be371b" +hash = "3c55199ed608552d0a2b39cb1c8df7bb598976763ab79211600941f71b435a5b" metafile = true [[files]] @@ -422,19 +520,24 @@ file = "mods/enchantment-descriptions.pw.toml" hash = "fdb6163d485330814333428d8ab11581d5e0ea2c2e71324935e8ae0e1047e4fb" metafile = true +[[files]] +file = "mods/endrem.pw.toml" +hash = "313ee6010053eac33a2f1e8a50406a3455543ca2729c787878e8167143ceb92c" +metafile = true + [[files]] file = "mods/entity-model-features.pw.toml" -hash = "bd0bbb49257d999841efe01bb303657c17c11c56f3af6461a87fe11fbb2f5234" +hash = "7402a4d82542a640e5151bb9dbc1126f8c913f2d3c7f1c3f9ac52c771f39ad66" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "6f4c4bb1ddce2503a1d9cfad2ef370ed4e60d7c6d1a9bc1ce67f50e6615f51f3" +hash = "affd9ed6521e2a591595f34642cf227253995239bac774e56d21f5223c839f66" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "a62292a877539395e5cd83460c45d3de9f8b9b68f4d8986b87c00ec53d683e9c" +hash = "95cf5f912309fb28f1aeeb698037a7f9cadb3b47775d678bddfaee52aee0869a" metafile = true [[files]] @@ -449,7 +552,7 @@ metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "1d35acb19111e060153460085bbe5ff5582d23c8e100e398bcdea391d334dd83" +hash = "c6b405b639d724516ef8a3565359886e8e97e223b9496d93be9c19f2bef7d3e8" metafile = true [[files]] @@ -487,6 +590,16 @@ file = "mods/forge-config-api-port.pw.toml" hash = "3c498611b1464ef647695bbb1ea766565d845e3d092e462bcc5bc61267b6de40" metafile = true +[[files]] +file = "mods/geckolib.pw.toml" +hash = "948f92ae99f018ef2ccc44f61bf8cd466b0260d0e0afcbcd41f5c8fce01cf40d" +metafile = true + +[[files]] +file = "mods/glitchcore.pw.toml" +hash = "065e2cd3cf2cf9108ffc7122381132abfa99c3c0edc408a6df40c33b5fbc22f4" +metafile = true + [[files]] file = "mods/iceberg.pw.toml" hash = "dd42008c5965a39e8d48ab45c17e4049a89638759032491567031e34fc5daf06" @@ -494,7 +607,7 @@ metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "ddddfd351ad1407fb3c8d0676211a866ffc097d26d5ed94e269a89a2774d1a89" +hash = "734a38253c0158a07411a28da03ade9079b8700a213508e32c5904f3a3180bad" metafile = true [[files]] @@ -517,9 +630,14 @@ file = "mods/immersivethunder.pw.toml" hash = "ff21f222927622a062eef43ccb18cf2bc51ab0c3400e4670b2745a5410b7d5da" metafile = true +[[files]] +file = "mods/incendium.pw.toml" +hash = "4901c404d24f9a4e024ff319e40066a395a19085039c7456178aa4e35ba8b07d" +metafile = true + [[files]] file = "mods/indium.pw.toml" -hash = "fa7a0adb7b6faf5108ab1d33350df765447ea8cb9d8215b0f995ab3a04e2eaf9" +hash = "0a86a0cba9d13505cecadd5048e35456f47236d9a43c39ba7a13dee29062d8e9" metafile = true [[files]] @@ -529,7 +647,7 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "866933d8009c252d91ccf47cf9fc372fc03f943abaca80c328bd5e4fc003c1b9" +hash = "88928c23cb4da3eeaa9e17c0fbb477daa30bdca46e18f7d01f4eea94f64ccc07" metafile = true [[files]] @@ -579,12 +697,12 @@ metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "e4330e3398bc7c48ac7fc1d2557b093a1157f39a35f1675a097b18b57554f6ef" +hash = "6eb04958e9ec9e0abdc30291de3e4c50b422d5f25fb1065502b8212158339e59" metafile = true [[files]] file = "mods/language-reload.pw.toml" -hash = "c7953a811efde6bf5a330629c9385ae50a3eff2b84f59fa167c3af3e1b697f46" +hash = "8703d275332637b4de78d388645d92cd6fde09b269044ab2ad189d478f67dcd0" metafile = true [[files]] @@ -597,6 +715,16 @@ file = "mods/lithium.pw.toml" hash = "c56f82aa24c0a311c2b953f0e6baee8bf2b7a51d965111183161ebb448178fb4" metafile = true +[[files]] +file = "mods/lithostitched.pw.toml" +hash = "d574d3837d1e14efbfff11553dcf118d457daa1e92becfc6d822a7d677d7e379" +metafile = true + +[[files]] +file = "mods/lootr.pw.toml" +hash = "55e6dd457254db086dbbc23c4103bcb82d0537719623916a19ed248b66215fd0" +metafile = true + [[files]] file = "mods/macos-input-fixes.pw.toml" hash = "8eba85b324f93326ba3e63e65f77a9bab59adc2125765a168b08e8ab02ab3fb0" @@ -629,7 +757,7 @@ metafile = true [[files]] file = "mods/modelfix.pw.toml" -hash = "73f37ba7ef75ebde1d3f62d93ff6c70087f88e5fcf367660388516132256af0e" +hash = "a027af62f48524e699c77b698a64eea7c10ff2fa6387c5a6df1878816f071339" metafile = true [[files]] @@ -642,14 +770,19 @@ file = "mods/modmenu.pw.toml" hash = "076158204b25320e5308a99446295e8886137b5e04be232604526a7d0e7032b0" metafile = true +[[files]] +file = "mods/moonlight.pw.toml" +hash = "d100bb5a90eccd8eb7456e17444747f16f47a743bde2871dddb37bbb1ac4a312" +metafile = true + [[files]] file = "mods/morechathistory.pw.toml" -hash = "53868e5978db8cb1ac80605f870e399011937839c8ab62ecfe9a6463bd64c49b" +hash = "355a766d5b17d627afaa51c6198e6badbb487fd0bc11411f58b10a6f0e886924" metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "2ba3cfc6715e88abdb46924591e9b0d79d99a60d08a5fb71ad66853cc947bd32" +hash = "e80c057861e7d5c22ab49e771ab51cb16d9a69eaf6bc76a0f1cdeb7aa57871e5" metafile = true [[files]] @@ -662,6 +795,16 @@ file = "mods/mru.pw.toml" hash = "3b5725bc77ec8d601487e14a2bc440e97e10ead0cecba40f258dd6b20f869dbe" metafile = true +[[files]] +file = "mods/naturalist.pw.toml" +hash = "5c7c242d60b7f60037f42d7508f07bb09c0adddb39679f02a97cc9db916ebb1e" +metafile = true + +[[files]] +file = "mods/natures-compass.pw.toml" +hash = "dd1c21a5313b8cea193b98911682757fbf3fbc3aba259a6289597c371b1a68b9" +metafile = true + [[files]] file = "mods/night-auto-config.pw.toml" hash = "fada5f7a5257bea388c39645125dd9080cf02110fcc3bc725affbacc16f641d6" @@ -684,7 +827,7 @@ metafile = true [[files]] file = "mods/nuit-interop.pw.toml" -hash = "e22bcc46e33a0cdd82bfb18c8ec6f60eacf84f9c9ef773ef5ff0c93ad1990fc5" +hash = "0409efadeef015a2331948d4a219cd1bbbe827579ea4e3ce7c5df1e09f55a808" metafile = true [[files]] @@ -697,9 +840,19 @@ file = "mods/octo-lib.pw.toml" hash = "841cbbe7ad6e545721e4dd05ad3b97d862bc70e7f1491917188c97184b587fce" metafile = true +[[files]] +file = "mods/oh-the-biomes-weve-gone.pw.toml" +hash = "1638dbf20d82b0d5a07d8ef4945cb7187da326fe5cb131ba57b8cda1763cfd8f" +metafile = true + +[[files]] +file = "mods/oh-the-trees-youll-grow.pw.toml" +hash = "ab06932b049773f728946859965ddbcd87eb8014793e77e698028891298c9185" +metafile = true + [[files]] file = "mods/optigui.pw.toml" -hash = "584ea3f14c08571845182699c2e980eb3c92cd7f7fa5c66383a5467deac8cdcd" +hash = "588a732a07380c4c4a44a483505764e9b288e56fc67ac3bf90cf154ac5c9461f" metafile = true [[files]] @@ -734,7 +887,12 @@ metafile = true [[files]] file = "mods/reeses-sodium-options.pw.toml" -hash = "362337aa72e8da96a90dc33b1b40ba4afb7c18ce951e389819a4c342c2a2efd1" +hash = "f980d02563b6dd6603fcc92ded238046b453155234d8c8f99a0f59bb4f297cb1" +metafile = true + +[[files]] +file = "mods/remove-terralith-intro-message.pw.toml" +hash = "91f6d69c5949f010ec7da533247bd627f2f9c67f6cee2cc06b4b29d608926e3d" metafile = true [[files]] @@ -744,7 +902,7 @@ metafile = true [[files]] file = "mods/rrls.pw.toml" -hash = "14973e05c492540865ab27fd7d7f250e4120c59dbb7dcdd3f9eb2ef0fcb0aa18" +hash = "574bee9e510afedb02b122632886e823d01c25dc86cb2d260f31913a6fb7d8d6" metafile = true [[files]] @@ -764,17 +922,17 @@ metafile = true [[files]] file = "mods/skinrestorer.pw.toml" -hash = "d0e0795584e42c4bd2ba652e9359c1b2f471229ba453b17764dc649af1904434" +hash = "2c9224470727968be098856608f9c51630672cc3a1c81ccb349de98bae102d28" metafile = true [[files]] file = "mods/sodium-extra.pw.toml" -hash = "326bf4a023fbbbda1fe5e02c405221030b361b8d6e662fc6326962ce0779e633" +hash = "02a61198c92c3ee918774abaa28da80c1c5204c02c047d8e6caacccf5f9ab7df" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "2a75e822c4730db9acd73e1602bb8d554cffb379d3d0a239f49ca326535e1686" +hash = "99dc91162741d91f8e7b6b686cc77ec200f4449e7a702252c5b4bdfab0bc73a5" metafile = true [[files]] @@ -797,6 +955,31 @@ file = "mods/starlight.pw.toml" hash = "e7acdbaef7d8626ddc8db2dfd0163e5268678c69e97cdc767a36817befda4bf9" metafile = true +[[files]] +file = "mods/stoneworks.pw.toml" +hash = "782de15fe8e80b5b041da06c64c9c4e7f309bf29896b8228d0dbb9453d675ee4" +metafile = true + +[[files]] +file = "mods/tectonic.pw.toml" +hash = "d9b22fd2bd384e53a565dc7080fec8642657ab1f02218606b1a369f5abd67c37" +metafile = true + +[[files]] +file = "mods/terrablender.pw.toml" +hash = "6eaaba33dd0f4aae53474cd64ace99b3323c55f98ab3dca673df0e5682092393" +metafile = true + +[[files]] +file = "mods/terralith-restoned.pw.toml" +hash = "b878408ce9ce107516f2243c1a5b3e3cbc61f6ee2b46310d0d5400b5a4189605" +metafile = true + +[[files]] +file = "mods/terralith.pw.toml" +hash = "c8458a82307fa772282377813578b71c00d9b30529484b524a3859d7e5b3b67f" +metafile = true + [[files]] file = "mods/threadtweak.pw.toml" hash = "aef3c0c9ec9738af9682b335a5c732b7b885299821f3ab4ae010a216171ef43a" @@ -807,6 +990,11 @@ file = "mods/tooltipfix.pw.toml" hash = "c4807f4aae75a52b2bc345c11e46e9ad7c0a0191c2d4ebcd815902e46965f8e3" metafile = true +[[files]] +file = "mods/towns-and-towers.pw.toml" +hash = "a72f4a7c3e8fcf61f0f1aeb9ad06236b544a50703526e47e045b8eeee528f833" +metafile = true + [[files]] file = "mods/txnilib.pw.toml" hash = "8112056354cf226aa44808b85480b10972b3a73649ac750395659e3ab257024d" @@ -817,6 +1005,11 @@ file = "mods/what-are-they-up-to.pw.toml" hash = "4fb215ea813d69fe31a18a7836a475464f8090c50a147d6a86b66c13f3728fcb" metafile = true +[[files]] +file = "mods/wwoo.pw.toml" +hash = "b46f7de1882e023613a9f5f0ecd097d526d730005ec5c6ba7403136871e12465" +metafile = true + [[files]] file = "mods/xaeros-minimap.pw.toml" hash = "972fde2494b1772611861352e9634c398382eb0dba7ce241721468969e5404d1" @@ -829,7 +1022,7 @@ metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "8d9192bf2bcec55e0aad56fddcb86eb9f35d4d38e44b83228b6ac4547320fc08" +hash = "f58bbf3c3cd5d7d631f4ebaee64ed997d5003c9bfeb75efec7b8a400f81748b8" metafile = true [[files]] @@ -842,6 +1035,46 @@ file = "mods/yungs-api.pw.toml" hash = "46cd46bdfc8af55ffb2eb8dafaf2cc6426c6efc7bafbec68d88a9a006d5b9043" metafile = true +[[files]] +file = "mods/yungs-better-desert-temples.pw.toml" +hash = "cae75feb09f91586b76c9d0388fd6c1e6d5dbc18bde12d2297e1067666bfc864" +metafile = true + +[[files]] +file = "mods/yungs-better-dungeons.pw.toml" +hash = "85efdc178903f40388296399ae66248398403bad9f6e1e617c1b02d9cd49f4f0" +metafile = true + +[[files]] +file = "mods/yungs-better-end-island.pw.toml" +hash = "7d3b85d9533e8629d771227802fd3d22e02525831a801e15709c2c69c3dc8153" +metafile = true + +[[files]] +file = "mods/yungs-better-jungle-temples.pw.toml" +hash = "c6b88dfac5ecc2b00da4216606a011680f98685101012cb89a6ce25d984b52d3" +metafile = true + +[[files]] +file = "mods/yungs-better-mineshafts.pw.toml" +hash = "bf1141be32797847819c43feba5d9fa7f3ecc18821b7a8eb199301fb50192632" +metafile = true + +[[files]] +file = "mods/yungs-better-nether-fortresses.pw.toml" +hash = "5dbce8b69e312f55cda36aaedb116dbb1874ecb36949ce4efd2e8caf264ff77a" +metafile = true + +[[files]] +file = "mods/yungs-better-ocean-monuments.pw.toml" +hash = "be6fa4198eb90fb9c03a3cff479e95635bf3f54b54868a18142d3ada3d4d474a" +metafile = true + +[[files]] +file = "mods/yungs-better-strongholds.pw.toml" +hash = "102fa678d8a1cc515264a8aac83647c47c2443107ee08032f42c20416aaca7ea" +metafile = true + [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" hash = "421b267f441e7be3feefa686191e5b363929ecb39ddd5f2ff5b515db4b169891" diff --git a/pack.toml b/pack.toml index 32ad332..95c1e89 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ -name = "Fabulous" +name = "Fabulous Worlds" author = "Malasaur" -version = "1.0.1" +version = "1.0.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "016c295046b9f9a6ebf64a9782c39a0e082b66372a48dd5d9c452a3c49376be3" +hash = "3fd0af672ff0a146d5f7697913a0f0ead7dd2c91d4e196cd8ec1c5f13d2200f1" [versions] fabric = "0.16.14" From 603827409535759f6b4ac85bf91980c4cf6de664 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Wed, 9 Jul 2025 19:24:56 +0200 Subject: [PATCH 03/82] Configured mods --- config/yosbr/config/bclib/biomes.json | 13 + config/yosbr/config/bclib/cache.json | 6 + config/yosbr/config/bclib/client.json | 29 ++ config/yosbr/config/bclib/generator.json | 8 + config/yosbr/config/bclib/main.json | 9 + config/yosbr/config/bclib/server.json | 13 + config/yosbr/config/betterend/generator.json | 58 ++++ .../config/bettermineshafts-fabric-1_20.toml | 28 ++ config/yosbr/config/betternether/biomes.json | 276 ++++++++++++++++++ .../yosbr/config/betternether/generator.json | 47 +++ .../config/biomesoplenty/biome_toggles.json | 68 +++++ .../config/biomesoplenty/generation.toml | 13 + .../biomeswevegone/world_generation.json5 | 69 +++++ config/yosbr/config/tectonic.json | 38 +++ config/yosbr/config/terrablender.toml | 17 ++ .../structure_enable_or_disable_new.json5 | 88 ++++++ .../structure_rarity_new.json5 | 43 +++ 17 files changed, 823 insertions(+) create mode 100644 config/yosbr/config/bclib/biomes.json create mode 100644 config/yosbr/config/bclib/cache.json create mode 100644 config/yosbr/config/bclib/client.json create mode 100644 config/yosbr/config/bclib/generator.json create mode 100644 config/yosbr/config/bclib/main.json create mode 100644 config/yosbr/config/bclib/server.json create mode 100644 config/yosbr/config/betterend/generator.json create mode 100644 config/yosbr/config/bettermineshafts-fabric-1_20.toml create mode 100644 config/yosbr/config/betternether/biomes.json create mode 100644 config/yosbr/config/betternether/generator.json create mode 100644 config/yosbr/config/biomesoplenty/biome_toggles.json create mode 100644 config/yosbr/config/biomesoplenty/generation.toml create mode 100644 config/yosbr/config/biomeswevegone/world_generation.json5 create mode 100644 config/yosbr/config/tectonic.json create mode 100644 config/yosbr/config/terrablender.toml create mode 100644 config/yosbr/config/towns_and_towers/structure_enable_or_disable_new.json5 create mode 100644 config/yosbr/config/towns_and_towers/structure_rarity_new.json5 diff --git a/config/yosbr/config/bclib/biomes.json b/config/yosbr/config/bclib/biomes.json new file mode 100644 index 0000000..eef95df --- /dev/null +++ b/config/yosbr/config/bclib/biomes.json @@ -0,0 +1,13 @@ +{ + "force_include": { + "NETHER": [], + "END_LAND": [], + "END_VOID": [], + "END_CENTER": [], + "END_BARRENS": [] + }, + "force_exclude": { + "NETHER": [], + "END": [] + } +} \ No newline at end of file diff --git a/config/yosbr/config/bclib/cache.json b/config/yosbr/config/bclib/cache.json new file mode 100644 index 0000000..aba4064 --- /dev/null +++ b/config/yosbr/config/bclib/cache.json @@ -0,0 +1,6 @@ +{ + "version": { + "last [default: never]": "never", + "cached [default: ]": "" + } +} \ No newline at end of file diff --git a/config/yosbr/config/bclib/client.json b/config/yosbr/config/bclib/client.json new file mode 100644 index 0000000..441e351 --- /dev/null +++ b/config/yosbr/config/bclib/client.json @@ -0,0 +1,29 @@ +{ + "version": { + "didShowWelcome [default: false]": true, + "check [default: true]": false + }, + "ui": { + "showUpdateInfo [default: true]": true, + "useModrinthForUpdates [default: false]": false, + "forceBetterXPreset [default: true]": true, + "suppressExperimentalDialogOnLoad [default: false]": false, + "notTheDonorType [default: true]": true + }, + "auto_sync": { + "enabled [default: true]": true, + "acceptConfigs [default: true]": true, + "acceptFiles [default: true]": true, + "acceptMods [default: true]": true, + "displayModInfo [default: true]": true, + "debugHashes [default: false]": false + }, + "rendering": { + "customFogRendering [default: true]": true, + "netherThickFog [default: true]": true, + "FogDensity [default: 1.0]": 1.0 + }, + "infos": { + "survives_on_hint [default: true]": true + } +} \ No newline at end of file diff --git a/config/yosbr/config/bclib/generator.json b/config/yosbr/config/bclib/generator.json new file mode 100644 index 0000000..cefdc9c --- /dev/null +++ b/config/yosbr/config/bclib/generator.json @@ -0,0 +1,8 @@ +{ + "options": { + "biomeSource": { + "fixEndBiomeSource [default: true]": true, + "fixNetherBiomeSource [default: true]": true + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/bclib/main.json b/config/yosbr/config/bclib/main.json new file mode 100644 index 0000000..cad0474 --- /dev/null +++ b/config/yosbr/config/bclib/main.json @@ -0,0 +1,9 @@ +{ + "patches": { + "applyPatches [default: true]": true, + "repairBiomesOnLoad [default: false]": false + }, + "infos": { + "verbose [default: true]": true + } +} \ No newline at end of file diff --git a/config/yosbr/config/bclib/server.json b/config/yosbr/config/bclib/server.json new file mode 100644 index 0000000..40f68e5 --- /dev/null +++ b/config/yosbr/config/bclib/server.json @@ -0,0 +1,13 @@ +{ + "auto_sync": { + "enabled [default: true]": true, + "offerConfigs [default: true]": true, + "offerFiles [default: true]": true, + "offerMods [default: true]": true, + "offerAllMods [default: false]": false, + "sendAllModInfo [default: false]": false, + "additionalMods": [], + "excludeMods": [], + "forceBetterXPreset [default: true]": true + } +} \ No newline at end of file diff --git a/config/yosbr/config/betterend/generator.json b/config/yosbr/config/betterend/generator.json new file mode 100644 index 0000000..910dafa --- /dev/null +++ b/config/yosbr/config/betterend/generator.json @@ -0,0 +1,58 @@ +{ + "biomeMap": { + "biomeSizeCaves [default: 32]": 32 + }, + "portal": { + "hasPortal [default: true]": true, + "customEndPortal [default: true]": true + }, + "spikes": { + "hasSpikes [default: true]": true, + "customObsidianSpikes [default: true]": true + }, + "hasDragonFights [default: true]": true, + "chorusPlant": { + "changeChorusPlant [default: true]": true + }, + "customGenerator": { + "useNewGenerator [default: true]": true, + "generateCentralIsland [default: true]": true, + "endCityFailChance [default: 5]": 5, + "layers": { + "bigIslands": { + "distance[1-8192] [default: 300.0]": 100.0, + "scale[0.1-1024] [default: 200.0]": 300.0, + "averageHeight[0-1] [default: 0.546875]": 0.546875, + "heightVariation[0-1] [default: 0.078125]": 0.15625, + "coverage[0-1] [default: 0.5]": 0.5, + "hasCentralIsland [default: false]": false + }, + "mediumIslands": { + "distance[1-8192] [default: 150.0]": 150.0, + "scale[0.1-1024] [default: 100.0]": 100.0, + "averageHeight[0-1] [default: 0.546875]": 0.546875, + "heightVariation[0-1] [default: 0.15625]": 0.15625, + "coverage[0-1] [default: 0.5]": 0.5, + "hasCentralIsland [default: true]": true + }, + "smallIslands": { + "distance[1-8192] [default: 60.0]": 60.0, + "scale[0.1-1024] [default: 50.0]": 50.0, + "averageHeight[0-1] [default: 0.546875]": 0.546875, + "heightVariation[0-1] [default: 0.234375]": 0.234375, + "coverage[0-1] [default: 0.5]": 0.5, + "hasCentralIsland [default: false]": false + } + }, + "voidRingSize [default: 1000]": 750 + }, + "generateObsidianPlatform [default: true]": true, + "spawn": { + "changeSpawn [default: false]": false, + "point": { + "x [default: 20]": 20, + "y [default: 65]": 65, + "z [default: 0]": 0 + } + } +} diff --git a/config/yosbr/config/bettermineshafts-fabric-1_20.toml b/config/yosbr/config/bettermineshafts-fabric-1_20.toml new file mode 100644 index 0000000..ab7bf85 --- /dev/null +++ b/config/yosbr/config/bettermineshafts-fabric-1_20.toml @@ -0,0 +1,28 @@ +minY = -85 +maxY = 60 +disableVanillaMineshafts = true + +[spawnRates] +lanternSpawnRate = 0.0067 +torchSpawnRate = 0.02 +workstationSpawnRate = 0.025 +workstationDungeonSpawnRate = 0.25 +smallShaftSpawnRate = 0.07 +cobwebSpawnRate = 0.15 +smallShaftChestMinecartSpawnRate = 0.003 +mainShaftChestMinecartSpawnRate = 0.03 +smallShaftTntMinecartSpawnRate = 0.0024999999441206455 +mainShaftTntMinecartSpawnRate = 0.0024999999441206455 +zombieVillagerRoomSpawnChance = 2 +smallShaftPieceChainLength = 18 + +[ores] +enabled = true +cobble = 25 +coal = 20 +iron = 15 +redstone = 12 +gold = 11 +lapis = 7 +emerald = 5 +diamond = 5 diff --git a/config/yosbr/config/betternether/biomes.json b/config/yosbr/config/betternether/biomes.json new file mode 100644 index 0000000..d8ea1d4 --- /dev/null +++ b/config/yosbr/config/betternether/biomes.json @@ -0,0 +1,276 @@ +{ + "minecraft": { + "basalt_deltas": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "warped_forest": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "nether_wastes": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "soul_sand_valley": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "crimson_forest": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 15]": 15, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 0]": 0, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + } + }, + "biomesoplenty": { + "undergrowth": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "erupting_inferno": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "visceral_heap": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "withered_abyss": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + }, + "crystalline_chasm": { + "spawn": { + "ambient": { + "betternether": { + "firefly": { + "weight [default: 5]": 5, + "minGroupSize [default: 1]": 1, + "maxGroupSize [default: 3]": 3 + }, + "hydrogen_jellyfish": { + "weight [default: 5]": 5, + "minGroupSize [default: 2]": 2, + "maxGroupSize [default: 6]": 6 + } + } + }, + "monster": { + "betternether": { + "naga": { + "weight [default: 8]": 8, + "minGroupSize [default: 3]": 3, + "maxGroupSize [default: 5]": 5 + } + } + } + } + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/betternether/generator.json b/config/yosbr/config/betternether/generator.json new file mode 100644 index 0000000..82c3455 --- /dev/null +++ b/config/yosbr/config/betternether/generator.json @@ -0,0 +1,47 @@ +{ + "generator": { + "world": { + "ores": { + "cincinnasite": { + "vein_count [default: 10]": 10, + "vein_size [default: 8]": 8, + "air_discard_chance [default: 0.0]": 0.0 + }, + "nether_ruby": { + "vein_count [default: 3]": 3, + "vein_size [default: 8]": 8, + "air_discard_chance [default: 0.0]": 0.0 + }, + "nether_ruby_soul": { + "vein_count [default: 5]": 5, + "vein_size [default: 5]": 5, + "air_discard_chance [default: 0.1]": 0.1 + }, + "nether_ruby_large": { + "vein_count [default: 5]": 5, + "vein_size [default: 5]": 5, + "air_discard_chance [default: 0.1]": 0.1 + }, + "nether_ruby_rare": { + "vein_count [default: 2]": 2, + "vein_size [default: 12]": 12, + "air_discard_chance [default: 0.0]": 0.0 + }, + "nether_lapis": { + "vein_count [default: 14]": 14, + "vein_size [default: 4]": 4, + "air_discard_chance [default: 0.0]": 0.0 + }, + "nether_redstone": { + "vein_count [default: 1]": 1, + "vein_size [default: 16]": 16, + "air_discard_chance [default: 0.3]": 0.3 + } + }, + "cities": { + "distance [default: 64]": 64, + "overworld [default: false]": false + } + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/biomesoplenty/biome_toggles.json b/config/yosbr/config/biomesoplenty/biome_toggles.json new file mode 100644 index 0000000..bf9c66c --- /dev/null +++ b/config/yosbr/config/biomesoplenty/biome_toggles.json @@ -0,0 +1,68 @@ +{ + "aspen_glade_enabled": true, + "auroral_garden_enabled": true, + "bayou_enabled": false, + "bog_enabled": true, + "cold_desert_enabled": false, + "coniferous_forest_enabled": false, + "crag_enabled": true, + "crystalline_chasm_enabled": true, + "dead_forest_enabled": false, + "dryland_enabled": false, + "dune_beach_enabled": true, + "erupting_inferno_enabled": false, + "field_enabled": true, + "fir_clearing_enabled": true, + "floodplain_enabled": false, + "forested_field_enabled": false, + "fungal_jungle_enabled": true, + "glowing_grotto_enabled": true, + "grassland_enabled": true, + "gravel_beach_enabled": false, + "highland_enabled": true, + "hot_springs_enabled": true, + "jacaranda_glade_enabled": false, + "jade_cliffs_enabled": true, + "lavender_field_enabled": true, + "lush_desert_enabled": false, + "lush_savanna_enabled": false, + "maple_woods_enabled": true, + "marsh_enabled": false, + "mediterranean_forest_enabled": true, + "moor_enabled": true, + "muskeg_enabled": false, + "mystic_grove_enabled": false, + "old_growth_dead_forest_enabled": false, + "old_growth_woodland_enabled": true, + "ominous_woods_enabled": false, + "orchard_enabled": true, + "origin_valley_enabled": true, + "overgrown_greens_enabled": false, + "pasture_enabled": true, + "prairie_enabled": true, + "pumpkin_patch_enabled": false, + "rainforest_enabled": false, + "redwood_forest_enabled": true, + "rocky_rainforest_enabled": false, + "rocky_shrubland_enabled": false, + "scrubland_enabled": false, + "seasonal_forest_enabled": true, + "shrubland_enabled": true, + "snowblossom_grove_enabled": true, + "snowy_coniferous_forest_enabled": true, + "snowy_fir_clearing_enabled": false, + "snowy_maple_woods_enabled": true, + "spider_nest_enabled": true, + "tropics_enabled": true, + "tundra_enabled": false, + "undergrowth_enabled": false, + "visceral_heap_enabled": true, + "volcanic_plains_enabled": false, + "volcano_enabled": true, + "wasteland_enabled": false, + "wasteland_steppe_enabled": false, + "wetland_enabled": false, + "wintry_origin_valley_enabled": true, + "withered_abyss_enabled": true, + "woodland_enabled": false +} diff --git a/config/yosbr/config/biomesoplenty/generation.toml b/config/yosbr/config/biomesoplenty/generation.toml new file mode 100644 index 0000000..8e8e718 --- /dev/null +++ b/config/yosbr/config/biomesoplenty/generation.toml @@ -0,0 +1,13 @@ +[nether] + #The weighting of bop biome regions in the nether. + bop_nether_region_weight = 13 + #The weighting of rare bop biome regions in the nether. + bop_nether_rare_region_weight = 2 + +[overworld] + #The weighting of primary bop biome regions in the overworld. + bop_primary_overworld_region_weight = 20 + #The weighting of rare bop biome regions in the overworld. + bop_overworld_rare_region_weight = 8 + #The weighting of secondary bop biome regions in the overworld. + bop_secondary_overworld_region_weight = 8 diff --git a/config/yosbr/config/biomeswevegone/world_generation.json5 b/config/yosbr/config/biomeswevegone/world_generation.json5 new file mode 100644 index 0000000..ab2a784 --- /dev/null +++ b/config/yosbr/config/biomeswevegone/world_generation.json5 @@ -0,0 +1,69 @@ +{ + // Which biomes are enabled, if disabled the biome will default to its vanilla counterpart for the given region + "enabled_biomes": { + "biomeswevegone:white_mangrove_marshes": false, + "biomeswevegone:cika_woods": false, + "biomeswevegone:tropical_rainforest": false, + "biomeswevegone:sierra_badlands": true, + "biomeswevegone:frosted_coniferous_forest": false, + "biomeswevegone:temperate_grove": true, + "biomeswevegone:dead_sea": true, + "biomeswevegone:rainbow_beach": true, + "biomeswevegone:rugged_badlands": true, + "biomeswevegone:atacama_outback": false, + "biomeswevegone:pumpkin_valley": false, + "biomeswevegone:prairie": true, + "biomeswevegone:zelkova_forest": true, + "biomeswevegone:black_forest": false, + "biomeswevegone:forgotten_forest": false, + "biomeswevegone:overgrowth_woodlands": false, + "biomeswevegone:eroded_borealis": true, + "biomeswevegone:skyrise_vale": false, + "biomeswevegone:crag_gardens": false, + "biomeswevegone:mojave_desert": false, + "biomeswevegone:coniferous_forest": false, + "biomeswevegone:redwood_thicket": true, + "biomeswevegone:frosted_taiga": false, + "biomeswevegone:araucaria_savanna": true, + "biomeswevegone:allium_shrubland": false, + "biomeswevegone:ironwood_gour": true, + "biomeswevegone:fragment_jungle": true, + "biomeswevegone:sakura_grove": true, + "biomeswevegone:windswept_desert": true, + "biomeswevegone:howling_peaks": true, + "biomeswevegone:dacite_shore": false, + "biomeswevegone:jacaranda_jungle": false, + "biomeswevegone:ebony_woods": false, + "biomeswevegone:amaranth_grassland": false, + "biomeswevegone:red_rock_valley": true, + "biomeswevegone:rose_fields": true, + "biomeswevegone:cypress_swamplands": false, + "biomeswevegone:crimson_tundra": false, + "biomeswevegone:shattered_glacier": true, + "biomeswevegone:lush_stacks": true, + "biomeswevegone:bayou": false, + "biomeswevegone:dacite_ridges": true, + "biomeswevegone:canadian_shield": true, + "biomeswevegone:enchanted_tangle": false, + "biomeswevegone:baobab_savanna": true, + "biomeswevegone:firecracker_chaparral": true, + "biomeswevegone:basalt_barrera": true, + "biomeswevegone:coconino_meadow": false, + "biomeswevegone:aspen_boreal": false, + "biomeswevegone:weeping_witch_forest": false, + "biomeswevegone:maple_taiga": false, + "biomeswevegone:orchard": false, + }, + // How much each BWG region weighs. This weight applies to all 3 BWG Regions + "region_weight": 16, + // Whether to add bwg flowers and features to Vanilla Biomes (Config Option for Fabric Only) + "vanilla_additions": true, + // BWG Features that we add to Vanilla Biomes + "enabled_vanilla_additions": { + "biomeswevegone:palm_trees": true, + "biomeswevegone:vanilla/forest_flowers": true, + "biomeswevegone:vanilla/flower_plains": true, + "biomeswevegone:vanilla/flower_warm": true, + "biomeswevegone:vanilla/flower_default": true, + }, +} \ No newline at end of file diff --git a/config/yosbr/config/tectonic.json b/config/yosbr/config/tectonic.json new file mode 100644 index 0000000..fef9119 --- /dev/null +++ b/config/yosbr/config/tectonic.json @@ -0,0 +1,38 @@ +{ + "biomes": { + "temperature_multiplier": 1.0, + "temperature_scale": 0.25, + "vegetation_multiplier": 1.0, + "vegetation_scale": 0.25 + }, + "continents": { + "continents_scale": 0.13, + "erosion_scale": 0.5, + "flat_terrain_skew": 0.1, + "jungle_pillars": true, + "ocean_offset": -0.8, + "ridge_scale": 0.25, + "river_lanterns": true, + "rolling_hills": true, + "underground_rivers": true + }, + "general": { + "mod_enabled": true, + "snow_start_offset": 128 + }, + "global_terrain": { + "increased_height": false, + "lava_tunnels": true, + "vertical_scale": 1.5 + }, + "islands": { + "enabled": true, + "noise_scale": 0.11 + }, + "oceans": { + "deep_ocean_depth": -0.45, + "monument_offset": -30, + "ocean_depth": -0.15, + "remove_frozen_ocean_ice": false + } +} \ No newline at end of file diff --git a/config/yosbr/config/terrablender.toml b/config/yosbr/config/terrablender.toml new file mode 100644 index 0000000..45a4c44 --- /dev/null +++ b/config/yosbr/config/terrablender.toml @@ -0,0 +1,17 @@ +#General settings +general = {} + +#Generation settings +[generation_settings] + #The size of overworld biome regions from each mod that uses TerraBlender. + #Range: 2-6 + overworld_region_size = 2 + #The weighting of vanilla biome regions in the nether. + #Range: 0-2147483647 + vanilla_nether_region_weight = 4 + #The size of nether biome regions from each mod that uses TerraBlender. + #Range: 2-6 + nether_region_size = 2 + #The weighting of vanilla biome regions in the overworld. + #Range: 0-2147483647 + vanilla_overworld_region_weight = 10 diff --git a/config/yosbr/config/towns_and_towers/structure_enable_or_disable_new.json5 b/config/yosbr/config/towns_and_towers/structure_enable_or_disable_new.json5 new file mode 100644 index 0000000..df278cb --- /dev/null +++ b/config/yosbr/config/towns_and_towers/structure_enable_or_disable_new.json5 @@ -0,0 +1,88 @@ +/* +This config file makes it possible to switch off any structure from Towns and Towers. Big thanks to Cristelknight for making this all possible. +To disable a structure, simply set the value of that structure to "false". +o change the rarity of a structure category, use the other file in the config. + +LINKS +===== +Curseforge link: https://www.curseforge.com/minecraft/mc-mods/towns-and-towers +Modrinth link: https://modrinth.com/mod/towns-and-towers +PMC link: https://www.planetminecraft.com/data-pack/towns-amp-towers-structure-overhaul/ +GitHub Repository: [NEED TO MAKE ONE] +*/ +{ + // Here you can find all pillager outposts. + "towers": { + "pillager_outpost_badlands": true, + "pillager_outpost_beach": true, + "pillager_outpost_birch_forest": true, + "pillager_outpost_desert": true, + "pillager_outpost_flower_forest": true, + "pillager_outpost_forest": true, + "pillager_outpost_grove": true, + "pillager_outpost_jungle": true, + "pillager_outpost_meadow": true, + "pillager_outpost_mushroom_fields": true, + "pillager_outpost_ocean": true, + "pillager_outpost_old_growth_taiga": true, + "pillager_outpost_savanna": true, + "pillager_outpost_savanna_plateau": true, + "pillager_outpost_snowy_beach": true, + "pillager_outpost_snowy_plains": true, + "pillager_outpost_snowy_slopes": true, + "pillager_outpost_sparse_jungle": true, + "pillager_outpost_sunflower_plains": true, + "pillager_outpost_swamp": true, + "pillager_outpost_taiga": true, + "pillager_outpost_snowy_taiga": true, + "pillager_outpost_wooded_badlands": true, + // Here you can find all pillager outposts which are exclusive to other worldgen mods (ex.: WWOO, Terralith, BoP, BYG, etc.). + "exclusives": { + "pillager_outpost_mediterranean": true, + "pillager_outpost_tudor": true, + "pillager_outpost_classic": true, + "pillager_outpost_oriental": true, + "pillager_outpost_swedish": true, + "pillager_outpost_iberian": true, + "pillager_outpost_rustic": true + } + }, + // Here you can find all structures that aren't villages or outposts. + "other": { + "mimic_desert": true, + "wreckage_ocean": true + }, + // Here you can find all villages. + "towns": { + "village_badlands": true, + "village_beach": true, + "village_birch_forest": true, + "village_flower_forest": true, + "village_forest": true, + "village_snowy_slopes": true, + "village_jungle": true, + "village_meadow": true, + "village_mushroom_fields": true, + "village_ocean": true, + "village_old_growth_taiga": true, + "village_grove": true, + "village_savanna_plateau": true, + "village_sunflower_plains": true, + "village_snowy_taiga": true, + "village_sparse_jungle": true, + "village_swamp": true, + "village_wooded_badlands": true, + // Here you can find all villages which are exclusive to other worldgen mods (ex.: WWOO, Terralith, BoP, BYG, etc.). + "exclusives": { + "village_mediterranean": true, + "village_swedish": true, + "village_tudor": true, + "village_wandering_trader_camp": true, + "village_classic": true, + "village_rustic": true, + "village_iberian": true, + "village_nilotic": true, + "village_piglin": true + } + } +} \ No newline at end of file diff --git a/config/yosbr/config/towns_and_towers/structure_rarity_new.json5 b/config/yosbr/config/towns_and_towers/structure_rarity_new.json5 new file mode 100644 index 0000000..129ae99 --- /dev/null +++ b/config/yosbr/config/towns_and_towers/structure_rarity_new.json5 @@ -0,0 +1,43 @@ +/* +This config file makes it possible to change the spacing, separation, salt (and frequency) of Towns and Towers' structure sets. Big thanks to Cristelknight for making this all possible. + SPACING --- controls how far a structure can be from others of its kind + SEPARATION --- controls how close to each other two structures of the same type can be. +By default, the values should be 48/24 for villages and outposts (spacing/separation respectively) - a hypothetical village is going to appear not further than 48 chunks away (ca. 760 blocks), but not closer than 24 chunks (ca. 380 blocks). + * If you want a structure to spawn more frequently, decrease those values. + * If you want a structure to spawn less frequently, increase those values. +KEEP IN MIND THAT SPACING ALWAYS NEEDS TO BE HIGHER THAN SEPARATION. + +LINKS +===== +Curseforge link: https://www.curseforge.com/minecraft/mc-mods/towns-and-towers +Modrinth link: https://modrinth.com/mod/towns-and-towers +PMC link: https://www.planetminecraft.com/data-pack/towns-amp-towers-structure-overhaul/ +GitHub Repository: [NEED TO MAKE ONE] +*/ +{ + // Here you can find all pillager outposts. + "towers": { + // DEFAULT 48 + "spacing": 10, + // DEFAULT 24 + "separation": 5, + "frequency": 0.7, + "salt": 205745294 + }, + // Here you can find all structures that aren't villages or outposts. + "other": { + // DEFAULT 32 + "spacing": 10, + // DEFAULT 16 + "separation": 5, + "salt": 30084234 + }, + // Here you can find all villages. + "towns": { + // DEFAULT 48 + "spacing": 10, + // DEFAULT 24 + "separation": 5, + "salt": 10587309 + } +} From 265c44e016afc0ef1b90b4414426e1385e021cd2 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 11 Jul 2025 20:26:56 +0200 Subject: [PATCH 04/82] Updated .gitignore and .packwizignore --- .gitignore | 1 + .packwizignore | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1790fda..4cd787f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /releases/ +/scripts/ \ No newline at end of file diff --git a/.packwizignore b/.packwizignore index 42061c0..4ff2c46 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1 +1,3 @@ -README.md \ No newline at end of file +README.md +/releases/ +/scripts/ \ No newline at end of file From 8d39f039b373535873050e136e4cc0781b8a0a56 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 11 Jul 2025 20:27:14 +0200 Subject: [PATCH 05/82] Included all mods with Packwiz --- index.toml | 326 +++++----- mods/3dskinlayers.pw.toml | 21 +- mods/advancementinfo.pw.toml | 21 +- mods/ambientsounds.pw.toml | 21 +- mods/animatica.pw.toml | 21 +- mods/appleskin.pw.toml | 21 +- mods/architectury-api.pw.toml | 21 +- mods/armor-statues.pw.toml | 21 +- mods/bad-wither-no-cookie.pw.toml | 21 +- mods/badoptimizations.pw.toml | 21 +- mods/balm.pw.toml | 21 +- mods/bbrb.pw.toml | 21 +- mods/bclib.pw.toml | 21 +- mods/better-mount-hud.pw.toml | 21 +- mods/better-third-person.pw.toml | 21 +- mods/betterend.pw.toml | 21 +- mods/betterf3.pw.toml | 21 +- mods/bettergrassify.pw.toml | 21 +- mods/betternether.pw.toml | 21 +- mods/biomes-o-plenty.pw.toml | 19 +- mods/blur-plus.pw.toml | 21 +- mods/boat-item-view.pw.toml | 21 +- mods/bookshelf-lib.pw.toml | 21 +- mods/borderless-mining.pw.toml | 21 +- mods/c2me-fabric.pw.toml | 21 +- mods/calcmod.pw.toml | 21 +- mods/cameraoverhaul.pw.toml | 21 +- mods/capes.pw.toml | 21 +- mods/chat-heads.pw.toml | 21 +- mods/cherished-worlds.pw.toml | 21 +- mods/chunky.pw.toml | 21 +- mods/cit-resewn.pw.toml | 21 +- mods/cleardespawn.pw.toml | 21 +- mods/client-tweaks.pw.toml | 21 +- mods/cloth-config.pw.toml | 21 +- mods/clumps.pw.toml | 21 +- mods/continuity.pw.toml | 21 +- mods/corgilib.pw.toml | 21 +- mods/coroutil.pw.toml | 21 +- mods/creativecore.pw.toml | 21 +- mods/cristel-lib.pw.toml | 21 +- mods/cubes-without-borders.pw.toml | 21 +- mods/cut-through.pw.toml | 21 +- mods/damagenumbers.pw.toml | 21 +- mods/debugify.pw.toml | 21 +- mods/distraction-free-recipes.pw.toml | 21 +- mods/dynamic-fps.pw.toml | 21 +- mods/dynamiccrosshair.pw.toml | 21 +- mods/dynamiccrosshaircompat.pw.toml | 21 +- mods/e4mc.pw.toml | 44 +- mods/ebe.pw.toml | 21 +- mods/emotecraft.pw.toml | 21 +- mods/enchantment-descriptions.pw.toml | 21 +- mods/endrem.pw.toml | 21 +- mods/entity-model-features.pw.toml | 21 +- mods/entityculling.pw.toml | 21 +- mods/entitytexturefeatures.pw.toml | 21 +- mods/fabric-api.pw.toml | 21 +- mods/fabric-language-kotlin.pw.toml | 61 +- mods/fabrishot.pw.toml | 21 +- mods/fadeless.pw.toml | 66 +- mods/fast-ip-ping.pw.toml | 21 +- mods/fastquit.pw.toml | 21 +- mods/ferrite-core.pw.toml | 21 +- mods/fix-keyboard-on-linux.pw.toml | 43 +- mods/fog.pw.toml | 21 +- mods/forge-config-api-port.pw.toml | 21 +- mods/geckolib.pw.toml | 21 +- mods/glitchcore.pw.toml | 21 +- mods/iceberg.pw.toml | 21 +- mods/immediatelyfast.pw.toml | 21 +- mods/immersive-messages-api.pw.toml | 21 +- mods/immersive-tips.pw.toml | 21 +- mods/immersive-ui.pw.toml | 21 +- mods/immersivethunder.pw.toml | 21 +- mods/incendium.pw.toml | 21 +- mods/indium.pw.toml | 21 +- mods/infinite-music.pw.toml | 21 +- mods/iris.pw.toml | 21 +- mods/item-highlighter.pw.toml | 21 +- mods/ive-spoken.pw.toml | 19 +- mods/jade-addons-fabric.pw.toml | 21 +- mods/jade.pw.toml | 21 +- mods/jei.pw.toml | 21 +- mods/just-zoom.pw.toml | 21 +- mods/konkrete.pw.toml | 21 +- mods/krypton.pw.toml | 21 +- mods/ksyxis.pw.toml | 646 +------------------- mods/lambdynamiclights.pw.toml | 21 +- mods/language-reload.pw.toml | 21 +- mods/lazydfu.pw.toml | 21 +- mods/lithium.pw.toml | 21 +- mods/lithostitched.pw.toml | 21 +- mods/lootr.pw.toml | 21 +- mods/macos-input-fixes.pw.toml | 378 +----------- mods/main-menu-credits.pw.toml | 21 +- mods/memoryleakfix.pw.toml | 37 +- mods/midnightcontrols.pw.toml | 21 +- mods/midnightlib.pw.toml | 21 +- mods/mixintrace.pw.toml | 41 +- mods/modelfix.pw.toml | 21 +- mods/modernfix.pw.toml | 21 +- mods/modmenu.pw.toml | 21 +- mods/moonlight.pw.toml | 21 +- mods/morechathistory.pw.toml | 21 +- mods/moreculling.pw.toml | 21 +- mods/mouse-tweaks.pw.toml | 21 +- mods/mru.pw.toml | 21 +- mods/naturalist.pw.toml | 21 +- mods/natures-compass.pw.toml | 19 +- mods/night-auto-config.pw.toml | 21 +- mods/no-chat-reports.pw.toml | 21 +- mods/no-telemetry.pw.toml | 64 +- mods/noisium.pw.toml | 21 +- mods/nuit-interop.pw.toml | 21 +- mods/nuit.pw.toml | 21 +- mods/octo-lib.pw.toml | 21 +- mods/oh-the-biomes-weve-gone.pw.toml | 19 +- mods/oh-the-trees-youll-grow.pw.toml | 19 +- mods/optigui.pw.toml | 21 +- mods/panorama-screens.pw.toml | 21 +- mods/paper-doll.pw.toml | 21 +- mods/pick-up-notifier.pw.toml | 21 +- mods/polytone.pw.toml | 21 +- mods/puzzle.pw.toml | 21 +- mods/puzzles-lib.pw.toml | 21 +- mods/reeses-sodium-options.pw.toml | 19 +- mods/remove-terralith-intro-message.pw.toml | 43 +- mods/resourcify.pw.toml | 21 +- mods/rrls.pw.toml | 21 +- mods/scribble.pw.toml | 21 +- mods/seamless-loading-screen.pw.toml | 21 +- mods/simple-voice-chat.pw.toml | 21 +- mods/skinrestorer.pw.toml | 21 +- mods/sodium-extra.pw.toml | 21 +- mods/sodium.pw.toml | 21 +- mods/sound-physics-remastered.pw.toml | 21 +- mods/sound.pw.toml | 21 +- mods/spark.pw.toml | 21 +- mods/starlight.pw.toml | 21 +- mods/stoneworks.pw.toml | 21 +- mods/tectonic.pw.toml | 21 +- mods/terrablender.pw.toml | 21 +- mods/terralith-restoned.pw.toml | 21 +- mods/terralith.pw.toml | 21 +- mods/threadtweak.pw.toml | 21 +- mods/tooltipfix.pw.toml | 21 +- mods/towns-and-towers.pw.toml | 21 +- mods/txnilib.pw.toml | 21 +- mods/what-are-they-up-to.pw.toml | 21 +- mods/wwoo.pw.toml | 19 +- mods/xaeros-minimap.pw.toml | 19 +- mods/xaeros-world-map.pw.toml | 19 +- mods/yacl.pw.toml | 21 +- mods/yosbr.pw.toml | 58 +- mods/yungs-api.pw.toml | 19 +- mods/yungs-better-desert-temples.pw.toml | 19 +- mods/yungs-better-dungeons.pw.toml | 19 +- mods/yungs-better-end-island.pw.toml | 19 +- mods/yungs-better-jungle-temples.pw.toml | 19 +- mods/yungs-better-mineshafts.pw.toml | 19 +- mods/yungs-better-nether-fortresses.pw.toml | 19 +- mods/yungs-better-ocean-monuments.pw.toml | 19 +- mods/yungs-better-strongholds.pw.toml | 19 +- pack.toml | 2 +- 165 files changed, 1613 insertions(+), 3352 deletions(-) diff --git a/index.toml b/index.toml index 6046471..7665824 100644 --- a/index.toml +++ b/index.toml @@ -262,817 +262,817 @@ hash = "39d48a6292166e07a82b76585b00e32d756aec4f6b56df5e61bcf0f21bd69fb5" [[files]] file = "mods/3dskinlayers.pw.toml" -hash = "2373a51d6ab343feab6206502254d31c129866e822f2eeedb6462d98a44648a2" +hash = "71d097839d86bcdc476dd12c9d635b3c521f07f71e133357587975d6862eefac" metafile = true [[files]] file = "mods/advancementinfo.pw.toml" -hash = "8820fc940ecf84735fb2c52b0f18ca815a189dd8d69ffefe203fa2a9df882b46" +hash = "bb6c349471139b104a3d8001650ecaee747b596e1f5ca865157a8026e8182f61" metafile = true [[files]] file = "mods/ambientsounds.pw.toml" -hash = "56d41b83cc422ac009f950b498fe9e44b2fcec1be1d932118882824a33bf33e6" +hash = "7b9bcc299b6587626d256c571fc122e6147d8d760cb7056d537c88cce5d993f9" metafile = true [[files]] file = "mods/animatica.pw.toml" -hash = "2a38e7bf95e626f94007b7e1dc8424b2658d6bc8e0470b3f13b56f99c22e3017" +hash = "e94fd2f80b6029f19fb0c68d5bbf443a21645af0d668c5a544e3b3f23508fb61" metafile = true [[files]] file = "mods/appleskin.pw.toml" -hash = "c40cb22a60e02eee6dc7354f172b261913aa54bc774162911520aa892cb34265" +hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "7aecf39b068aa52d8e8c2d65d337de3563b0fcc78a999ee62b712d01c52f75d6" +hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" metafile = true [[files]] file = "mods/armor-statues.pw.toml" -hash = "5cbf2d4409c9ec5ee8fc8f2a213710e2b26a5abd388c3a35bc85e97f10bfe628" +hash = "d7d3a464c8668c8a96124b8c98bd7289de41ec211a967a553dcd516c8ab0aee9" metafile = true [[files]] file = "mods/bad-wither-no-cookie.pw.toml" -hash = "50bb875e8d4cf02cc43cc444af6aebd2dc1499ccf505387c3d217883f2461611" +hash = "545fefbb036d68fb42cd96a077d42461abbf935cb71a096cee9454fba4030339" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "f1a2595982146e9c616e41848f8a21ef9b73a3fca8d1e28d90b3abbac1a2e308" +hash = "501acdaa439603e3a002cd2da5aad794ff9f39b2c75270bfab5779e2d7c6e0d8" metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "15ffdd33dbb177518e7e1e22bb3897c3807fb691944e745db8d048d1d6fcb712" +hash = "7dc148833d9a455f8ddebab5c3d8a03c2797cff1296d8c0bcb526e6226b97cb3" metafile = true [[files]] file = "mods/bbrb.pw.toml" -hash = "52b6564994ea2d4561ec808fb78c4c4a5e2c50dee0054dfc2872a8c97219e3a4" +hash = "e7c4c19bb26bd2b61eebb99c9a1f788ebaf7a89c5493a9788cedc63c9ec8815b" metafile = true [[files]] file = "mods/bclib.pw.toml" -hash = "0b2b0cd35f50bdb09e4af85446e9b7267f33d966fd25a9c204a33edf2d2c80d2" +hash = "ab1e22cc66189067e002a204c70c553cc7cc0e738bd602f405d7cc37561260be" metafile = true [[files]] file = "mods/better-mount-hud.pw.toml" -hash = "5a4ffff90d3f11b3b2efccf3cd08a0ba9aa704070df3e68364e81dd038c2c015" +hash = "333dfa2b93c688ce5f9f685f77cb62e5df8b9c8d21a2c4dd4eb9232aa85dccff" metafile = true [[files]] file = "mods/better-third-person.pw.toml" -hash = "571b740030954db87fff6ded8dd36f9f3fb0301a6853e9ccab444ad17ed52f91" +hash = "6d7c5793f88c52421dc11f48b3bf12400e7a451b9297e80fe33b776cc2af2c1d" metafile = true [[files]] file = "mods/betterend.pw.toml" -hash = "253a2be41ec40c113693fc4d100316a873746ed6484da973a869e4838cdf8f1f" +hash = "dd8057c40ff94e9a21a121583884f71c9a6b1eaa6f913ef46c5d1f9b37fe487f" metafile = true [[files]] file = "mods/betterf3.pw.toml" -hash = "9b4caa235f691df572aa224d2d4023371315490822af79a18665f7641fc7cc46" +hash = "a1e024094c28068c99a6da1c5867cbd4e66a315718039659bfa533a138762d9e" metafile = true [[files]] file = "mods/bettergrassify.pw.toml" -hash = "675ee1957832f88cecd4df71ee20ce0b423e2301fdff9960ac156938b82371cf" +hash = "444dc7b515acd2e5a5b399c78fe89758f43bfe962a453472ad18a50193eae8b6" metafile = true [[files]] file = "mods/betternether.pw.toml" -hash = "4fd72203c28612e39ed9297b6af8630375f26352007cc83f5102822b3627a892" +hash = "2e8023b4e1107227e4adadabdcb48d96b6659134f9174d476899e077c1621a12" metafile = true [[files]] file = "mods/biomes-o-plenty.pw.toml" -hash = "0459ad5ebaece557be8e7f0fd35ebe323f3b59eab26898e8481bce8245e19e08" +hash = "a2de85ebe9629568398185b5b9554bcc0c54e322b214d78368485a6074a66279" metafile = true [[files]] file = "mods/blur-plus.pw.toml" -hash = "9140afca3b9bf4df764216dd2c8d748e64d26e7a04832352f900f06d548b0ebe" +hash = "04ddfc50d957ad8cd71306a19b98b3b64d5235bb1c6a694592087ccb1f0c0dfc" metafile = true [[files]] file = "mods/boat-item-view.pw.toml" -hash = "aeefb21b3c8db861561b23878a62e2b1a9921312e1e121c937bca09345d5e0d6" +hash = "d6878871a07870b33821beed20118368e779c17574062d5d771eb38b9403e875" metafile = true [[files]] file = "mods/bookshelf-lib.pw.toml" -hash = "c6746edec1a7bcbca3f93ad88bca75eb418d3d702571d9a3e3b960c63a6a6e72" +hash = "0b5feeae74fe992084ec5cb12eab3404ddd5054e85c9006f7ba4d65f209de13f" metafile = true [[files]] file = "mods/borderless-mining.pw.toml" -hash = "145b8398ffc950fdbe862a03b10de37573b55582cae95624bc3320326e02773c" +hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "64fc1fc2732f3cde1a6d15e10d415bd551e9919c0fd8514f6d7f0401020c32b7" +hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" metafile = true [[files]] file = "mods/calcmod.pw.toml" -hash = "30fc1ca598b4b1e0fb49922f4273faa851578d1b99e6c458e0d4cfe1b839954c" +hash = "0cc9069aeee558e036c7afd064d37d9f468ea1138705da0fe4aad64d95312f79" metafile = true [[files]] file = "mods/cameraoverhaul.pw.toml" -hash = "110b9cdfdd6c9205fa6ddea920c8108aa002a8f5d52f5542399a59c83e119c44" +hash = "1486599d6e290cf30708c54ce2b8caa0447f072080625213951d50665167ec56" metafile = true [[files]] file = "mods/capes.pw.toml" -hash = "996ea3f0d44c9658332ff89c5ea347c3a2d6f635ccbaa3f5afd6ca5bed958127" +hash = "ec2c437fe50a3f8ea6077215974ba9f769cb94eb29432156cbbe43137a74013f" metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "6a4d95c58daa0393963708fafcca8ffcc74d15b823e827c3d9ac808d36cde0fb" +hash = "a64fd77827cfe582e2ad434fbf5fd6a70450796c191525cab9ea33d42e98a212" metafile = true [[files]] file = "mods/cherished-worlds.pw.toml" -hash = "eb0a40486a66d164bc532ac890cd62f0c2a69000333fb860331cb61525842c09" +hash = "ade96e54f3cc61a9a64356f522f8527f15a20518fe9a782229af7423358fc017" metafile = true [[files]] file = "mods/chunky.pw.toml" -hash = "7d4e1a1dfe1ed2c252cdd621576b740040de016b50aea5385c2f59f2b6a2a86d" +hash = "b1581bbfae9d16690f4022536da6567f000130c4ea5e04d92177c1bc61fea709" metafile = true [[files]] file = "mods/cit-resewn.pw.toml" -hash = "c760376c5c908fee0fd0d33059480e924571205a5fcd5d4383f0124149e9a61a" +hash = "d2e1ad62031e3700de73a87957a4acca747436a4135da695705cb5d293aa0890" metafile = true [[files]] file = "mods/cleardespawn.pw.toml" -hash = "5417eec2bcea1b40a8887ce3d058db0668794fecf45b2ed85cf310eead276040" +hash = "4f34a9355753904ff7fe8c3fe1e2f665e514470c483ff77aa7f4c8bc05c122da" metafile = true [[files]] file = "mods/client-tweaks.pw.toml" -hash = "5f2b88db602156dabeaa83ca54c636b814ac71eb0e065c7ded63f1705950f408" +hash = "fdf93eccd99a3676ab705cd2a9df118ff9c1abca2d6b1c15f820f1261eabf109" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "d9b48516b87e17d60ec034df10555ce9cd29fb2c125daa7835e6b155a58eb137" +hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" metafile = true [[files]] file = "mods/clumps.pw.toml" -hash = "1c0c3963c3db4b98d5e558612a727587993067110a0911fda7926364af29c443" +hash = "15385164e2cd07cce7493a10d6d87df5c7bce587a866613126be3b54b6b28fc7" metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "c3ad1077f75d3214d2ba85f6e955d1aa11d5ae1783bb87c587f5c8660b94db64" +hash = "ca80c5f6b0faca95bbc06192a3da36446ff396b5e6e0304f6779269b60bbdd9d" metafile = true [[files]] file = "mods/corgilib.pw.toml" -hash = "8ee4e4ed719a1befd0ee664f0ce47cc0de5fe94dba663e9ae79da8260d9e237d" +hash = "3681a4dd6134dc64b5af240379c1f98023b2217fd6af8c08763d3228bad01fbe" metafile = true [[files]] file = "mods/coroutil.pw.toml" -hash = "dbfea8b0003b507030d0792c2dbb66de5dd0d3b6bf8eee6f2bca0fbf1a85edef" +hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7" metafile = true [[files]] file = "mods/creativecore.pw.toml" -hash = "96ddb853606cab8a1ee3dc26009e9feacd23e99abb30e9963628e8e5f34e4d10" +hash = "78085457d022d795c7f4f5566476fde9a8a4e81eee96db09ef7f5bd09eb34926" metafile = true [[files]] file = "mods/cristel-lib.pw.toml" -hash = "7aae6d23b7fe3958542829d404fb1c3fa34ee198caff836ce1f4ff133b6b7465" +hash = "1eb94c241ed2d519e5bde972b0a7966041684d75cbfc724c3ec55227830316a1" metafile = true [[files]] file = "mods/cubes-without-borders.pw.toml" -hash = "6dfef2ea6c6bab996b45c559fd23a6e151ae5a4b76b80437e8d84e35be5348e1" +hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" metafile = true [[files]] file = "mods/cut-through.pw.toml" -hash = "b3eec581bb7d64182638b805f94c0e04fc0671652ae38e10db690895f5c729c2" +hash = "119642cc64a5790f42738939121ea5a08100eb0c3867d7f64ead1a4d0eb8a163" metafile = true [[files]] file = "mods/damagenumbers.pw.toml" -hash = "c79a5f23392dc44a47a7c700b1fb4799900695b8ef38637de517e6496833757f" +hash = "010d21e9d7d364313ce751e073ab48006ae80b302f68a7c434396dadbe324535" metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "3171388e47e9c8d0c00c57d88a5a1a22c5c1c1b9a0a10251e2a46b155e74ce21" +hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" metafile = true [[files]] file = "mods/distraction-free-recipes.pw.toml" -hash = "3d655e6f8187c39d460b6efd7e5fead4bb56c9daeb1c22d1655bf16c609c40a5" +hash = "20fdb4bb9c30b2aa81499f43657c266e3d84fdb4a3b167c7fdbf3309e4316fc7" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "105a756fa6868eb60519a77e373e54bd56688b17b7c91327fd726cf61da9e124" +hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" metafile = true [[files]] file = "mods/dynamiccrosshair.pw.toml" -hash = "7ed5634f201b9f5b1f94b340087aad72c6952a200400441d2a1f9ece30c94f5c" +hash = "60460d54ec3c77110dcb2ad09de2af369e39c0d9c1c20d55e263ac47153111de" metafile = true [[files]] file = "mods/dynamiccrosshaircompat.pw.toml" -hash = "3692f00d1029ce6d4fb376cc0253d5b46f32f66c9c5bdfc0e09feb7bfc02ea09" +hash = "f33a83913e71bc92da1f4dda173529f49d39ad372c34821e31163cd86dc211d6" metafile = true [[files]] file = "mods/e4mc.pw.toml" -hash = "3c55199ed608552d0a2b39cb1c8df7bb598976763ab79211600941f71b435a5b" +hash = "0890d24e42f52b39712b948ad452ac5375f2ac9d1592f02e6662d1c0887ab287" metafile = true [[files]] file = "mods/ebe.pw.toml" -hash = "e3037ad0f9c75f94f56feb0f155575c79e79b56e750b9d29b591e25c82f72d08" +hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" metafile = true [[files]] file = "mods/emotecraft.pw.toml" -hash = "3b8fb790ae7b00829aec3d33d11ad68d1e0f7bb6b1877a81c5df15347f166dcd" +hash = "bd53dcb193060715c659e96aedafd08dedd193ebb1f0a79fe15f6786a315a6c0" metafile = true [[files]] file = "mods/enchantment-descriptions.pw.toml" -hash = "fdb6163d485330814333428d8ab11581d5e0ea2c2e71324935e8ae0e1047e4fb" +hash = "8ca413f9c2a155068d71e0057b23d8a199473fb78b37fe1ea864b5455e997a26" metafile = true [[files]] file = "mods/endrem.pw.toml" -hash = "313ee6010053eac33a2f1e8a50406a3455543ca2729c787878e8167143ceb92c" +hash = "34a07ff5c170cd95eb586e3e40e65636eb4bbf283c24762055db6094b91de494" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "7402a4d82542a640e5151bb9dbc1126f8c913f2d3c7f1c3f9ac52c771f39ad66" +hash = "724f38446c3830230388cec99fed286ff1e8580f0a82c1466c7d59bde4450c71" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "affd9ed6521e2a591595f34642cf227253995239bac774e56d21f5223c839f66" +hash = "8a9386b76d226cf0bd2ab2faaa97442bb532702ca5fb7436b66b1383e0e306e3" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "95cf5f912309fb28f1aeeb698037a7f9cadb3b47775d678bddfaee52aee0869a" +hash = "431846491318f66fdef523f169044383847e75d3e1ff36cccd2bf8cb10e85ae8" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "96753d95cc61388872b9030b496851e5942ec2e6359c44c918fbc1f581321de1" +hash = "2b7949e506ba69c57139127c0ccc6caf5a9ec5ec97788b81288118db3d7c2ad3" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "2a8ca3ff224fe24338939e2ccd1a0eca3e3d25f5927b9bca07a410f795ecaea3" +hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab" metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "c6b405b639d724516ef8a3565359886e8e97e223b9496d93be9c19f2bef7d3e8" +hash = "83ac3e7f70eb567845286596a8baad96b73ef3c2ee1fa378375df7a13aad7c11" metafile = true [[files]] file = "mods/fadeless.pw.toml" -hash = "31978b7ecd069822b0584c02f13b829135dc2a0521d7b8dde56e1531873014fb" +hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" metafile = true [[files]] file = "mods/fast-ip-ping.pw.toml" -hash = "3540736f84e24926900a584e1e8f1e6720458d7655d84d188a42b75e8546ec0d" +hash = "29d41095d30271247f296402d3e50d8ce060acf77808efcbe25de0ec84e76975" metafile = true [[files]] file = "mods/fastquit.pw.toml" -hash = "dc3e2c6e155a7850110d17c7ac32f40e1e31ea08c306154c2c6cc5c5304a80f2" +hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "390276efb32f3934621f010265059d8ee67c276a88682d0be22aa6e8556d9223" +hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "9d9842104d5a1325f6d25f0a5cd1bdf5f7e5762661b75f9e0c4a95475ebce36f" +hash = "5a8192cd49c550ee71786080679660576b3a86e8b4e6c979c1f5cd3c2e6b138e" metafile = true [[files]] file = "mods/fog.pw.toml" -hash = "604237ac7a32a56cad5b2277ff3972ce09875bab241bc8708a999b3bcd905342" +hash = "0dd6a98258783de2b2d6dd2e825edb02008a4d9801e18ef57030e1bbfd314d49" metafile = true [[files]] file = "mods/forge-config-api-port.pw.toml" -hash = "3c498611b1464ef647695bbb1ea766565d845e3d092e462bcc5bc61267b6de40" +hash = "4449401b59481016fa2a66d6e749795129160cb1ab3e7932e15033c6b5815455" metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "948f92ae99f018ef2ccc44f61bf8cd466b0260d0e0afcbcd41f5c8fce01cf40d" +hash = "486365308053b52809d840574fcf011125a146c2ab51ff8efb0f72c8cc1a759e" metafile = true [[files]] file = "mods/glitchcore.pw.toml" -hash = "065e2cd3cf2cf9108ffc7122381132abfa99c3c0edc408a6df40c33b5fbc22f4" +hash = "493ed95320ee3cc9c2def86b9d0971c2ca4bb4215921c2a11208bee77d5dbfb5" metafile = true [[files]] file = "mods/iceberg.pw.toml" -hash = "dd42008c5965a39e8d48ab45c17e4049a89638759032491567031e34fc5daf06" +hash = "f669b069214a8e88d17066ff6715fe131568cd190450ba408b4c2c5479a1a263" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "734a38253c0158a07411a28da03ade9079b8700a213508e32c5904f3a3180bad" +hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" metafile = true [[files]] file = "mods/immersive-messages-api.pw.toml" -hash = "d5afef611a46b4b2a988ec766bc0f1e1ebbee17251e66feaf2003e0eed2b920d" +hash = "b2b2c8e4f24d100944950363a846a49b610df63e41f531bff2b241da6b91b687" metafile = true [[files]] file = "mods/immersive-tips.pw.toml" -hash = "52c517b8e435379d7c2c4a1aa444c7b551908c7f16905d31b5619291ce867283" +hash = "d28fe1f2c2d7e00d64233473bb7a82f44853861c9988050d354d7c9b4ff0644a" metafile = true [[files]] file = "mods/immersive-ui.pw.toml" -hash = "35115a8dc02ca7e28dcbf5751129e3585caad02c3c8faaac21432e36e0052284" +hash = "71ddcef1fbd1b128a705ce8f9a57e8aeda4421f08c47241484d08bd264cb7c98" metafile = true [[files]] file = "mods/immersivethunder.pw.toml" -hash = "ff21f222927622a062eef43ccb18cf2bc51ab0c3400e4670b2745a5410b7d5da" +hash = "1e7626658f151f660110a788c0e3771f08a023992a62c38aacb272fd9559dd94" metafile = true [[files]] file = "mods/incendium.pw.toml" -hash = "4901c404d24f9a4e024ff319e40066a395a19085039c7456178aa4e35ba8b07d" +hash = "0f83be0761e0014686517c20f2850242152dd7a26e87088d869028bc40a8a125" metafile = true [[files]] file = "mods/indium.pw.toml" -hash = "0a86a0cba9d13505cecadd5048e35456f47236d9a43c39ba7a13dee29062d8e9" +hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" metafile = true [[files]] file = "mods/infinite-music.pw.toml" -hash = "281176385f9a9889a8958bee26998bd5b7a2c0966fdd55a4b6848e57a8ee31a8" +hash = "da5b389fb0ef39af3116a02dbd90cb8f0fc11dba5f925f72d051c2143720c68e" metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "88928c23cb4da3eeaa9e17c0fbb477daa30bdca46e18f7d01f4eea94f64ccc07" +hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" metafile = true [[files]] file = "mods/item-highlighter.pw.toml" -hash = "a16b76d508ea911df0db79aee44563a8059f3eead0f8d4a1bc46504bc56d30f7" +hash = "80264d11a93ffb63f1592be06f8dcdf276bc5a6d2b666dfa9a5d2d10dfb29282" metafile = true [[files]] file = "mods/ive-spoken.pw.toml" -hash = "f09ed123d7c1ca51f415c285409632098e769106e124c9fc9b163b2e01f4d2f1" +hash = "0aea87c3d9ef08d3fea6e19678378b8456ba4670c374b70a5ff3ad8039f6216a" metafile = true [[files]] file = "mods/jade-addons-fabric.pw.toml" -hash = "bb8dffbd31b7f629dddb6b1e926bd5f9a67e1cfdebfa8346dd8afc5462c70683" +hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" metafile = true [[files]] file = "mods/jade.pw.toml" -hash = "b09f611d886674cb587fcf9e64e0e13ade46a17dec25745d83e0957dea212d18" +hash = "d5faaf6d7e4be8bdf9b1b200edee175c2704ce13abad9d1951a4d4a45b432d4e" metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "efdbf1fc83ab612b693947fd404ea53eb79f8677fa4f44fb738ef3b03fe7ed43" +hash = "a615fd6551b3d47e2d0e42e4ec30df6293bec90c135f1022113425ab8f23f7a6" metafile = true [[files]] file = "mods/just-zoom.pw.toml" -hash = "709bf8786a4fcd63cb39221bf4ae7aac72c3efed586761b06ad986d42428ed49" +hash = "9495bb2388d7fa5ccf6b33b485f75c7ed15f8a59956406a92ad427e8504980e8" metafile = true [[files]] file = "mods/konkrete.pw.toml" -hash = "cad85a14cb4f724488b9a2f01b6f1b67cd6c1dfca2c4fa2650309b8b1935547d" +hash = "d6be91dc0a2aca23ee640818d8a8295c85ddb2db6e0413669ecac9600b01eef0" metafile = true [[files]] file = "mods/krypton.pw.toml" -hash = "aa053a4ddff77d82d1522964c23c4a7f949537b4240e077020fcb5995d4fa073" +hash = "9063bac3fdf585a43d318e3f9773475a28ecb8fe80bc7689cc480851eef97420" metafile = true [[files]] file = "mods/ksyxis.pw.toml" -hash = "24acf72de5f343a00a505bf571d69ccf15cbd1c783a6ca647d375f542d9603b5" +hash = "7c6239fe970cd45a1f680493b9fceef6870afcfd2de72086bfef3f765bd3c4c6" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "6eb04958e9ec9e0abdc30291de3e4c50b422d5f25fb1065502b8212158339e59" +hash = "e727cc5823b7391db5c30bbaa3769fed77533db693011d0dc8698b0e4303b71d" metafile = true [[files]] file = "mods/language-reload.pw.toml" -hash = "8703d275332637b4de78d388645d92cd6fde09b269044ab2ad189d478f67dcd0" +hash = "37c1a6cf7cf2c6190133b51f0c8716e8d4e89aea455e54e57bcca0846168dddf" metafile = true [[files]] file = "mods/lazydfu.pw.toml" -hash = "1a5cd03008ca7ce028479312bbbe858996d08015db3028ac9c7a839be9e8560e" +hash = "694c91d6f341271b0b071a814fb64defbd52af1b228cb593595836c0d9f68151" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "c56f82aa24c0a311c2b953f0e6baee8bf2b7a51d965111183161ebb448178fb4" +hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" metafile = true [[files]] file = "mods/lithostitched.pw.toml" -hash = "d574d3837d1e14efbfff11553dcf118d457daa1e92becfc6d822a7d677d7e379" +hash = "55167e582fd4841cd6c581beb53d341e94285c216e04b1d7bff0068e875be2a6" metafile = true [[files]] file = "mods/lootr.pw.toml" -hash = "55e6dd457254db086dbbc23c4103bcb82d0537719623916a19ed248b66215fd0" +hash = "b66a3d19ffb4c3c122f3844421dee04acbcf1a7a6fadb277ea803ca9dd96e4b5" metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "8eba85b324f93326ba3e63e65f77a9bab59adc2125765a168b08e8ab02ab3fb0" +hash = "e4562622be1286bf8f2c8af9e3fc4e6052c9cd51c67c70f2bfce0fd9d26c31bb" metafile = true [[files]] file = "mods/main-menu-credits.pw.toml" -hash = "f27e7f8dee73d28539f36224617b69eb27c3a20c0b6add8d60ddfc688837f618" +hash = "4aca2ece9ab7bb2e653f3ef1778cf91f716db71bceb9b20fa105c1424fc17cdb" metafile = true [[files]] file = "mods/memoryleakfix.pw.toml" -hash = "522a01918e2d824546f35556323927967c8bc70200647766b2de5e18693aef90" +hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" metafile = true [[files]] file = "mods/midnightcontrols.pw.toml" -hash = "a2ee9d39fdab20528de0d17ce700cf8d8303f07d9ffb636439f32039104cf447" +hash = "c8615f9ffa0aca1cbc721a3095b24a1e719936c44d715c6a6cae0a24a3d9c7ee" metafile = true [[files]] file = "mods/midnightlib.pw.toml" -hash = "629aa6c6b039b1b2e038e4b5813c6b9a953a5bf3f33c231ee112cfa8abfc1107" +hash = "f40488b90039380bde4615baca056eaec3afb62defccd7301a15af1c602970c3" metafile = true [[files]] file = "mods/mixintrace.pw.toml" -hash = "6fbe37eb299a174c79d6a980ec540c66f40a9c2c745a141a8e3a8b7220718e2e" +hash = "6cd55df8041a48cb7f5f95ea4520f5ed59064e71ff9dab8b0e02bb922b68c9cb" metafile = true [[files]] file = "mods/modelfix.pw.toml" -hash = "a027af62f48524e699c77b698a64eea7c10ff2fa6387c5a6df1878816f071339" +hash = "435267c3230ba1439f50fa32c3ed3993a4123f870681451aa95acdde5d52622e" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "f3d780998fba1aa5ab1edc9a5e43ced5e5e9af01f16c855f5e7e5dc5a9355151" +hash = "f149a969021fee77abd79fee4906f80abbbd928b3f68bf14de1a2685ee9a2a80" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "076158204b25320e5308a99446295e8886137b5e04be232604526a7d0e7032b0" +hash = "d7145fd1bd8b4bb6a3b84652a96a68870fb3ab32230f27520bb9362fd17ec39f" metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "d100bb5a90eccd8eb7456e17444747f16f47a743bde2871dddb37bbb1ac4a312" +hash = "424d13befefe6441568e208be8a9482bdacc30c759731df8cbbd3f6b45922cc7" metafile = true [[files]] file = "mods/morechathistory.pw.toml" -hash = "355a766d5b17d627afaa51c6198e6badbb487fd0bc11411f58b10a6f0e886924" +hash = "3dc86c0b4d31199f6f8579b8460686201ce8b9c87e1be5afaf50be9995add1e0" metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "e80c057861e7d5c22ab49e771ab51cb16d9a69eaf6bc76a0f1cdeb7aa57871e5" +hash = "dbb344ad3e49c36d167fa05b6c5f674794306b1727220e8720d767264aee497f" metafile = true [[files]] file = "mods/mouse-tweaks.pw.toml" -hash = "ae7e17f4b672f8db1f526e294a903122f06cc1cd6f7bfe5607c9f429766d2c3d" +hash = "b6685e98fce8f1f45868b9df3dbaa410ec23bb64896c826be596d98b01326116" metafile = true [[files]] file = "mods/mru.pw.toml" -hash = "3b5725bc77ec8d601487e14a2bc440e97e10ead0cecba40f258dd6b20f869dbe" +hash = "10430695ad67fd14a9e208c0ebe6efaf073cc78e3292f52159b2d04b75b87214" metafile = true [[files]] file = "mods/naturalist.pw.toml" -hash = "5c7c242d60b7f60037f42d7508f07bb09c0adddb39679f02a97cc9db916ebb1e" +hash = "2149e8ba3fc2c56905e6bbc06efd4ece5999d8babea605386ec5bd1af26aef90" metafile = true [[files]] file = "mods/natures-compass.pw.toml" -hash = "dd1c21a5313b8cea193b98911682757fbf3fbc3aba259a6289597c371b1a68b9" +hash = "3f678c4ade25a4b4b54aacf25db155658c1ec605bbeaf0ea6b8ed5d0dbc062e1" metafile = true [[files]] file = "mods/night-auto-config.pw.toml" -hash = "fada5f7a5257bea388c39645125dd9080cf02110fcc3bc725affbacc16f641d6" +hash = "e12567f00765136329ad5edcfcf826c7cc47f2e780c7a12083675887f6d654b6" metafile = true [[files]] file = "mods/no-chat-reports.pw.toml" -hash = "218e7b9a51dccc3981cc1a38b538391b5407157faa2eed12915cc42259599abc" +hash = "9ce6efc7149cdae2deb751b4ebf2d220700cc1b204e7a1d026275203387f106b" metafile = true [[files]] file = "mods/no-telemetry.pw.toml" -hash = "96135add59ef1b3c528f876a21a16e5fae4b3957649e2022d2595cee1a5dd42f" +hash = "ebd48452773a4b6b4b7dcedbfb71c8986ec97780fcce040542c8e8fd67f22c56" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "0af4447cae5d3acbc946a5855bd553f6bd8c3f2c21363373759003aef1455452" +hash = "e94cfc8b72a467d63c5d7593a433edaf698a3792e0c9b95274751ba6d8435288" metafile = true [[files]] file = "mods/nuit-interop.pw.toml" -hash = "0409efadeef015a2331948d4a219cd1bbbe827579ea4e3ce7c5df1e09f55a808" +hash = "a0b2b689e7e6eb10cd342da48dd605cfbe09d782790a42089f31835a54e37b1a" metafile = true [[files]] file = "mods/nuit.pw.toml" -hash = "1a1b5ebfca9831e395d4c39b289ecb9b6100ce28dce11d0de104d6e25d5029f3" +hash = "421b6b05164e623dc65e0e4133fc484fb3b87b26b040ad4b2ffb239491d8bb2d" metafile = true [[files]] file = "mods/octo-lib.pw.toml" -hash = "841cbbe7ad6e545721e4dd05ad3b97d862bc70e7f1491917188c97184b587fce" +hash = "eff75aaa788bf041f3767fb0115a0d9fbfc9d75d2464860c5b47674dfc79178e" metafile = true [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" -hash = "1638dbf20d82b0d5a07d8ef4945cb7187da326fe5cb131ba57b8cda1763cfd8f" +hash = "8e99639fd6d88d46907e53201e62ec3dc81cfa1af3c1cb21be08051c38605b25" metafile = true [[files]] file = "mods/oh-the-trees-youll-grow.pw.toml" -hash = "ab06932b049773f728946859965ddbcd87eb8014793e77e698028891298c9185" +hash = "f0ed08750785b8abf3a524de50422e24fd0f795f2f6db2e8a047fa4d47cd3f5b" metafile = true [[files]] file = "mods/optigui.pw.toml" -hash = "588a732a07380c4c4a44a483505764e9b288e56fc67ac3bf90cf154ac5c9461f" +hash = "6c61882bbd734f1260d930c860ecd183e089e3d878c4faccee0f73acf65c18b1" metafile = true [[files]] file = "mods/panorama-screens.pw.toml" -hash = "cd6d5f10083715ce99cda1d5de7afc7b33e13b439ac2e17a68af87d17f37c5b7" +hash = "fe23d52712a124f54236002c401bd94249a5d482c6e8b806c5accaf4d1fe08cb" metafile = true [[files]] file = "mods/paper-doll.pw.toml" -hash = "a2aa654dad242812af5b11f8cb9bdc6833fccadf579f92a2aa6e7fe8353247b8" +hash = "5160e0efcb8f1ec8a3761e4d095ae1cf5cc67a7ade9c852320260a1be7b45112" metafile = true [[files]] file = "mods/pick-up-notifier.pw.toml" -hash = "57ccabf627c8f570cffb867388a2e5a9d68c064537b1784d76cc7548b1ff5b51" +hash = "9ad63ddb4586e2650aca101712f9d0f5efa14e5959965cb6e6fc6ad300e8c3ee" metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "88e6ec0a8eb3abdd36d73a73fa50c58aab0c7c598bb3363dafeb66f6e621bc72" +hash = "4b88564ad94c61172b4b73aa4591709e7d68163cee1b4e40b5fc6fdb6a6fcc87" metafile = true [[files]] file = "mods/puzzle.pw.toml" -hash = "e71c242164a1fdbe43286bbf9a6562859becb2b32378a68ab1768238790b9063" +hash = "222ba96b4e6072eaf6cc9f0efaaebb6a166ee773897228ebb7513a804e932581" metafile = true [[files]] file = "mods/puzzles-lib.pw.toml" -hash = "328c31b79a97ba8e89162009f9df6e645884b4b79e800163ff5c8ef97384f6ba" +hash = "e7aaef7215f2419177f1b1d3240d2d61d17ca2b2e03127d92941874ad5594d6f" metafile = true [[files]] file = "mods/reeses-sodium-options.pw.toml" -hash = "f980d02563b6dd6603fcc92ded238046b453155234d8c8f99a0f59bb4f297cb1" +hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" metafile = true [[files]] file = "mods/remove-terralith-intro-message.pw.toml" -hash = "91f6d69c5949f010ec7da533247bd627f2f9c67f6cee2cc06b4b29d608926e3d" +hash = "fe85eb7e13d32999eb376d154be220d82134c534a3f066fa263fb4af11535232" metafile = true [[files]] file = "mods/resourcify.pw.toml" -hash = "0cef3f8e7315e64015d7bdd8bb72d3b05bf0e020b20a60857fafcb1171cae488" +hash = "00d63bf2177ad78b9d0a012ab33c9884ea6f5044e776fbf5444609670f041d2a" metafile = true [[files]] file = "mods/rrls.pw.toml" -hash = "574bee9e510afedb02b122632886e823d01c25dc86cb2d260f31913a6fb7d8d6" +hash = "83164a6af3923e28cadf9d404f059bf74aa4f0842fc1ca0f6e7cf1e686044875" metafile = true [[files]] file = "mods/scribble.pw.toml" -hash = "fad13f889ef6b78035fdc3ccd6d9005267aa17d23a6971eb55271858a1d83210" +hash = "f4d3fd279c80231cfa832ad1fb58307849fbb6da495863005411d1c2606239e9" metafile = true [[files]] file = "mods/seamless-loading-screen.pw.toml" -hash = "7a628cb2dd63b56e5cbcdc63aaf94875807364e652f79102543e027e0c17dcef" +hash = "a47d32bc04a461351608608f34543b818019ff928102422078f00d23b7a14fae" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "adceaa1fbf5a0c2027c32a09870cccf42e3f533a247100f929af8d0ec2b2c931" +hash = "9885c18a84249141b74134f29fac8d36c2d15681956ea45790bc8fcf62d364af" metafile = true [[files]] file = "mods/skinrestorer.pw.toml" -hash = "2c9224470727968be098856608f9c51630672cc3a1c81ccb349de98bae102d28" +hash = "6e55f4cd847c9d284ac2484d9e251156c7cfa7a3203c424c9e8c667daf2ca5b9" metafile = true [[files]] file = "mods/sodium-extra.pw.toml" -hash = "02a61198c92c3ee918774abaa28da80c1c5204c02c047d8e6caacccf5f9ab7df" +hash = "8ad07191dfdea31249b4416a390c1cdf1d4ff1938cf9f8a617f98f7a08c5356c" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "99dc91162741d91f8e7b6b686cc77ec200f4449e7a702252c5b4bdfab0bc73a5" +hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" -hash = "5c08ac1107d256b32f39b597d66b01c732662142d2c5de422ede1bd10a69fb2a" +hash = "d2fbb82f0d2b6112b8b941bb25d7a3bd00deeb6cff220a13feb1248f42ef64d7" metafile = true [[files]] file = "mods/sound.pw.toml" -hash = "fada5a7b33eb34317375808b1b66d0c9fe8f7ceb362f1b49be2ba368c2782e0c" +hash = "e53888490a33ad3127b09dd98ce001e579cb6c205a99a1e6e0424ab9f5b862c2" metafile = true [[files]] file = "mods/spark.pw.toml" -hash = "3d6c099cf62c0df13b800759c67bbf1f5e94af968a6d478915eeabb0f60d6442" +hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216" metafile = true [[files]] file = "mods/starlight.pw.toml" -hash = "e7acdbaef7d8626ddc8db2dfd0163e5268678c69e97cdc767a36817befda4bf9" +hash = "98553c2d49ef3a888954f24b7c49fe3442c01fd4fc1f1ed52c5898ed29d29d3b" metafile = true [[files]] file = "mods/stoneworks.pw.toml" -hash = "782de15fe8e80b5b041da06c64c9c4e7f309bf29896b8228d0dbb9453d675ee4" +hash = "8521f339c1c3b016d1751671e9cded0eeb8fb229845c5aa8c101802f18511903" metafile = true [[files]] file = "mods/tectonic.pw.toml" -hash = "d9b22fd2bd384e53a565dc7080fec8642657ab1f02218606b1a369f5abd67c37" +hash = "0fc3dcbac3c9c4cb72b563bf3237ccda9d7216345d7b69a5a06af12655dfc3f5" metafile = true [[files]] file = "mods/terrablender.pw.toml" -hash = "6eaaba33dd0f4aae53474cd64ace99b3323c55f98ab3dca673df0e5682092393" +hash = "b3ae602303fd717bff2344bfb89aa427e2b4a1ab5fffdcc25183b22102c492df" metafile = true [[files]] file = "mods/terralith-restoned.pw.toml" -hash = "b878408ce9ce107516f2243c1a5b3e3cbc61f6ee2b46310d0d5400b5a4189605" +hash = "6fce1ec54d9b11eeb07de3951ac823ba52b9021fa420650e8e16c9bfc3302135" metafile = true [[files]] file = "mods/terralith.pw.toml" -hash = "c8458a82307fa772282377813578b71c00d9b30529484b524a3859d7e5b3b67f" +hash = "3b61fcf1c80cfdd79282be71ddfa9cce02fc13f8d87a760db455e2a97b801f40" metafile = true [[files]] file = "mods/threadtweak.pw.toml" -hash = "aef3c0c9ec9738af9682b335a5c732b7b885299821f3ab4ae010a216171ef43a" +hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" metafile = true [[files]] file = "mods/tooltipfix.pw.toml" -hash = "c4807f4aae75a52b2bc345c11e46e9ad7c0a0191c2d4ebcd815902e46965f8e3" +hash = "ee103bf45111c2cd7ea2d9b31087867dd4b0d07a4b7dad7b138a4ae506127b37" metafile = true [[files]] file = "mods/towns-and-towers.pw.toml" -hash = "a72f4a7c3e8fcf61f0f1aeb9ad06236b544a50703526e47e045b8eeee528f833" +hash = "72c0e1d4d8eb05e6c82c8959885ee5f08b8c7ede63b438e22a7422246679cc46" metafile = true [[files]] file = "mods/txnilib.pw.toml" -hash = "8112056354cf226aa44808b85480b10972b3a73649ac750395659e3ab257024d" +hash = "3f12e299c61128e9b68e30f814a8507437afc84e27c678fe7955ced741fc176a" metafile = true [[files]] file = "mods/what-are-they-up-to.pw.toml" -hash = "4fb215ea813d69fe31a18a7836a475464f8090c50a147d6a86b66c13f3728fcb" +hash = "c709708a11f117743c086f16de67701eb35bfad331826960398bb1e64ea4d35f" metafile = true [[files]] file = "mods/wwoo.pw.toml" -hash = "b46f7de1882e023613a9f5f0ecd097d526d730005ec5c6ba7403136871e12465" +hash = "ca5bfe1a7a7bd7d60d488281bb4dab2f0297f181a1480acc0ca6643934c9dab9" metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" -hash = "972fde2494b1772611861352e9634c398382eb0dba7ce241721468969e5404d1" +hash = "a2f8f9c0410885c429945a8e5142a3b4bbaa63bf147f9b2fdd035113b404344f" metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "315e6101e0bb038186c8971d145f91ccd54734112f281a8f219bbccac90c3454" +hash = "9caca4be3884e5a7c22b681fc4b4d123bb7a9648b4d4936f5ce60df8799fa8eb" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "f58bbf3c3cd5d7d631f4ebaee64ed997d5003c9bfeb75efec7b8a400f81748b8" +hash = "8305bf17272f0c579b0930b751c12089de9fb157dbdb5c080836ce3daad310b5" metafile = true [[files]] file = "mods/yosbr.pw.toml" -hash = "6af4a31c91af27bc461f481c769a790c803ab2ff4dffd96a7be8ce67f5c88ff7" +hash = "1bb9b2e75c6934b1f18648e9b37e20abcf6a4a2547c7cdb0abe88407267e0c10" metafile = true [[files]] file = "mods/yungs-api.pw.toml" -hash = "46cd46bdfc8af55ffb2eb8dafaf2cc6426c6efc7bafbec68d88a9a006d5b9043" +hash = "95940b5fc72e8df82ab3adb72b43d10a37e6d926fbb37c405c9fe50bda27a991" metafile = true [[files]] file = "mods/yungs-better-desert-temples.pw.toml" -hash = "cae75feb09f91586b76c9d0388fd6c1e6d5dbc18bde12d2297e1067666bfc864" +hash = "7dd536d000999274472fa6762bcd49deaeb301fd0889c32723c1129db2400561" metafile = true [[files]] file = "mods/yungs-better-dungeons.pw.toml" -hash = "85efdc178903f40388296399ae66248398403bad9f6e1e617c1b02d9cd49f4f0" +hash = "0958d9f10d0e8fb282b8e684b05b37b29aca826d48deeec3e44171857c99aca5" metafile = true [[files]] file = "mods/yungs-better-end-island.pw.toml" -hash = "7d3b85d9533e8629d771227802fd3d22e02525831a801e15709c2c69c3dc8153" +hash = "c360a4aef0ce719d385529002ba157a731d572b73cefb573c763d71d54039078" metafile = true [[files]] file = "mods/yungs-better-jungle-temples.pw.toml" -hash = "c6b88dfac5ecc2b00da4216606a011680f98685101012cb89a6ce25d984b52d3" +hash = "a837a0028b1e1bbb6c4e5d31bf3cb04d6f6dccae90fc93df46f9a60a8b2c53c1" metafile = true [[files]] file = "mods/yungs-better-mineshafts.pw.toml" -hash = "bf1141be32797847819c43feba5d9fa7f3ecc18821b7a8eb199301fb50192632" +hash = "cf708ff146f867df2153b3f27482e80769c7032b10037e4a752d31fbb5668eaf" metafile = true [[files]] file = "mods/yungs-better-nether-fortresses.pw.toml" -hash = "5dbce8b69e312f55cda36aaedb116dbb1874ecb36949ce4efd2e8caf264ff77a" +hash = "8bc20a4cf22bdd4406a64126647cfe3c704e80a3197031c9154032905a276705" metafile = true [[files]] file = "mods/yungs-better-ocean-monuments.pw.toml" -hash = "be6fa4198eb90fb9c03a3cff479e95635bf3f54b54868a18142d3ada3d4d474a" +hash = "f23d28e95b21a9655e615390a560bc66f3cb87610ac38cd9d849129d0600a766" metafile = true [[files]] file = "mods/yungs-better-strongholds.pw.toml" -hash = "102fa678d8a1cc515264a8aac83647c47c2443107ee08032f42c20416aaca7ea" +hash = "b2af03e504a1827f2f6fc09597e7d51f4ecd64ab1ebb329a9eb9ffb98372673a" metafile = true [[files]] diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml index cc44063..e0d5b2b 100644 --- a/mods/3dskinlayers.pw.toml +++ b/mods/3dskinlayers.pw.toml @@ -1,16 +1,13 @@ -filename = 'skinlayers3d-fabric-1.8.0-mc1.20.1.jar' -name = '3D Skin Layers' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "3D Skin Layers" +filename = "skinlayers3d-fabric-1.8.1-mc1.20.1.jar" +side = "client" [download] -hash = '41099cab21f833feb203cf31dfb78d39209c9cfebbee6f5492377f0d7e9ed8c4c665aa5f057836bdfd80fbc7b88e442863452356c9a5a1a1ec8b24553ce95d1c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/zV5r3pPn/versions/yjqaUIff/skinlayers3d-fabric-1.8.0-mc1.20.1.jar' +url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/d095tpdB/skinlayers3d-fabric-1.8.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "7ee36f75d6efb9a361985be33525529d9d2cc13554cbe8f882a4c7376d5fd6e2b17b0203b0f6aee6b6464e8ec5031366244fbecddbedb278b47c25a91dd63f7d" +[update] [update.modrinth] -mod-id = 'zV5r3pPn' -version = 'yjqaUIff' \ No newline at end of file +mod-id = "zV5r3pPn" +version = "d095tpdB" diff --git a/mods/advancementinfo.pw.toml b/mods/advancementinfo.pw.toml index 3d9d824..b63627d 100644 --- a/mods/advancementinfo.pw.toml +++ b/mods/advancementinfo.pw.toml @@ -1,16 +1,13 @@ -filename = 'advancementinfo-1.20-fabric0.83.0-1.4.jar' -name = 'AdvancementInfo' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "AdvancementInfo" +filename = "advancementinfo-1.20-fabric0.83.0-1.4.jar" +side = "client" [download] -hash = 'ff10a77f831354f757c1ba4b6906e612549f3ac0dd3b15101dae29a459937bfceabe5e7ce7cd9126e58833a69e5a4ba04993dfcf2098830b9ccf2c192dddc0e5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/G1epq3jN/versions/gfcbMV82/advancementinfo-1.20-fabric0.83.0-1.4.jar' +url = "https://cdn.modrinth.com/data/G1epq3jN/versions/gfcbMV82/advancementinfo-1.20-fabric0.83.0-1.4.jar" +hash-format = "sha512" +hash = "ff10a77f831354f757c1ba4b6906e612549f3ac0dd3b15101dae29a459937bfceabe5e7ce7cd9126e58833a69e5a4ba04993dfcf2098830b9ccf2c192dddc0e5" +[update] [update.modrinth] -mod-id = 'G1epq3jN' -version = 'gfcbMV82' \ No newline at end of file +mod-id = "G1epq3jN" +version = "gfcbMV82" diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml index 0bcec8e..c4b838e 100644 --- a/mods/ambientsounds.pw.toml +++ b/mods/ambientsounds.pw.toml @@ -1,16 +1,13 @@ -filename = 'AmbientSounds_FABRIC_v6.1.11_mc1.20.1.jar' -name = 'AmbientSounds' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "AmbientSounds" +filename = "AmbientSounds_FABRIC_v6.1.11_mc1.20.1.jar" +side = "client" [download] -hash = 'd3e08a66c62835b9dd99b0f06f0cff2bc3cbbb4b5aef618a54c4efe857b641f584efbd98b24d92cfe1cd862854b1b7968afe8a5a2b3fc148ca752134d6824212' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/fM515JnW/versions/3Iynk0Gr/AmbientSounds_FABRIC_v6.1.11_mc1.20.1.jar' +url = "https://cdn.modrinth.com/data/fM515JnW/versions/3Iynk0Gr/AmbientSounds_FABRIC_v6.1.11_mc1.20.1.jar" +hash-format = "sha512" +hash = "d3e08a66c62835b9dd99b0f06f0cff2bc3cbbb4b5aef618a54c4efe857b641f584efbd98b24d92cfe1cd862854b1b7968afe8a5a2b3fc148ca752134d6824212" +[update] [update.modrinth] -mod-id = 'fM515JnW' -version = '3Iynk0Gr' \ No newline at end of file +mod-id = "fM515JnW" +version = "3Iynk0Gr" diff --git a/mods/animatica.pw.toml b/mods/animatica.pw.toml index 88030d2..a816200 100644 --- a/mods/animatica.pw.toml +++ b/mods/animatica.pw.toml @@ -1,16 +1,13 @@ -filename = 'animatica-0.6.1+1.20.4.jar' -name = 'Animatica' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "Animatica" +filename = "animatica-0.6.1+1.20.4.jar" +side = "client" [download] -hash = '50b5d89d2a52a62496c6d459d528341e26d6d3836df3098b58da06a0907d28badfa4ae2ce1635ae48c729d8824f3f0ef9a32de10c77461b33cc04fe3a5da1662' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/PRN43VSY/versions/M2xzBL7h/animatica-0.6.1%2B1.20.4.jar' +url = "https://cdn.modrinth.com/data/PRN43VSY/versions/M2xzBL7h/animatica-0.6.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "50b5d89d2a52a62496c6d459d528341e26d6d3836df3098b58da06a0907d28badfa4ae2ce1635ae48c729d8824f3f0ef9a32de10c77461b33cc04fe3a5da1662" +[update] [update.modrinth] -mod-id = 'PRN43VSY' -version = 'M2xzBL7h' \ No newline at end of file +mod-id = "PRN43VSY" +version = "M2xzBL7h" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml index 6a81690..5efd3a6 100644 --- a/mods/appleskin.pw.toml +++ b/mods/appleskin.pw.toml @@ -1,16 +1,13 @@ -filename = 'appleskin-fabric-mc1.20.1-2.5.1.jar' -name = 'AppleSkin' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "AppleSkin" +filename = "appleskin-fabric-mc1.20.1-2.5.1.jar" +side = "both" [download] -hash = '1544c3705133694a886233bdf75b0d03c9ab489421c1f9f30e51d8dd9f4dcab5826edbef4b7d477b81ac995253c6258844579a54243422b73446f6fb8653b979' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar' +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar" +hash-format = "sha512" +hash = "1544c3705133694a886233bdf75b0d03c9ab489421c1f9f30e51d8dd9f4dcab5826edbef4b7d477b81ac995253c6258844579a54243422b73446f6fb8653b979" +[update] [update.modrinth] -mod-id = 'EsAfCjCV' -version = 'xcauwnEB' \ No newline at end of file +mod-id = "EsAfCjCV" +version = "xcauwnEB" diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml index e691a11..8257e1b 100644 --- a/mods/architectury-api.pw.toml +++ b/mods/architectury-api.pw.toml @@ -1,16 +1,13 @@ -filename = 'architectury-9.2.14-fabric.jar' -name = 'Architectury API' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Architectury API" +filename = "architectury-9.2.14-fabric.jar" +side = "both" [download] -hash = '4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar' +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar" +hash-format = "sha512" +hash = "4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de" +[update] [update.modrinth] -mod-id = 'lhGA9TYQ' -version = 'WbL7MStR' \ No newline at end of file +mod-id = "lhGA9TYQ" +version = "WbL7MStR" diff --git a/mods/armor-statues.pw.toml b/mods/armor-statues.pw.toml index 9a547b9..5b08b9a 100644 --- a/mods/armor-statues.pw.toml +++ b/mods/armor-statues.pw.toml @@ -1,16 +1,13 @@ -filename = 'ArmorStatues-v8.0.6-1.20.1-Fabric.jar' -name = 'Armor Statues' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Armor Statues" +filename = "ArmorStatues-v8.0.6-1.20.1-Fabric.jar" +side = "client" [download] -hash = '939d1d2f676e3b20d2804377c940a6e81256b2bb1f45ecf644ed82de2108a467e7f39bc4c89d3e48680dfeca786231f5347ecabdf7c6c124ce3230de48e98be2' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/bbGCtEvb/versions/D9e0CJWj/ArmorStatues-v8.0.6-1.20.1-Fabric.jar' +url = "https://cdn.modrinth.com/data/bbGCtEvb/versions/D9e0CJWj/ArmorStatues-v8.0.6-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "939d1d2f676e3b20d2804377c940a6e81256b2bb1f45ecf644ed82de2108a467e7f39bc4c89d3e48680dfeca786231f5347ecabdf7c6c124ce3230de48e98be2" +[update] [update.modrinth] -mod-id = 'bbGCtEvb' -version = 'D9e0CJWj' \ No newline at end of file +mod-id = "bbGCtEvb" +version = "D9e0CJWj" diff --git a/mods/bad-wither-no-cookie.pw.toml b/mods/bad-wither-no-cookie.pw.toml index f3ea457..e97b11e 100644 --- a/mods/bad-wither-no-cookie.pw.toml +++ b/mods/bad-wither-no-cookie.pw.toml @@ -1,16 +1,13 @@ -filename = 'bwncr-fabric-1.20.1-3.17.2.jar' -name = 'Bad Wither No Cookie - Reloaded' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Bad Wither No Cookie - Reloaded" +filename = "bwncr-fabric-1.20.1-3.17.2.jar" +side = "client" [download] -hash = 'ef4b732a6962f122fad2a5f53eb253fdce30d5a1a69e73a7ca5cba092759df73798fc60dcc2752126e5deae13b56e303e8f3243ae6caec266332b4687ee26c27' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/lL2MtE37/versions/Ekf2IOd0/bwncr-fabric-1.20.1-3.17.2.jar' +url = "https://cdn.modrinth.com/data/lL2MtE37/versions/Ekf2IOd0/bwncr-fabric-1.20.1-3.17.2.jar" +hash-format = "sha512" +hash = "ef4b732a6962f122fad2a5f53eb253fdce30d5a1a69e73a7ca5cba092759df73798fc60dcc2752126e5deae13b56e303e8f3243ae6caec266332b4687ee26c27" +[update] [update.modrinth] -mod-id = 'lL2MtE37' -version = 'Ekf2IOd0' \ No newline at end of file +mod-id = "lL2MtE37" +version = "Ekf2IOd0" diff --git a/mods/badoptimizations.pw.toml b/mods/badoptimizations.pw.toml index 3b642dc..b11c462 100644 --- a/mods/badoptimizations.pw.toml +++ b/mods/badoptimizations.pw.toml @@ -1,16 +1,13 @@ -filename = 'BadOptimizations-2.2.3-1.20.1.jar' -name = 'BadOptimizations' -side = 'client' -x-prismlauncher-loaders = [ 'forge', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.1.jar" +side = "client" [download] -hash = '74020601544eacc77804981173957bdd839a0a4688e237483f5ce80a299a14b893abe11a23f60c44162ea8a4f9f3ac2952d0aade9875f87b4b1ef3ef8a254754' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/g96Z4WVZ/versions/6Js5HJ5e/BadOptimizations-2.2.3-1.20.1.jar' +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/RPOjbIwJ/BadOptimizations-2.3.0-1.20.1.jar" +hash-format = "sha512" +hash = "288638bd5e4d9163205006ddc06eb6d962abcf9c49b602eeef3389e56184deee7844037a7cd41f770d6088a063756380afe1a6c456668356dd56b238834c3c49" +[update] [update.modrinth] -mod-id = 'g96Z4WVZ' -version = '6Js5HJ5e' \ No newline at end of file +mod-id = "g96Z4WVZ" +version = "RPOjbIwJ" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index 98fd2e4..9aabb1f 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,16 +1,13 @@ -filename = 'balm-fabric-1.20.1-7.3.31.jar' -name = 'Balm' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Balm" +filename = "balm-fabric-1.20.1-7.3.31.jar" +side = "both" [download] -hash = 'c4cf7008ca7d954ed5fc10b4634e3c45d8a36d5cc0bd846cef580f3e1feb81a4d700b1e5029a154e57443470662a56fcbc842117a2f55947ebc90cd5b081a823' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/MBAkmtvl/versions/x05ZVyBJ/balm-fabric-1.20.1-7.3.31.jar' +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/x05ZVyBJ/balm-fabric-1.20.1-7.3.31.jar" +hash-format = "sha512" +hash = "c4cf7008ca7d954ed5fc10b4634e3c45d8a36d5cc0bd846cef580f3e1feb81a4d700b1e5029a154e57443470662a56fcbc842117a2f55947ebc90cd5b081a823" +[update] [update.modrinth] -mod-id = 'MBAkmtvl' -version = 'x05ZVyBJ' \ No newline at end of file +mod-id = "MBAkmtvl" +version = "x05ZVyBJ" diff --git a/mods/bbrb.pw.toml b/mods/bbrb.pw.toml index bebdd2d..b5d6ce9 100644 --- a/mods/bbrb.pw.toml +++ b/mods/bbrb.pw.toml @@ -1,16 +1,13 @@ -filename = 'betterbiomereblend-1.4.2.jar' -name = 'Better Biome Reblend' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6', '24w14potato' ] -x-prismlauncher-release-type = 'release' +name = "Better Biome Reblend" +filename = "betterbiomereblend-1.4.2.jar" +side = "client" [download] -hash = '04f20d54c51329074bd71931c3aefdf0a58d6d0c7806f3fce85800055823eb6620416b8f28a69cc6e6a31658c3146332e71a71c00719ed80319b1ce80180a00c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Xh8hkQmD/versions/qAIsaWTg/betterbiomereblend-1.4.2.jar' +url = "https://cdn.modrinth.com/data/Xh8hkQmD/versions/qAIsaWTg/betterbiomereblend-1.4.2.jar" +hash-format = "sha512" +hash = "04f20d54c51329074bd71931c3aefdf0a58d6d0c7806f3fce85800055823eb6620416b8f28a69cc6e6a31658c3146332e71a71c00719ed80319b1ce80180a00c" +[update] [update.modrinth] -mod-id = 'Xh8hkQmD' -version = 'qAIsaWTg' \ No newline at end of file +mod-id = "Xh8hkQmD" +version = "qAIsaWTg" diff --git a/mods/bclib.pw.toml b/mods/bclib.pw.toml index 404d982..a9a39c6 100644 --- a/mods/bclib.pw.toml +++ b/mods/bclib.pw.toml @@ -1,16 +1,13 @@ -filename = 'bclib-3.0.14.jar' -name = 'BCLib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "BCLib" +filename = "bclib-3.0.14.jar" +side = "both" [download] -hash = 'bc35cc37a221fbc6f7fca293e72aad0877d8c9d07067ff0b4c8f51dcddbb82ac7cbbb86d1550eef7690bcd1ecf09625f0389f39ae9a252eec5d8511ba7deec4a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar' +url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar" +hash-format = "sha512" +hash = "bc35cc37a221fbc6f7fca293e72aad0877d8c9d07067ff0b4c8f51dcddbb82ac7cbbb86d1550eef7690bcd1ecf09625f0389f39ae9a252eec5d8511ba7deec4a" +[update] [update.modrinth] -mod-id = 'BgNRHReB' -version = 'TPC86Pyz' \ No newline at end of file +mod-id = "BgNRHReB" +version = "TPC86Pyz" diff --git a/mods/better-mount-hud.pw.toml b/mods/better-mount-hud.pw.toml index 421ed24..72e8219 100644 --- a/mods/better-mount-hud.pw.toml +++ b/mods/better-mount-hud.pw.toml @@ -1,16 +1,13 @@ -filename = 'bettermounthud-1.2.2.jar' -name = 'Better Mount HUD' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "Better Mount HUD" +filename = "bettermounthud-1.2.2.jar" +side = "client" [download] -hash = '1275717f84ece63f59714162a68b4e19ca626f843acefbfca49f4d446665559edd007db20cf4e66abf9ff1e76fe05f36bf5ca88fb1e63ef78c15a6b7fef01bb6' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/kqJFAPU9/versions/h1QpxElt/bettermounthud-1.2.2.jar' +url = "https://cdn.modrinth.com/data/kqJFAPU9/versions/h1QpxElt/bettermounthud-1.2.2.jar" +hash-format = "sha512" +hash = "1275717f84ece63f59714162a68b4e19ca626f843acefbfca49f4d446665559edd007db20cf4e66abf9ff1e76fe05f36bf5ca88fb1e63ef78c15a6b7fef01bb6" +[update] [update.modrinth] -mod-id = 'kqJFAPU9' -version = 'h1QpxElt' \ No newline at end of file +mod-id = "kqJFAPU9" +version = "h1QpxElt" diff --git a/mods/better-third-person.pw.toml b/mods/better-third-person.pw.toml index 9064cf6..4997a51 100644 --- a/mods/better-third-person.pw.toml +++ b/mods/better-third-person.pw.toml @@ -1,16 +1,13 @@ -filename = 'BetterThirdPerson-Fabric-1.20-1.9.0.jar' -name = 'Better Third Person' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "Better Third Person" +filename = "BetterThirdPerson-Fabric-1.20-1.9.0.jar" +side = "client" [download] -hash = 'cfc22f3247dea81f5782f88b8cb72debb41025f575a97618f8ce667d31f8903bbbcb80955e7e378defa9eb447a725424170b63e5415157faed6f2e79198c10af' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/G1s2WpNo/versions/1yJzEpzh/BetterThirdPerson-Fabric-1.20-1.9.0.jar' +url = "https://cdn.modrinth.com/data/G1s2WpNo/versions/1yJzEpzh/BetterThirdPerson-Fabric-1.20-1.9.0.jar" +hash-format = "sha512" +hash = "cfc22f3247dea81f5782f88b8cb72debb41025f575a97618f8ce667d31f8903bbbcb80955e7e378defa9eb447a725424170b63e5415157faed6f2e79198c10af" +[update] [update.modrinth] -mod-id = 'G1s2WpNo' -version = '1yJzEpzh' \ No newline at end of file +mod-id = "G1s2WpNo" +version = "1yJzEpzh" diff --git a/mods/betterend.pw.toml b/mods/betterend.pw.toml index 12ecdec..de677f7 100644 --- a/mods/betterend.pw.toml +++ b/mods/betterend.pw.toml @@ -1,16 +1,13 @@ -filename = 'better-end-4.0.11.jar' -name = 'BetterEnd' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "BetterEnd" +filename = "better-end-4.0.11.jar" +side = "both" [download] -hash = '5faae5cb3d8759837ec341c605dd9c8b6b32a908e7e1f1248b3b2567c5f9969079df33694cdfb6c743a732bfc9d5824843a93edec07f09e68f8b408e355d15e7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar' +url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar" +hash-format = "sha512" +hash = "5faae5cb3d8759837ec341c605dd9c8b6b32a908e7e1f1248b3b2567c5f9969079df33694cdfb6c743a732bfc9d5824843a93edec07f09e68f8b408e355d15e7" +[update] [update.modrinth] -mod-id = 'gc8OEnCC' -version = '7QwyTILr' \ No newline at end of file +mod-id = "gc8OEnCC" +version = "7QwyTILr" diff --git a/mods/betterf3.pw.toml b/mods/betterf3.pw.toml index fe88342..fad5807 100644 --- a/mods/betterf3.pw.toml +++ b/mods/betterf3.pw.toml @@ -1,16 +1,13 @@ -filename = 'BetterF3-7.0.2-Fabric-1.20.1.jar' -name = 'BetterF3' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "BetterF3" +filename = "BetterF3-7.0.2-Fabric-1.20.1.jar" +side = "client" [download] -hash = '1b1f5bae45050bf01a23c57cfe94b7f42c6e0e9d669150effc04d3d09fd43c2dbea6c634117309ab1ee11253fcdb3c6061a9034e963b7f08476a76f1e98c3b8a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar' +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar" +hash-format = "sha512" +hash = "1b1f5bae45050bf01a23c57cfe94b7f42c6e0e9d669150effc04d3d09fd43c2dbea6c634117309ab1ee11253fcdb3c6061a9034e963b7f08476a76f1e98c3b8a" +[update] [update.modrinth] -mod-id = '8shC1gFX' -version = '7WkFnw9F' \ No newline at end of file +mod-id = "8shC1gFX" +version = "7WkFnw9F" diff --git a/mods/bettergrassify.pw.toml b/mods/bettergrassify.pw.toml index c9bfa72..d40ed12 100644 --- a/mods/bettergrassify.pw.toml +++ b/mods/bettergrassify.pw.toml @@ -1,16 +1,13 @@ -filename = 'BetterGrassify-1.4.4+fabric.1.20.1.jar' -name = 'BetterGrassify' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "BetterGrassify" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "client" [download] -hash = '282323691606ec631de08abe55aede0d61597a0e068553f5b92a6d2de7a32473d054729deddec77e51a262addde9306cfae5c6c438fa59609984c277c013dab8' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/m5T5xmUy/versions/GVS6ujFJ/BetterGrassify-1.4.4%2Bfabric.1.20.1.jar' +url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/GVS6ujFJ/BetterGrassify-1.4.4%2Bfabric.1.20.1.jar" +hash-format = "sha512" +hash = "282323691606ec631de08abe55aede0d61597a0e068553f5b92a6d2de7a32473d054729deddec77e51a262addde9306cfae5c6c438fa59609984c277c013dab8" +[update] [update.modrinth] -mod-id = 'm5T5xmUy' -version = 'GVS6ujFJ' \ No newline at end of file +mod-id = "m5T5xmUy" +version = "GVS6ujFJ" diff --git a/mods/betternether.pw.toml b/mods/betternether.pw.toml index 156e8ba..082b865 100644 --- a/mods/betternether.pw.toml +++ b/mods/betternether.pw.toml @@ -1,16 +1,13 @@ -filename = 'better-nether-9.0.10.jar' -name = 'BetterNether' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "BetterNether" +filename = "better-nether-9.0.10.jar" +side = "both" [download] -hash = '0ef96b8409904c0ce1b9a875260f252615d7b46704082cfd10ffee88d2d506984ad0c31a91e5cb3392f454bc646b7676c392ac94d78474f156aa519f9501f3d0' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/MpzVLzy5/versions/IG7kgtJH/better-nether-9.0.10.jar' +url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/IG7kgtJH/better-nether-9.0.10.jar" +hash-format = "sha512" +hash = "0ef96b8409904c0ce1b9a875260f252615d7b46704082cfd10ffee88d2d506984ad0c31a91e5cb3392f454bc646b7676c392ac94d78474f156aa519f9501f3d0" +[update] [update.modrinth] -mod-id = 'MpzVLzy5' -version = 'IG7kgtJH' \ No newline at end of file +mod-id = "MpzVLzy5" +version = "IG7kgtJH" diff --git a/mods/biomes-o-plenty.pw.toml b/mods/biomes-o-plenty.pw.toml index bb496b4..0a73995 100644 --- a/mods/biomes-o-plenty.pw.toml +++ b/mods/biomes-o-plenty.pw.toml @@ -1,16 +1,13 @@ -filename = 'BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar' name = "Biomes O' Plenty" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' +filename = "BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar" +side = "both" [download] -hash = '0d8af03235f92465c158a38f4a3497658895d3f6cbb761b7c1eaf549d86622a2b3214d32d92de30b1ed86fa55085fd78c6f03cae289e51f09cd8701fda8b4619' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/HXF82T3G/versions/eZaag2ca/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar' +url = "https://cdn.modrinth.com/data/HXF82T3G/versions/eZaag2ca/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar" +hash-format = "sha512" +hash = "0d8af03235f92465c158a38f4a3497658895d3f6cbb761b7c1eaf549d86622a2b3214d32d92de30b1ed86fa55085fd78c6f03cae289e51f09cd8701fda8b4619" +[update] [update.modrinth] -mod-id = 'HXF82T3G' -version = 'eZaag2ca' \ No newline at end of file +mod-id = "HXF82T3G" +version = "eZaag2ca" diff --git a/mods/blur-plus.pw.toml b/mods/blur-plus.pw.toml index 9289a50..9cde4cb 100644 --- a/mods/blur-plus.pw.toml +++ b/mods/blur-plus.pw.toml @@ -1,16 +1,13 @@ -filename = 'blur-3.1.0.jar' -name = 'Blur+' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Blur+" +filename = "blur-3.1.0.jar" +side = "client" [download] -hash = 'c2e8d0bc87eb8bb5d36f4e980ef1a680e6238043f79553fa13248f6c9d46d18fce209ed57c66e1d1ce7aff04a397dd0ec907c3e07ff02c2c94c20998c6a22768' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/NK39zBp2/versions/dki8Ab2D/blur-3.1.0.jar' +url = "https://cdn.modrinth.com/data/NK39zBp2/versions/dki8Ab2D/blur-3.1.0.jar" +hash-format = "sha512" +hash = "c2e8d0bc87eb8bb5d36f4e980ef1a680e6238043f79553fa13248f6c9d46d18fce209ed57c66e1d1ce7aff04a397dd0ec907c3e07ff02c2c94c20998c6a22768" +[update] [update.modrinth] -mod-id = 'NK39zBp2' -version = 'dki8Ab2D' \ No newline at end of file +mod-id = "NK39zBp2" +version = "dki8Ab2D" diff --git a/mods/boat-item-view.pw.toml b/mods/boat-item-view.pw.toml index f0bda6b..37a57f5 100644 --- a/mods/boat-item-view.pw.toml +++ b/mods/boat-item-view.pw.toml @@ -1,16 +1,13 @@ -filename = 'Boat-Item-View-Fabric-1.20.1-0.0.5.jar' -name = 'Boat Item View' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' +name = "Boat Item View" +filename = "Boat-Item-View-Fabric-1.20.1-0.0.5.jar" +side = "client" [download] -hash = 'f38bddc133cdc681932c6c8adfa31c71a57f2174a703880c70649f8db5fc01573fdd247c865801ebd6daf7f49ec5b63bc86334a83533526efae5f61113fe7f15' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/BdKIyOLe/versions/Q3Z6GESL/Boat-Item-View-Fabric-1.20.1-0.0.5.jar' +url = "https://cdn.modrinth.com/data/BdKIyOLe/versions/Q3Z6GESL/Boat-Item-View-Fabric-1.20.1-0.0.5.jar" +hash-format = "sha512" +hash = "f38bddc133cdc681932c6c8adfa31c71a57f2174a703880c70649f8db5fc01573fdd247c865801ebd6daf7f49ec5b63bc86334a83533526efae5f61113fe7f15" +[update] [update.modrinth] -mod-id = 'BdKIyOLe' -version = 'Q3Z6GESL' \ No newline at end of file +mod-id = "BdKIyOLe" +version = "Q3Z6GESL" diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml index 2f639c9..4e1c3e1 100644 --- a/mods/bookshelf-lib.pw.toml +++ b/mods/bookshelf-lib.pw.toml @@ -1,16 +1,13 @@ -filename = 'Bookshelf-Fabric-1.20.1-20.2.13.jar' -name = 'Bookshelf' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Bookshelf" +filename = "Bookshelf-Fabric-1.20.1-20.2.13.jar" +side = "both" [download] -hash = '6cc0536833c4f1922711da91c3baf3a79b4bf8c72aa548a34e8f4852fc9b1cb51f21729c58544fbe05909fd3e1da316d1f885033af5844024cea936c3626e3d2' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/uy4Cnpcm/versions/CBnLZwRS/Bookshelf-Fabric-1.20.1-20.2.13.jar' +url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/CBnLZwRS/Bookshelf-Fabric-1.20.1-20.2.13.jar" +hash-format = "sha512" +hash = "6cc0536833c4f1922711da91c3baf3a79b4bf8c72aa548a34e8f4852fc9b1cb51f21729c58544fbe05909fd3e1da316d1f885033af5844024cea936c3626e3d2" +[update] [update.modrinth] -mod-id = 'uy4Cnpcm' -version = 'CBnLZwRS' \ No newline at end of file +mod-id = "uy4Cnpcm" +version = "CBnLZwRS" diff --git a/mods/borderless-mining.pw.toml b/mods/borderless-mining.pw.toml index df9bc56..509b0e9 100644 --- a/mods/borderless-mining.pw.toml +++ b/mods/borderless-mining.pw.toml @@ -1,16 +1,13 @@ -filename = 'borderless-mining-1.1.8+1.20.1.jar' -name = 'Borderless Mining' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Borderless Mining" +filename = "borderless-mining-1.1.8+1.20.1.jar" +side = "client" [download] -hash = 'ca30d3fea6cae4c206789d7461edeedfb294a96e5eaebf60075baf3326e1021979cd94e29ade9096f25bfeb8cb36b6c6659d480ad24b1572c0c79efc6ee5e420' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/kYq5qkSL/versions/lhrW53q7/borderless-mining-1.1.8%2B1.20.1.jar' +url = "https://cdn.modrinth.com/data/kYq5qkSL/versions/lhrW53q7/borderless-mining-1.1.8%2B1.20.1.jar" +hash-format = "sha512" +hash = "ca30d3fea6cae4c206789d7461edeedfb294a96e5eaebf60075baf3326e1021979cd94e29ade9096f25bfeb8cb36b6c6659d480ad24b1572c0c79efc6ee5e420" +[update] [update.modrinth] -mod-id = 'kYq5qkSL' -version = 'lhrW53q7' \ No newline at end of file +mod-id = "kYq5qkSL" +version = "lhrW53q7" diff --git a/mods/c2me-fabric.pw.toml b/mods/c2me-fabric.pw.toml index 8f9ec59..4b72242 100644 --- a/mods/c2me-fabric.pw.toml +++ b/mods/c2me-fabric.pw.toml @@ -1,16 +1,13 @@ -filename = 'c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar' -name = 'Concurrent Chunk Management Engine (Fabric)' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'alpha' +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar" +side = "both" [download] -hash = '359c715fd6a0464192d36b4d9dbb7927776eaae498f0cab939b49740fc724bda83aaf4f069f395dc5975d1e82762ee3b602111d9375eb27ab6f5360c4b17f2ff' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/VSNURh3q/versions/s4WOiNtz/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.16.jar' +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/s4WOiNtz/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.16.jar" +hash-format = "sha512" +hash = "359c715fd6a0464192d36b4d9dbb7927776eaae498f0cab939b49740fc724bda83aaf4f069f395dc5975d1e82762ee3b602111d9375eb27ab6f5360c4b17f2ff" +[update] [update.modrinth] -mod-id = 'VSNURh3q' -version = 's4WOiNtz' \ No newline at end of file +mod-id = "VSNURh3q" +version = "s4WOiNtz" diff --git a/mods/calcmod.pw.toml b/mods/calcmod.pw.toml index 5c2b738..83345af 100644 --- a/mods/calcmod.pw.toml +++ b/mods/calcmod.pw.toml @@ -1,16 +1,13 @@ -filename = 'calcmod-fabric-1.20-1.3.0.jar' -name = 'CalcMod' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "CalcMod" +filename = "calcmod-fabric-1.20-1.3.0.jar" +side = "both" [download] -hash = '9dede017b69fbf0060e9cf4c0ac0d179ac09e1937be822b674eacc7e121b6660d82a3bca78ed6f1861d6eb380b16ea02e5b46d970c0a0bf9a9f8fac3b6afb87a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/XoHTb2Ap/versions/Ma4inj0t/calcmod-fabric-1.20-1.3.0.jar' +url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/Ma4inj0t/calcmod-fabric-1.20-1.3.0.jar" +hash-format = "sha512" +hash = "9dede017b69fbf0060e9cf4c0ac0d179ac09e1937be822b674eacc7e121b6660d82a3bca78ed6f1861d6eb380b16ea02e5b46d970c0a0bf9a9f8fac3b6afb87a" +[update] [update.modrinth] -mod-id = 'XoHTb2Ap' -version = 'Ma4inj0t' \ No newline at end of file +mod-id = "XoHTb2Ap" +version = "Ma4inj0t" diff --git a/mods/cameraoverhaul.pw.toml b/mods/cameraoverhaul.pw.toml index 3738996..35d388f 100644 --- a/mods/cameraoverhaul.pw.toml +++ b/mods/cameraoverhaul.pw.toml @@ -1,16 +1,13 @@ -filename = 'CameraOverhaul-v2.0.4-fabric+mc[1.20.0-1.20.5].jar' -name = 'Camera Overhaul' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5' ] -x-prismlauncher-release-type = 'release' +name = "Camera Overhaul" +filename = "CameraOverhaul-v2.0.4-fabric+mc[1.20.0-1.20.5].jar" +side = "client" [download] -hash = 'c4c47e5eace7a18733cb5444c997597d132bbc7b79ae11628c27fe4f42973e8094de5ad39161660a3e9a7d9e8448f5f41b7ff026231889aca646635be6ed92a5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/m0oRwcZx/versions/4oWNKGuh/CameraOverhaul-v2.0.4-fabric%2Bmc%5B1.20.0-1.20.5%5D.jar' +url = "https://cdn.modrinth.com/data/m0oRwcZx/versions/4oWNKGuh/CameraOverhaul-v2.0.4-fabric%2Bmc%5B1.20.0-1.20.5%5D.jar" +hash-format = "sha512" +hash = "c4c47e5eace7a18733cb5444c997597d132bbc7b79ae11628c27fe4f42973e8094de5ad39161660a3e9a7d9e8448f5f41b7ff026231889aca646635be6ed92a5" +[update] [update.modrinth] -mod-id = 'm0oRwcZx' -version = '4oWNKGuh' \ No newline at end of file +mod-id = "m0oRwcZx" +version = "4oWNKGuh" diff --git a/mods/capes.pw.toml b/mods/capes.pw.toml index afeb08e..395c34b 100644 --- a/mods/capes.pw.toml +++ b/mods/capes.pw.toml @@ -1,16 +1,13 @@ -filename = 'capes-1.5.2+1.20-fabric.jar' -name = 'Capes' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Capes" +filename = "capes-1.5.2+1.20-fabric.jar" +side = "client" [download] -hash = 'e8e0b46e6a7da55e83a3883497e29666941cf865c6166b319d56ba574a5124d864353be257c05468f3626813c28544c69fb8015fb24acc41a7ef9356b83714eb' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/89Wsn8GD/versions/z2zOEvPP/capes-1.5.2%2B1.20-fabric.jar' +url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/z2zOEvPP/capes-1.5.2%2B1.20-fabric.jar" +hash-format = "sha512" +hash = "e8e0b46e6a7da55e83a3883497e29666941cf865c6166b319d56ba574a5124d864353be257c05468f3626813c28544c69fb8015fb24acc41a7ef9356b83714eb" +[update] [update.modrinth] -mod-id = '89Wsn8GD' -version = 'z2zOEvPP' \ No newline at end of file +mod-id = "89Wsn8GD" +version = "z2zOEvPP" diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml index cafe3c0..e85010c 100644 --- a/mods/chat-heads.pw.toml +++ b/mods/chat-heads.pw.toml @@ -1,16 +1,13 @@ -filename = 'chat_heads-0.13.18-fabric-1.20.jar' -name = 'Chat Heads' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Chat Heads" +filename = "chat_heads-0.13.18-fabric-1.20.jar" +side = "client" [download] -hash = 'd657684ab15471b7baad2dcd30d2f4553504742dce19acd92b4760971acf4f404e9f4193da00283cc1b50d772b24190d106aaf99103c1d425a1bdba31e71c675' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Wb5oqrBJ/versions/V9vDVRF6/chat_heads-0.13.18-fabric-1.20.jar' +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/V9vDVRF6/chat_heads-0.13.18-fabric-1.20.jar" +hash-format = "sha512" +hash = "d657684ab15471b7baad2dcd30d2f4553504742dce19acd92b4760971acf4f404e9f4193da00283cc1b50d772b24190d106aaf99103c1d425a1bdba31e71c675" +[update] [update.modrinth] -mod-id = 'Wb5oqrBJ' -version = 'V9vDVRF6' \ No newline at end of file +mod-id = "Wb5oqrBJ" +version = "V9vDVRF6" diff --git a/mods/cherished-worlds.pw.toml b/mods/cherished-worlds.pw.toml index e0c01d4..05b48aa 100644 --- a/mods/cherished-worlds.pw.toml +++ b/mods/cherished-worlds.pw.toml @@ -1,16 +1,13 @@ -filename = 'cherishedworlds-fabric-6.1.7+1.20.1.jar' -name = 'Cherished Worlds' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Cherished Worlds" +filename = "cherishedworlds-fabric-6.1.7+1.20.1.jar" +side = "client" [download] -hash = '1472b333e65e40d447e2967a83949d32daa68a008b52248117b825b763784872aefc29709c6c67e1175c1d8706710a2e48f8510f291f53562371fb3cf1c4e65f' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/3azQ6p0W/versions/K58Y722e/cherishedworlds-fabric-6.1.7%2B1.20.1.jar' +url = "https://cdn.modrinth.com/data/3azQ6p0W/versions/K58Y722e/cherishedworlds-fabric-6.1.7%2B1.20.1.jar" +hash-format = "sha512" +hash = "1472b333e65e40d447e2967a83949d32daa68a008b52248117b825b763784872aefc29709c6c67e1175c1d8706710a2e48f8510f291f53562371fb3cf1c4e65f" +[update] [update.modrinth] -mod-id = '3azQ6p0W' -version = 'K58Y722e' \ No newline at end of file +mod-id = "3azQ6p0W" +version = "K58Y722e" diff --git a/mods/chunky.pw.toml b/mods/chunky.pw.toml index 9c0ccba..6778992 100644 --- a/mods/chunky.pw.toml +++ b/mods/chunky.pw.toml @@ -1,16 +1,13 @@ -filename = 'Chunky-1.3.146.jar' -name = 'Chunky' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "Chunky" +filename = "Chunky-1.3.146.jar" +side = "both" [download] -hash = '9dbb82993302a8dfbe6ce1f46a051d72b5ada924424f4e23674ce660d209257584159a33248fa9247793e9ba03d3a117299ce1ff6685f06a7fb87c96504459aa' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/fALzjamp/versions/NHWYq9at/Chunky-1.3.146.jar' +url = "https://cdn.modrinth.com/data/fALzjamp/versions/NHWYq9at/Chunky-1.3.146.jar" +hash-format = "sha512" +hash = "9dbb82993302a8dfbe6ce1f46a051d72b5ada924424f4e23674ce660d209257584159a33248fa9247793e9ba03d3a117299ce1ff6685f06a7fb87c96504459aa" +[update] [update.modrinth] -mod-id = 'fALzjamp' -version = 'NHWYq9at' \ No newline at end of file +mod-id = "fALzjamp" +version = "NHWYq9at" diff --git a/mods/cit-resewn.pw.toml b/mods/cit-resewn.pw.toml index 0a804f7..e032c02 100644 --- a/mods/cit-resewn.pw.toml +++ b/mods/cit-resewn.pw.toml @@ -1,16 +1,13 @@ -filename = 'citresewn-1.2.2+1.20.1.jar' -name = 'CIT Resewn' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] -x-prismlauncher-release-type = 'beta' +name = "CIT Resewn" +filename = "citresewn-1.2.2+1.20.1.jar" +side = "client" [download] -hash = '33b0edd61adb9d337226aeefd7fdb7b1cd76fc583f3f423a3d0d64c2487bf922a86f84e8a0344f77d5a39400226b7a6859a4c1e9961de0a443372dee798a7a59' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/otVJckYQ/versions/VzDTHJkq/citresewn-1.2.2%2B1.20.1.jar' +url = "https://cdn.modrinth.com/data/otVJckYQ/versions/VzDTHJkq/citresewn-1.2.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "33b0edd61adb9d337226aeefd7fdb7b1cd76fc583f3f423a3d0d64c2487bf922a86f84e8a0344f77d5a39400226b7a6859a4c1e9961de0a443372dee798a7a59" +[update] [update.modrinth] -mod-id = 'otVJckYQ' -version = 'VzDTHJkq' \ No newline at end of file +mod-id = "otVJckYQ" +version = "VzDTHJkq" diff --git a/mods/cleardespawn.pw.toml b/mods/cleardespawn.pw.toml index c66e241..59f68a2 100644 --- a/mods/cleardespawn.pw.toml +++ b/mods/cleardespawn.pw.toml @@ -1,16 +1,13 @@ -filename = 'ClearDespawn-fabric-1.20.2-1.1.15.jar' -name = 'ClearDespawn' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] -x-prismlauncher-release-type = 'release' +name = "ClearDespawn" +filename = "ClearDespawn-fabric-1.20.2-1.1.15.jar" +side = "client" [download] -hash = 'd96313239c52fae58bc4d63d213fc7b84e93d021c537fb2236d797c9283c5ea07dd918494778252b487aec910edee2b2345e09106eb1c6994f6c75a2984af5f1' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/yoJJjRRE/versions/jpRIGRtD/ClearDespawn-fabric-1.20.2-1.1.15.jar' +url = "https://cdn.modrinth.com/data/yoJJjRRE/versions/jpRIGRtD/ClearDespawn-fabric-1.20.2-1.1.15.jar" +hash-format = "sha512" +hash = "d96313239c52fae58bc4d63d213fc7b84e93d021c537fb2236d797c9283c5ea07dd918494778252b487aec910edee2b2345e09106eb1c6994f6c75a2984af5f1" +[update] [update.modrinth] -mod-id = 'yoJJjRRE' -version = 'jpRIGRtD' \ No newline at end of file +mod-id = "yoJJjRRE" +version = "jpRIGRtD" diff --git a/mods/client-tweaks.pw.toml b/mods/client-tweaks.pw.toml index 3778615..2d6ae67 100644 --- a/mods/client-tweaks.pw.toml +++ b/mods/client-tweaks.pw.toml @@ -1,16 +1,13 @@ -filename = 'clienttweaks-fabric-1.20.1-11.1.3.jar' -name = 'Client Tweaks' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Client Tweaks" +filename = "clienttweaks-fabric-1.20.1-11.1.3.jar" +side = "client" [download] -hash = '2d6d63aaa441a216bada2d3f53591527e662d6be05a22d873a0910e4e68a38818446ceaf4ac70ddd17fba85250997dcb4d1cbcc4a47b8f79b813f1a5532a1e47' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/vPNqo58Q/versions/qOrKqP96/clienttweaks-fabric-1.20.1-11.1.3.jar' +url = "https://cdn.modrinth.com/data/vPNqo58Q/versions/qOrKqP96/clienttweaks-fabric-1.20.1-11.1.3.jar" +hash-format = "sha512" +hash = "2d6d63aaa441a216bada2d3f53591527e662d6be05a22d873a0910e4e68a38818446ceaf4ac70ddd17fba85250997dcb4d1cbcc4a47b8f79b813f1a5532a1e47" +[update] [update.modrinth] -mod-id = 'vPNqo58Q' -version = 'qOrKqP96' \ No newline at end of file +mod-id = "vPNqo58Q" +version = "qOrKqP96" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml index 529574c..0ebc287 100644 --- a/mods/cloth-config.pw.toml +++ b/mods/cloth-config.pw.toml @@ -1,16 +1,13 @@ -filename = 'cloth-config-11.1.136-fabric.jar' -name = 'Cloth Config API' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Cloth Config API" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" [download] -hash = '2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar' +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar" +hash-format = "sha512" +hash = "2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c" +[update] [update.modrinth] -mod-id = '9s6osm5g' -version = '2xQdCMyG' \ No newline at end of file +mod-id = "9s6osm5g" +version = "2xQdCMyG" diff --git a/mods/clumps.pw.toml b/mods/clumps.pw.toml index 16f0127..de0480e 100644 --- a/mods/clumps.pw.toml +++ b/mods/clumps.pw.toml @@ -1,16 +1,13 @@ -filename = 'Clumps-fabric-1.20.1-12.0.0.4.jar' -name = 'Clumps' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Clumps" +filename = "Clumps-fabric-1.20.1-12.0.0.4.jar" +side = "both" [download] -hash = '2235d29b1239d5526035bffd547d35fe33b9e737d3e75cd341f6689d9cd834d0a7dc03ed80748772162cd9595ba08e7a0ab51221bc145a8fd979d596c3967544' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Wnxd13zP/versions/hefSwtn6/Clumps-fabric-1.20.1-12.0.0.4.jar' +url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/hefSwtn6/Clumps-fabric-1.20.1-12.0.0.4.jar" +hash-format = "sha512" +hash = "2235d29b1239d5526035bffd547d35fe33b9e737d3e75cd341f6689d9cd834d0a7dc03ed80748772162cd9595ba08e7a0ab51221bc145a8fd979d596c3967544" +[update] [update.modrinth] -mod-id = 'Wnxd13zP' -version = 'hefSwtn6' \ No newline at end of file +mod-id = "Wnxd13zP" +version = "hefSwtn6" diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml index 29f0390..1c96ae9 100644 --- a/mods/continuity.pw.toml +++ b/mods/continuity.pw.toml @@ -1,16 +1,13 @@ -filename = 'continuity-3.0.0+1.20.1.jar' -name = 'Continuity' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Continuity" +filename = "continuity-3.0.0+1.20.1.jar" +side = "client" [download] -hash = '7205cae3c534fd5d5328a9659146911381c06e54da995aabd11745ad72def5bd5120b7cb792fab2e8dcaa4670c23bdba21079b8f6da94152cfc6ea4b415edcbf' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/1IjD5062/versions/qGTDcjHM/continuity-3.0.0%2B1.20.1.jar' +url = "https://cdn.modrinth.com/data/1IjD5062/versions/qGTDcjHM/continuity-3.0.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "7205cae3c534fd5d5328a9659146911381c06e54da995aabd11745ad72def5bd5120b7cb792fab2e8dcaa4670c23bdba21079b8f6da94152cfc6ea4b415edcbf" +[update] [update.modrinth] -mod-id = '1IjD5062' -version = 'qGTDcjHM' \ No newline at end of file +mod-id = "1IjD5062" +version = "qGTDcjHM" diff --git a/mods/corgilib.pw.toml b/mods/corgilib.pw.toml index 9028d05..ad4193a 100644 --- a/mods/corgilib.pw.toml +++ b/mods/corgilib.pw.toml @@ -1,16 +1,13 @@ -filename = 'Corgilib-Fabric-1.20.1-4.0.3.4.jar' -name = 'CorgiLib' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "CorgiLib" +filename = "Corgilib-Fabric-1.20.1-4.0.3.4.jar" +side = "both" [download] -hash = '87b8e51d25cd979263b4c5097d4737dd329addc8a8e3db6d57ed58e16bda90e97b9d95b6a593cafe8dc9d150b3bc92014f43add8959bf4b604c3e4341d7ce972' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ziOp6EO8/versions/Fk0j3oUu/Corgilib-Fabric-1.20.1-4.0.3.4.jar' +url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/Fk0j3oUu/Corgilib-Fabric-1.20.1-4.0.3.4.jar" +hash-format = "sha512" +hash = "87b8e51d25cd979263b4c5097d4737dd329addc8a8e3db6d57ed58e16bda90e97b9d95b6a593cafe8dc9d150b3bc92014f43add8959bf4b604c3e4341d7ce972" +[update] [update.modrinth] -mod-id = 'ziOp6EO8' -version = 'Fk0j3oUu' \ No newline at end of file +mod-id = "ziOp6EO8" +version = "Fk0j3oUu" diff --git a/mods/coroutil.pw.toml b/mods/coroutil.pw.toml index e3c7559..bee5d61 100644 --- a/mods/coroutil.pw.toml +++ b/mods/coroutil.pw.toml @@ -1,16 +1,13 @@ -filename = 'coroutil-fabric-1.20.1-1.3.7.jar' -name = 'CoroUtil' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "CoroUtil" +filename = "coroutil-fabric-1.20.1-1.3.7.jar" +side = "both" [download] -hash = '4a03363dd9cfd517eb04bea77779c88e74f12c1dacadc726869cb9b595348d615e50041893ad72155f7ac2c359219604710d6157dec95a46fe0e598ef5642035' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/rLLJ1OZM/versions/7tRnsYkP/coroutil-fabric-1.20.1-1.3.7.jar' +url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/7tRnsYkP/coroutil-fabric-1.20.1-1.3.7.jar" +hash-format = "sha512" +hash = "4a03363dd9cfd517eb04bea77779c88e74f12c1dacadc726869cb9b595348d615e50041893ad72155f7ac2c359219604710d6157dec95a46fe0e598ef5642035" +[update] [update.modrinth] -mod-id = 'rLLJ1OZM' -version = '7tRnsYkP' \ No newline at end of file +mod-id = "rLLJ1OZM" +version = "7tRnsYkP" diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml index b8da810..3b39b63 100644 --- a/mods/creativecore.pw.toml +++ b/mods/creativecore.pw.toml @@ -1,16 +1,13 @@ -filename = 'CreativeCore_FABRIC_v2.12.33_mc1.20.1.jar' -name = 'CreativeCore' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "CreativeCore" +filename = "CreativeCore_FABRIC_v2.12.33_mc1.20.1.jar" +side = "both" [download] -hash = '14040744178fb87adafe525a7f2eda0512e1154b0c29e702265aa948dec9cc65bdc064f72d6f023907d321221e7fb5c1309ddcd6d96d419b1a0c46809fb6c7cc' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/OsZiaDHq/versions/pcUy2Oig/CreativeCore_FABRIC_v2.12.33_mc1.20.1.jar' +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/pcUy2Oig/CreativeCore_FABRIC_v2.12.33_mc1.20.1.jar" +hash-format = "sha512" +hash = "14040744178fb87adafe525a7f2eda0512e1154b0c29e702265aa948dec9cc65bdc064f72d6f023907d321221e7fb5c1309ddcd6d96d419b1a0c46809fb6c7cc" +[update] [update.modrinth] -mod-id = 'OsZiaDHq' -version = 'pcUy2Oig' \ No newline at end of file +mod-id = "OsZiaDHq" +version = "pcUy2Oig" diff --git a/mods/cristel-lib.pw.toml b/mods/cristel-lib.pw.toml index cca8727..ed0a450 100644 --- a/mods/cristel-lib.pw.toml +++ b/mods/cristel-lib.pw.toml @@ -1,16 +1,13 @@ -filename = 'cristellib-1.1.5-fabric.jar' -name = 'Cristel Lib' -side = 'server' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Cristel Lib" +filename = "cristellib-1.1.5-fabric.jar" +side = "server" [download] -hash = '50ac2ac365932c5ea43a8baa67c2509292ae810fbe15848f202160c0bac3ef5ae648f175ae93436a9226e5b082cec562fab8da17c524bb642360aa859ef52652' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/cl223EMc/versions/tBnivdbu/cristellib-1.1.5-fabric.jar' +url = "https://cdn.modrinth.com/data/cl223EMc/versions/tBnivdbu/cristellib-1.1.5-fabric.jar" +hash-format = "sha512" +hash = "50ac2ac365932c5ea43a8baa67c2509292ae810fbe15848f202160c0bac3ef5ae648f175ae93436a9226e5b082cec562fab8da17c524bb642360aa859ef52652" +[update] [update.modrinth] -mod-id = 'cl223EMc' -version = 'tBnivdbu' \ No newline at end of file +mod-id = "cl223EMc" +version = "tBnivdbu" diff --git a/mods/cubes-without-borders.pw.toml b/mods/cubes-without-borders.pw.toml index 0ed784b..892d853 100644 --- a/mods/cubes-without-borders.pw.toml +++ b/mods/cubes-without-borders.pw.toml @@ -1,16 +1,13 @@ -filename = 'cwb-fabric-3.0.0+mc1.20.jar' -name = 'Cubes Without Borders' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.20.jar" +side = "client" [download] -hash = 'cceb1a648c0465db1232a6a65ceefe4d04af54fdc909a40ee86ade2f2c743d5e96c55f73ab83f515dd53fa36095fe893d218ad56c51c53ad517e3b57441a5f2b' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ETlrkaYF/versions/KpTt0KNS/cwb-fabric-3.0.0%2Bmc1.20.jar' +url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/KpTt0KNS/cwb-fabric-3.0.0%2Bmc1.20.jar" +hash-format = "sha512" +hash = "cceb1a648c0465db1232a6a65ceefe4d04af54fdc909a40ee86ade2f2c743d5e96c55f73ab83f515dd53fa36095fe893d218ad56c51c53ad517e3b57441a5f2b" +[update] [update.modrinth] -mod-id = 'ETlrkaYF' -version = 'KpTt0KNS' \ No newline at end of file +mod-id = "ETlrkaYF" +version = "KpTt0KNS" diff --git a/mods/cut-through.pw.toml b/mods/cut-through.pw.toml index 2430bc7..11a4f0e 100644 --- a/mods/cut-through.pw.toml +++ b/mods/cut-through.pw.toml @@ -1,16 +1,13 @@ -filename = 'CutThrough-v8.0.2-1.20.1-Fabric.jar' -name = 'Cut Through' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Cut Through" +filename = "CutThrough-v8.0.2-1.20.1-Fabric.jar" +side = "client" [download] -hash = 'ca1c67d7c948b6832480877d1d2483a1f5b9d29fe55963bcbbecd59f22b8546e377d1a8b85b38557a95cb0a2de2be90ef9beeb1dc3d510f1679124ec49b90f0f' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Dk6su9JN/versions/UdH7Njsc/CutThrough-v8.0.2-1.20.1-Fabric.jar' +url = "https://cdn.modrinth.com/data/Dk6su9JN/versions/UdH7Njsc/CutThrough-v8.0.2-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "ca1c67d7c948b6832480877d1d2483a1f5b9d29fe55963bcbbecd59f22b8546e377d1a8b85b38557a95cb0a2de2be90ef9beeb1dc3d510f1679124ec49b90f0f" +[update] [update.modrinth] -mod-id = 'Dk6su9JN' -version = 'UdH7Njsc' \ No newline at end of file +mod-id = "Dk6su9JN" +version = "UdH7Njsc" diff --git a/mods/damagenumbers.pw.toml b/mods/damagenumbers.pw.toml index 9f07d4d..a23078c 100644 --- a/mods/damagenumbers.pw.toml +++ b/mods/damagenumbers.pw.toml @@ -1,16 +1,13 @@ -filename = 'damagenumbers-1.4.0-fabric.jar' -name = 'Damage Numbers' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.19.4', '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' +name = "Damage Numbers" +filename = "damagenumbers-1.4.0-fabric.jar" +side = "client" [download] -hash = 'ada9adf09d17508f66a4b790b8afaba126bb013645b9cd04595887cfe69a9e68787bd5302c73f70b60f4d27ca327903dbf1595cfdd71d19f939d6c5c1bf1763e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/iWdXs2dQ/versions/xpk8YOKG/damagenumbers-1.4.0-fabric.jar' +url = "https://cdn.modrinth.com/data/iWdXs2dQ/versions/xpk8YOKG/damagenumbers-1.4.0-fabric.jar" +hash-format = "sha512" +hash = "ada9adf09d17508f66a4b790b8afaba126bb013645b9cd04595887cfe69a9e68787bd5302c73f70b60f4d27ca327903dbf1595cfdd71d19f939d6c5c1bf1763e" +[update] [update.modrinth] -mod-id = 'iWdXs2dQ' -version = 'xpk8YOKG' \ No newline at end of file +mod-id = "iWdXs2dQ" +version = "xpk8YOKG" diff --git a/mods/debugify.pw.toml b/mods/debugify.pw.toml index 0f490f4..4852348 100644 --- a/mods/debugify.pw.toml +++ b/mods/debugify.pw.toml @@ -1,16 +1,13 @@ -filename = 'Debugify-1.20.1+2.0.jar' -name = 'Debugify' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Debugify" +filename = "Debugify-1.20.1+2.0.jar" +side = "both" [download] -hash = '4cbeeafd7daadcf8a54526b6f415eac39c8bd1459d44967f484c499f407b9625c10faa5c8f825946d97529d5d64fd7504669bc13ebc4c3eb2a143aa20b50e4bd' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/QwxR6Gcd/versions/6XDJoCks/Debugify-1.20.1%2B2.0.jar' +url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/6XDJoCks/Debugify-1.20.1%2B2.0.jar" +hash-format = "sha512" +hash = "4cbeeafd7daadcf8a54526b6f415eac39c8bd1459d44967f484c499f407b9625c10faa5c8f825946d97529d5d64fd7504669bc13ebc4c3eb2a143aa20b50e4bd" +[update] [update.modrinth] -mod-id = 'QwxR6Gcd' -version = '6XDJoCks' \ No newline at end of file +mod-id = "QwxR6Gcd" +version = "6XDJoCks" diff --git a/mods/distraction-free-recipes.pw.toml b/mods/distraction-free-recipes.pw.toml index af82397..cb812b1 100644 --- a/mods/distraction-free-recipes.pw.toml +++ b/mods/distraction-free-recipes.pw.toml @@ -1,16 +1,13 @@ -filename = 'distraction_free_recipes-fabric-1.2.1-1.20.1.jar' -name = 'Distraction Free Recipes (EMI / REI / JEI)' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Distraction Free Recipes (EMI / REI / JEI)" +filename = "distraction_free_recipes-fabric-1.2.1-1.20.1.jar" +side = "client" [download] -hash = '7732f6cb17d44a9c1c1d3caca4eab39fe19bb791724e64c209f50b7bc56b91b364e5640df86e531ce498d43caec9da002962ddf5d7b962e2dfded19244391465' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/gbJLUhZP/versions/GdXrDwYH/distraction_free_recipes-fabric-1.2.1-1.20.1.jar' +url = "https://cdn.modrinth.com/data/gbJLUhZP/versions/GdXrDwYH/distraction_free_recipes-fabric-1.2.1-1.20.1.jar" +hash-format = "sha512" +hash = "7732f6cb17d44a9c1c1d3caca4eab39fe19bb791724e64c209f50b7bc56b91b364e5640df86e531ce498d43caec9da002962ddf5d7b962e2dfded19244391465" +[update] [update.modrinth] -mod-id = 'gbJLUhZP' -version = 'GdXrDwYH' \ No newline at end of file +mod-id = "gbJLUhZP" +version = "GdXrDwYH" diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml index 52ed6d0..6efac40 100644 --- a/mods/dynamic-fps.pw.toml +++ b/mods/dynamic-fps.pw.toml @@ -1,16 +1,13 @@ -filename = 'dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar' -name = 'Dynamic FPS' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar" +side = "client" [download] -hash = '8f6769b6ae3736e2481f0b4caea385ad6656b60b2493a1a746a3f0678e976494f7a0488ac4baa80531a38e8d64b1a61654ee97c238dc9b0e12347bdc6623520e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/LQ3K71Q1/versions/D9mrJwm0/dynamic-fps-3.9.5%2Bminecraft-1.20.0-fabric.jar' +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/D9mrJwm0/dynamic-fps-3.9.5%2Bminecraft-1.20.0-fabric.jar" +hash-format = "sha512" +hash = "8f6769b6ae3736e2481f0b4caea385ad6656b60b2493a1a746a3f0678e976494f7a0488ac4baa80531a38e8d64b1a61654ee97c238dc9b0e12347bdc6623520e" +[update] [update.modrinth] -mod-id = 'LQ3K71Q1' -version = 'D9mrJwm0' \ No newline at end of file +mod-id = "LQ3K71Q1" +version = "D9mrJwm0" diff --git a/mods/dynamiccrosshair.pw.toml b/mods/dynamiccrosshair.pw.toml index ca28591..92cbe81 100644 --- a/mods/dynamiccrosshair.pw.toml +++ b/mods/dynamiccrosshair.pw.toml @@ -1,16 +1,13 @@ -filename = 'dynamiccrosshair-9.6+1.20.1-fabric.jar' -name = 'Dynamic Crosshair' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Dynamic Crosshair" +filename = "dynamiccrosshair-9.6+1.20.1-fabric.jar" +side = "client" [download] -hash = '378ab1fc17346d0ec43547c5d3081dc419a4356365adea66108c34a01ac6adb0fc60d7a09c0d0bde63ba68cdfe633d734ac4639989253f9c4fc8e7f9a842221a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ZcR9weSm/versions/oUEx3cFy/dynamiccrosshair-9.6%2B1.20.1-fabric.jar' +url = "https://cdn.modrinth.com/data/ZcR9weSm/versions/oUEx3cFy/dynamiccrosshair-9.6%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "378ab1fc17346d0ec43547c5d3081dc419a4356365adea66108c34a01ac6adb0fc60d7a09c0d0bde63ba68cdfe633d734ac4639989253f9c4fc8e7f9a842221a" +[update] [update.modrinth] -mod-id = 'ZcR9weSm' -version = 'oUEx3cFy' \ No newline at end of file +mod-id = "ZcR9weSm" +version = "oUEx3cFy" diff --git a/mods/dynamiccrosshaircompat.pw.toml b/mods/dynamiccrosshaircompat.pw.toml index b8ce50f..50d6bf9 100644 --- a/mods/dynamiccrosshaircompat.pw.toml +++ b/mods/dynamiccrosshaircompat.pw.toml @@ -1,16 +1,13 @@ -filename = 'dynamiccrosshaircompat-4.3+1.20.1-fabric.jar' -name = 'Dynamic Crosshair Compat' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Dynamic Crosshair Compat" +filename = "dynamiccrosshaircompat-4.3+1.20.1-fabric.jar" +side = "client" [download] -hash = '14462bef6722c5789aa76c6620a0b56bca9bb900ce8ec0289bdf2ee9a761dc082c94d0a640692e9532822c1d895cf48ef933fc328dcd5860fd21e801bf2a7bd2' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/EwPIWPJ9/versions/CDFXvAKM/dynamiccrosshaircompat-4.3%2B1.20.1-fabric.jar' +url = "https://cdn.modrinth.com/data/EwPIWPJ9/versions/CDFXvAKM/dynamiccrosshaircompat-4.3%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "14462bef6722c5789aa76c6620a0b56bca9bb900ce8ec0289bdf2ee9a761dc082c94d0a640692e9532822c1d895cf48ef933fc328dcd5860fd21e801bf2a7bd2" +[update] [update.modrinth] -mod-id = 'EwPIWPJ9' -version = 'CDFXvAKM' \ No newline at end of file +mod-id = "EwPIWPJ9" +version = "CDFXvAKM" diff --git a/mods/e4mc.pw.toml b/mods/e4mc.pw.toml index 40d29d1..d62bf02 100644 --- a/mods/e4mc.pw.toml +++ b/mods/e4mc.pw.toml @@ -1,39 +1,13 @@ -filename = 'e4mc_minecraft-fabric-5.4.1.jar' -name = 'e4mc' -side = 'server' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.18', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4', - '1.21.5', - '1.21.6' -] -x-prismlauncher-release-type = 'release' +name = "e4mc" +filename = "e4mc_minecraft-fabric-5.4.1.jar" +side = "server" [download] -hash = '39436cd5094b22bd0669f08ea0883b910f16873717f6a8e3fbd92e1bf5dc9037aacf5f3d60d338c09a89f498f69cf7472da4dffa38e728961944f517b3ef7e7c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/qANg5Jrr/versions/baNcxaPZ/e4mc_minecraft-fabric-5.4.1.jar' +url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/baNcxaPZ/e4mc_minecraft-fabric-5.4.1.jar" +hash-format = "sha512" +hash = "39436cd5094b22bd0669f08ea0883b910f16873717f6a8e3fbd92e1bf5dc9037aacf5f3d60d338c09a89f498f69cf7472da4dffa38e728961944f517b3ef7e7c" +[update] [update.modrinth] -mod-id = 'qANg5Jrr' -version = 'baNcxaPZ' \ No newline at end of file +mod-id = "qANg5Jrr" +version = "baNcxaPZ" diff --git a/mods/ebe.pw.toml b/mods/ebe.pw.toml index b9e105a..a262cfe 100644 --- a/mods/ebe.pw.toml +++ b/mods/ebe.pw.toml @@ -1,16 +1,13 @@ -filename = 'enhancedblockentities-0.9+1.20.jar' -name = 'Enhanced Block Entities' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9+1.20.jar" +side = "client" [download] -hash = '7e8b402fd25efd396bc7f0f25a663808ae9890accc227850c454dfcdc975657f22afceb15878e781485622434a6f6d60aff2a60264aa4425edd52ebe052a0de5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar' +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar" +hash-format = "sha512" +hash = "7e8b402fd25efd396bc7f0f25a663808ae9890accc227850c454dfcdc975657f22afceb15878e781485622434a6f6d60aff2a60264aa4425edd52ebe052a0de5" +[update] [update.modrinth] -mod-id = 'OVuFYfre' -version = 'i3v1Skck' \ No newline at end of file +mod-id = "OVuFYfre" +version = "i3v1Skck" diff --git a/mods/emotecraft.pw.toml b/mods/emotecraft.pw.toml index 632e2c8..cf1419a 100644 --- a/mods/emotecraft.pw.toml +++ b/mods/emotecraft.pw.toml @@ -1,16 +1,13 @@ -filename = 'emotecraft-for-MC1.20.1-2.2.7-b.build.50-fabric.jar' -name = 'Emotecraft' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "Emotecraft" +filename = "emotecraft-for-MC1.20.1-2.2.7-b.build.50-fabric.jar" +side = "both" [download] -hash = '7d02d00fdfa79c126cc74753cecc8fa5fb44a7035ebc90249f06985896874bc803cfe1558e867851ee53cc04a5caa473721bd99ef718780f34f264e5ed284a13' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/pZ2wrerK/versions/NFPdxMt9/emotecraft-for-MC1.20.1-2.2.7-b.build.50-fabric.jar' +url = "https://cdn.modrinth.com/data/pZ2wrerK/versions/NFPdxMt9/emotecraft-for-MC1.20.1-2.2.7-b.build.50-fabric.jar" +hash-format = "sha512" +hash = "7d02d00fdfa79c126cc74753cecc8fa5fb44a7035ebc90249f06985896874bc803cfe1558e867851ee53cc04a5caa473721bd99ef718780f34f264e5ed284a13" +[update] [update.modrinth] -mod-id = 'pZ2wrerK' -version = 'NFPdxMt9' \ No newline at end of file +mod-id = "pZ2wrerK" +version = "NFPdxMt9" diff --git a/mods/enchantment-descriptions.pw.toml b/mods/enchantment-descriptions.pw.toml index 0e2cffe..1dfdead 100644 --- a/mods/enchantment-descriptions.pw.toml +++ b/mods/enchantment-descriptions.pw.toml @@ -1,16 +1,13 @@ -filename = 'EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar' -name = 'Enchantment Descriptions' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Enchantment Descriptions" +filename = "EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar" +side = "client" [download] -hash = '9ba8a939713b7945b937118b756033e1428b3b445c60276e3e6143d95a6a5f839ebc95233290cd34fed953000301d5f24b4f680fb53ebd85587c73e8e27b5682' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/UVtY3ZAC/versions/LeAiyr1s/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar' +url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/LeAiyr1s/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar" +hash-format = "sha512" +hash = "9ba8a939713b7945b937118b756033e1428b3b445c60276e3e6143d95a6a5f839ebc95233290cd34fed953000301d5f24b4f680fb53ebd85587c73e8e27b5682" +[update] [update.modrinth] -mod-id = 'UVtY3ZAC' -version = 'LeAiyr1s' \ No newline at end of file +mod-id = "UVtY3ZAC" +version = "LeAiyr1s" diff --git a/mods/endrem.pw.toml b/mods/endrem.pw.toml index 8baa497..e4254a9 100644 --- a/mods/endrem.pw.toml +++ b/mods/endrem.pw.toml @@ -1,16 +1,13 @@ -filename = 'fabric-end-remastered-5.2.4.jar' -name = 'End Remastered' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "End Remastered" +filename = "fabric-end-remastered-5.2.4.jar" +side = "both" [download] -hash = '7e00e31271ea07328754680c2b81dba36606eb2debb16ce70b75dee5d612f77625cb84c13bd5f9295b34642a46be8b035a3d829e2ed2b819c92f6b4a45097aba' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ZJTGwAND/versions/4wKvHwVW/fabric-end-remastered-5.2.4.jar' +url = "https://cdn.modrinth.com/data/ZJTGwAND/versions/4wKvHwVW/fabric-end-remastered-5.2.4.jar" +hash-format = "sha512" +hash = "7e00e31271ea07328754680c2b81dba36606eb2debb16ce70b75dee5d612f77625cb84c13bd5f9295b34642a46be8b035a3d829e2ed2b819c92f6b4a45097aba" +[update] [update.modrinth] -mod-id = 'ZJTGwAND' -version = '4wKvHwVW' \ No newline at end of file +mod-id = "ZJTGwAND" +version = "4wKvHwVW" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml index f25f5b5..8fc0572 100644 --- a/mods/entity-model-features.pw.toml +++ b/mods/entity-model-features.pw.toml @@ -1,16 +1,13 @@ -filename = 'entity_model_features_fabric_1.20.1-2.4.1.jar' -name = '[EMF] Entity Model Features' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "[EMF] Entity Model Features" +filename = "entity_model_features_fabric_1.20.1-2.4.1.jar" +side = "client" [download] -hash = '6b078e98ed5bf6eb6437a2230b15b32bb1579973ccdb418f3778eb1e745289ccc5e202cb0145558fa815a864847ba7396cfe5ba44df561e651d3da5cee7dd33b' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/4I1XuqiY/versions/X2NBK99f/entity_model_features_fabric_1.20.1-2.4.1.jar' +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/X2NBK99f/entity_model_features_fabric_1.20.1-2.4.1.jar" +hash-format = "sha512" +hash = "6b078e98ed5bf6eb6437a2230b15b32bb1579973ccdb418f3778eb1e745289ccc5e202cb0145558fa815a864847ba7396cfe5ba44df561e651d3da5cee7dd33b" +[update] [update.modrinth] -mod-id = '4I1XuqiY' -version = 'X2NBK99f' \ No newline at end of file +mod-id = "4I1XuqiY" +version = "X2NBK99f" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml index 4c5fa39..2a08a9e 100644 --- a/mods/entityculling.pw.toml +++ b/mods/entityculling.pw.toml @@ -1,16 +1,13 @@ -filename = 'entityculling-fabric-1.8.0-mc1.20.1.jar' -name = 'Entity Culling' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Entity Culling" +filename = "entityculling-fabric-1.8.1-mc1.20.1.jar" +side = "client" [download] -hash = '0781c1aa6e37b533eb6bb8e3ead674d21301aa706612398739c006899ac1b04c6bcc62a25e6ad3587b3c2f05211f88a01eb8c1b202929108237448b8b9909ba5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/NNAgCjsB/versions/JrOhNEba/entityculling-fabric-1.8.0-mc1.20.1.jar' +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/7CYEXwpe/entityculling-fabric-1.8.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "7884b3e464a966fad9ea0303a36b3786c53f234ee6c7f97155496edc6a7d98baebce81ddbfb073795933223e3e58fb7eb95cf3237aa0a7ae5d63205bcfc291d6" +[update] [update.modrinth] -mod-id = 'NNAgCjsB' -version = 'JrOhNEba' \ No newline at end of file +mod-id = "NNAgCjsB" +version = "7CYEXwpe" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml index 30c1111..efd71f0 100644 --- a/mods/entitytexturefeatures.pw.toml +++ b/mods/entitytexturefeatures.pw.toml @@ -1,16 +1,13 @@ -filename = 'entity_texture_features_fabric_1.20.1-6.2.9.jar' -name = '[ETF] Entity Texture Features' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "[ETF] Entity Texture Features" +filename = "entity_texture_features_fabric_1.20.1-6.2.9.jar" +side = "client" [download] -hash = '56d65ccc56ee45e6a5aeb330bad0e59ddbec47fb3468dad1e42db8952ab70f2fd2eeda1046ff4394ac89e35941261623ee71a7a0e580fffa4f86971f615bbfa8' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/BVzZfTc1/versions/WvkMQbYb/entity_texture_features_fabric_1.20.1-6.2.9.jar' +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/WvkMQbYb/entity_texture_features_fabric_1.20.1-6.2.9.jar" +hash-format = "sha512" +hash = "56d65ccc56ee45e6a5aeb330bad0e59ddbec47fb3468dad1e42db8952ab70f2fd2eeda1046ff4394ac89e35941261623ee71a7a0e580fffa4f86971f615bbfa8" +[update] [update.modrinth] -mod-id = 'BVzZfTc1' -version = 'WvkMQbYb' \ No newline at end of file +mod-id = "BVzZfTc1" +version = "WvkMQbYb" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml index f461b44..95ad673 100644 --- a/mods/fabric-api.pw.toml +++ b/mods/fabric-api.pw.toml @@ -1,16 +1,13 @@ -filename = 'fabric-api-0.92.6+1.20.1.jar' -name = 'Fabric API' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Fabric API" +filename = "fabric-api-0.92.6+1.20.1.jar" +side = "both" [download] -hash = '2bd2ed0cee22305b7ff49597c103a57c8fbe5f64be54a906796d48b589862626c951ff4cbf5cb1ed764a4d6479d69c3077594e693b7a291240eeea2bb3132b0c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/P7dR8mSH/versions/UapVHwiP/fabric-api-0.92.6%2B1.20.1.jar' +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/UapVHwiP/fabric-api-0.92.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "2bd2ed0cee22305b7ff49597c103a57c8fbe5f64be54a906796d48b589862626c951ff4cbf5cb1ed764a4d6479d69c3077594e693b7a291240eeea2bb3132b0c" +[update] [update.modrinth] -mod-id = 'P7dR8mSH' -version = 'UapVHwiP' \ No newline at end of file +mod-id = "P7dR8mSH" +version = "UapVHwiP" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml index 9fbcad2..5bfa988 100644 --- a/mods/fabric-language-kotlin.pw.toml +++ b/mods/fabric-language-kotlin.pw.toml @@ -1,56 +1,13 @@ -filename = 'fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar' -name = 'Fabric Language Kotlin' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.14', - '1.14.1', - '1.14.2', - '1.14.3', - '1.14.4', - '1.15', - '1.15.1', - '1.15.2', - '1.16', - '1.16.1', - '1.16.2', - '1.16.3', - '1.16.4', - '1.16.5', - '1.17', - '1.17.1', - '1.18', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4', - '1.21.5', - '1.21.6', - '1.21.7' -] -x-prismlauncher-release-type = 'release' +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +side = "both" [download] -hash = '26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar' +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar" +hash-format = "sha512" +hash = "26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055" +[update] [update.modrinth] -mod-id = 'Ha28R6CL' -version = 'mccDBWqV' \ No newline at end of file +mod-id = "Ha28R6CL" +version = "mccDBWqV" diff --git a/mods/fabrishot.pw.toml b/mods/fabrishot.pw.toml index 4c1025a..001f073 100644 --- a/mods/fabrishot.pw.toml +++ b/mods/fabrishot.pw.toml @@ -1,16 +1,13 @@ -filename = 'fabrishot-1.10.1.jar' -name = 'Fabrishot' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Fabrishot" +filename = "fabrishot-1.10.1.jar" +side = "client" [download] -hash = 'e1c0417297f4b1e8289ecdec73f660560c8dd623cc536cabb3fca451049de0f8d57c6f09617415091cf9be43cc26bb253801feae9e6ac707a3c1038eb484fad3' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/3qsfQtE9/versions/Rduo9X24/fabrishot-1.10.1.jar' +url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/Rduo9X24/fabrishot-1.10.1.jar" +hash-format = "sha512" +hash = "e1c0417297f4b1e8289ecdec73f660560c8dd623cc536cabb3fca451049de0f8d57c6f09617415091cf9be43cc26bb253801feae9e6ac707a3c1038eb484fad3" +[update] [update.modrinth] -mod-id = '3qsfQtE9' -version = 'Rduo9X24' \ No newline at end of file +mod-id = "3qsfQtE9" +version = "Rduo9X24" diff --git a/mods/fadeless.pw.toml b/mods/fadeless.pw.toml index d23f667..f04f374 100644 --- a/mods/fadeless.pw.toml +++ b/mods/fadeless.pw.toml @@ -1,61 +1,13 @@ -filename = 'fadeless-1.0.1.jar' -name = 'Fadeless' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.4 rc1', - '1.20.5', - '1.20.5 Pre-Release 1', - '1.20.5 Pre-Release 2', - '1.20.5 Pre-Release 3', - '1.20.5 Pre-Release 4', - '1.20.5 rc1', - '1.20.5 rc2', - '1.20.5 rc3', - '1.20.6', - '1.20.6 rc1', - '1.21', - '1.21 Pre-Release 1', - '1.21 Pre-Release 2', - '1.21 Pre-Release 3', - '1.21 Pre-Release 4', - '1.21 rc1', - '23w51a', - '23w51b', - '24w03a', - '24w03b', - '24w04a', - '24w05a', - '24w05b', - '24w06a', - '24w07a', - '24w09a', - '24w10a', - '24w11a', - '24w12a', - '24w13a', - '24w14a', - '24w14potato', - '24w18a', - '24w19a', - '24w19b', - '24w20a', - '24w21a', - '24w21b' -] -x-prismlauncher-release-type = 'release' +name = "Fadeless" +filename = "fadeless-1.0.1.jar" +side = "client" [download] -hash = '8baece2486a29354276fbfbcb267ada333c26c59b3bd662101c309aea15689e06411d5e43e557601fb53288258a7b4239f34d573131972b098aaf69ff943ac96' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ncKjyGm3/versions/j53ChsnW/fadeless-1.0.1.jar' +url = "https://cdn.modrinth.com/data/ncKjyGm3/versions/j53ChsnW/fadeless-1.0.1.jar" +hash-format = "sha512" +hash = "8baece2486a29354276fbfbcb267ada333c26c59b3bd662101c309aea15689e06411d5e43e557601fb53288258a7b4239f34d573131972b098aaf69ff943ac96" +[update] [update.modrinth] -mod-id = 'ncKjyGm3' -version = 'j53ChsnW' \ No newline at end of file +mod-id = "ncKjyGm3" +version = "j53ChsnW" diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml index 1ecaf79..27c479e 100644 --- a/mods/fast-ip-ping.pw.toml +++ b/mods/fast-ip-ping.pw.toml @@ -1,16 +1,13 @@ -filename = 'fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar' -name = 'Fast IP Ping' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "Fast IP Ping" +filename = "fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar" +side = "client" [download] -hash = '3efcd4ed3acf64cbc11bc58fdd97dd6a4ca766d4c42ddede83af5e1cdb47ac587b5ec6b411f721815a69e83965472ec480a52a25191f615d20b6f07d7e17327f' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/9mtu0sUO/versions/vUzelzwj/fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar' +url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/vUzelzwj/fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar" +hash-format = "sha512" +hash = "3efcd4ed3acf64cbc11bc58fdd97dd6a4ca766d4c42ddede83af5e1cdb47ac587b5ec6b411f721815a69e83965472ec480a52a25191f615d20b6f07d7e17327f" +[update] [update.modrinth] -mod-id = '9mtu0sUO' -version = 'vUzelzwj' \ No newline at end of file +mod-id = "9mtu0sUO" +version = "vUzelzwj" diff --git a/mods/fastquit.pw.toml b/mods/fastquit.pw.toml index 3eed869..363abf9 100644 --- a/mods/fastquit.pw.toml +++ b/mods/fastquit.pw.toml @@ -1,16 +1,13 @@ -filename = 'fastquit-3.0.0+1.20+.jar' -name = 'FastQuit' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] -x-prismlauncher-release-type = 'release' +name = "FastQuit" +filename = "fastquit-3.0.0+1.20+.jar" +side = "client" [download] -hash = 'aa4710b43b9ed8a15f39d83fd0f6fc84f5c1e2348b2bad2e88ab0c0793d308162035f6bbed03488eefe719fe565ed37d6310c710f07349c10502ae5937555133' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/x1hIzbuY/versions/tNgyOUMr/fastquit-3.0.0%2B1.20%2B.jar' +url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/tNgyOUMr/fastquit-3.0.0%2B1.20%2B.jar" +hash-format = "sha512" +hash = "aa4710b43b9ed8a15f39d83fd0f6fc84f5c1e2348b2bad2e88ab0c0793d308162035f6bbed03488eefe719fe565ed37d6310c710f07349c10502ae5937555133" +[update] [update.modrinth] -mod-id = 'x1hIzbuY' -version = 'tNgyOUMr' \ No newline at end of file +mod-id = "x1hIzbuY" +version = "tNgyOUMr" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml index 533b02f..c44ceae 100644 --- a/mods/ferrite-core.pw.toml +++ b/mods/ferrite-core.pw.toml @@ -1,16 +1,13 @@ -filename = 'ferritecore-6.0.1-fabric.jar' -name = 'FerriteCore' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] -x-prismlauncher-release-type = 'release' +name = "FerriteCore" +filename = "ferritecore-6.0.1-fabric.jar" +side = "both" [download] -hash = '9b7dc686bfa7937815d88c7bbc6908857cd6646b05e7a96ddbdcada328a385bd4ba056532cd1d7df9d2d7f4265fd48bd49ff683f217f6d4e817177b87f6bc457' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar' +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar" +hash-format = "sha512" +hash = "9b7dc686bfa7937815d88c7bbc6908857cd6646b05e7a96ddbdcada328a385bd4ba056532cd1d7df9d2d7f4265fd48bd49ff683f217f6d4e817177b87f6bc457" +[update] [update.modrinth] -mod-id = 'uXXizFIs' -version = 'unerR5MN' \ No newline at end of file +mod-id = "uXXizFIs" +version = "unerR5MN" diff --git a/mods/fix-keyboard-on-linux.pw.toml b/mods/fix-keyboard-on-linux.pw.toml index ed78f99..5d2a415 100644 --- a/mods/fix-keyboard-on-linux.pw.toml +++ b/mods/fix-keyboard-on-linux.pw.toml @@ -1,38 +1,13 @@ -filename = 'fix-keyboard-on-linux-1.0.1.jar' -name = 'Fix Keyboard on Linux' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4', - '1.21.5', - '1.21.6', - '1.21.7' -] -x-prismlauncher-release-type = 'release' +name = "Fix Keyboard on Linux" +filename = "fix-keyboard-on-linux-1.0.1.jar" +side = "client" [download] -hash = 'f2ac896e53cdfdeb5f36362e644470e71b0ba7d47cb088b693e0230fe396dbcbfd938ea9c8a713693a357bbc6b32233fff2dbf48b6f5bdbcd437d180447c3819' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/siXFh9dn/versions/ZKDQu5sd/fix-keyboard-on-linux-1.0.1.jar' +url = "https://cdn.modrinth.com/data/siXFh9dn/versions/ZKDQu5sd/fix-keyboard-on-linux-1.0.1.jar" +hash-format = "sha512" +hash = "f2ac896e53cdfdeb5f36362e644470e71b0ba7d47cb088b693e0230fe396dbcbfd938ea9c8a713693a357bbc6b32233fff2dbf48b6f5bdbcd437d180447c3819" +[update] [update.modrinth] -mod-id = 'siXFh9dn' -version = 'ZKDQu5sd' \ No newline at end of file +mod-id = "siXFh9dn" +version = "ZKDQu5sd" diff --git a/mods/fog.pw.toml b/mods/fog.pw.toml index 6ad0b8e..f9e928e 100644 --- a/mods/fog.pw.toml +++ b/mods/fog.pw.toml @@ -1,16 +1,13 @@ -filename = 'Fog-fabric-1.5.3-1.20.1.jar' -name = 'Fog' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Fog" +filename = "Fog-fabric-1.5.3-1.20.1.jar" +side = "client" [download] -hash = '687a1cfe69790f440b53dc388086936a58547efb20312c0cfbe73635576e233acd54a55eb518da1f44c80da1b936ee3c25bb669f2e87ee80d6302c465c694336' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/WuGVWUF2/versions/kdNVq6ir/Fog-fabric-1.5.3-1.20.1.jar' +url = "https://cdn.modrinth.com/data/WuGVWUF2/versions/kdNVq6ir/Fog-fabric-1.5.3-1.20.1.jar" +hash-format = "sha512" +hash = "687a1cfe69790f440b53dc388086936a58547efb20312c0cfbe73635576e233acd54a55eb518da1f44c80da1b936ee3c25bb669f2e87ee80d6302c465c694336" +[update] [update.modrinth] -mod-id = 'WuGVWUF2' -version = 'kdNVq6ir' \ No newline at end of file +mod-id = "WuGVWUF2" +version = "kdNVq6ir" diff --git a/mods/forge-config-api-port.pw.toml b/mods/forge-config-api-port.pw.toml index 008c32b..a2efce2 100644 --- a/mods/forge-config-api-port.pw.toml +++ b/mods/forge-config-api-port.pw.toml @@ -1,16 +1,13 @@ -filename = 'ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric.jar' -name = 'Forge Config API Port' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Forge Config API Port" +filename = "ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric.jar" +side = "both" [download] -hash = 'c74fda4c25f42f182cae4ef2abaceb6992f14015a9b97570460c98f3cec15db6f7f2806f970efa1d10ffab62dd50257f8486cb586da129459225e3aa8db71ae0' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ohNO6lps/versions/1aKtMQZE/ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric.jar' +url = "https://cdn.modrinth.com/data/ohNO6lps/versions/1aKtMQZE/ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "c74fda4c25f42f182cae4ef2abaceb6992f14015a9b97570460c98f3cec15db6f7f2806f970efa1d10ffab62dd50257f8486cb586da129459225e3aa8db71ae0" +[update] [update.modrinth] -mod-id = 'ohNO6lps' -version = '1aKtMQZE' \ No newline at end of file +mod-id = "ohNO6lps" +version = "1aKtMQZE" diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml index 490a0db..2c139e8 100644 --- a/mods/geckolib.pw.toml +++ b/mods/geckolib.pw.toml @@ -1,16 +1,13 @@ -filename = 'geckolib-fabric-1.20.1-4.7.2.jar' -name = 'Geckolib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Geckolib" +filename = "geckolib-fabric-1.20.1-4.7.2.jar" +side = "both" [download] -hash = '22e7e59f4c708f927f0e7c17e92491a25bb233ecfc6993b6f01d7f6c1a9fe0e88eb1f0a5f019a1bc1d60095a77b88be903e7e5b0132e214d43c5ba28087f00f7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/8BmcQJ2H/versions/ezKSGafs/geckolib-fabric-1.20.1-4.7.2.jar' +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/ezKSGafs/geckolib-fabric-1.20.1-4.7.2.jar" +hash-format = "sha512" +hash = "22e7e59f4c708f927f0e7c17e92491a25bb233ecfc6993b6f01d7f6c1a9fe0e88eb1f0a5f019a1bc1d60095a77b88be903e7e5b0132e214d43c5ba28087f00f7" +[update] [update.modrinth] -mod-id = '8BmcQJ2H' -version = 'ezKSGafs' \ No newline at end of file +mod-id = "8BmcQJ2H" +version = "ezKSGafs" diff --git a/mods/glitchcore.pw.toml b/mods/glitchcore.pw.toml index 10b9b48..56c6347 100644 --- a/mods/glitchcore.pw.toml +++ b/mods/glitchcore.pw.toml @@ -1,16 +1,13 @@ -filename = 'GlitchCore-fabric-1.20.1-0.0.1.1.jar' -name = 'GlitchCore' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "GlitchCore" +filename = "GlitchCore-fabric-1.20.1-0.0.1.1.jar" +side = "both" [download] -hash = '6aaf011fd04da2f2839da8e037add942588676385906d8ddad2927ca88414a37463f1b2e2ee2209a87cda8d2af9448a29e55e86ba2d94e857e46d28545ea7bbd' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/s3dmwKy5/versions/25HLOiOl/GlitchCore-fabric-1.20.1-0.0.1.1.jar' +url = "https://cdn.modrinth.com/data/s3dmwKy5/versions/25HLOiOl/GlitchCore-fabric-1.20.1-0.0.1.1.jar" +hash-format = "sha512" +hash = "6aaf011fd04da2f2839da8e037add942588676385906d8ddad2927ca88414a37463f1b2e2ee2209a87cda8d2af9448a29e55e86ba2d94e857e46d28545ea7bbd" +[update] [update.modrinth] -mod-id = 's3dmwKy5' -version = '25HLOiOl' \ No newline at end of file +mod-id = "s3dmwKy5" +version = "25HLOiOl" diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml index eeed7d7..8b405be 100644 --- a/mods/iceberg.pw.toml +++ b/mods/iceberg.pw.toml @@ -1,16 +1,13 @@ -filename = 'Iceberg-1.20.1-fabric-1.1.25.jar' -name = 'Iceberg' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Iceberg" +filename = "Iceberg-1.20.1-fabric-1.1.25.jar" +side = "client" [download] -hash = '9eb15454de0d42aebbb6357dda55ddd7e634de58e71629b7344e6c6550cbb098002a8fe08aa827280d08ce5685c779398edd1d8fa66e3d4c1a0c43238250732c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/5faXoLqX/versions/AiO84cp2/Iceberg-1.20.1-fabric-1.1.25.jar' +url = "https://cdn.modrinth.com/data/5faXoLqX/versions/AiO84cp2/Iceberg-1.20.1-fabric-1.1.25.jar" +hash-format = "sha512" +hash = "9eb15454de0d42aebbb6357dda55ddd7e634de58e71629b7344e6c6550cbb098002a8fe08aa827280d08ce5685c779398edd1d8fa66e3d4c1a0c43238250732c" +[update] [update.modrinth] -mod-id = '5faXoLqX' -version = 'AiO84cp2' \ No newline at end of file +mod-id = "5faXoLqX" +version = "AiO84cp2" diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml index eccf648..38954fd 100644 --- a/mods/immediatelyfast.pw.toml +++ b/mods/immediatelyfast.pw.toml @@ -1,16 +1,13 @@ -filename = 'ImmediatelyFast-Fabric-1.5.0+1.20.4.jar' -name = 'ImmediatelyFast' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar" +side = "client" [download] -hash = '39984da8bd7daf0d71ddfb74b1a0ea6f60e8a332705b2d2342d1d0c4f8029f384bca43df7a3d6a6f999b2ac32e9d98f70b4907ce29cfcf02a00a3ece5a7538b9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/5ZwdcRci/versions/6QvRWWbF/ImmediatelyFast-Fabric-1.5.0%2B1.20.4.jar' +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/zJD8Yaa3/ImmediatelyFast-Fabric-1.5.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "23ddba94cb88591a9381b16c1e8ac2f59a609407d4e3400c083f85d416c37d5a7c42c67d6908d92a98f84fdf93ad083b9c5e8a041a1d90b0ffcca573ab0d3d92" +[update] [update.modrinth] -mod-id = '5ZwdcRci' -version = '6QvRWWbF' \ No newline at end of file +mod-id = "5ZwdcRci" +version = "zJD8Yaa3" diff --git a/mods/immersive-messages-api.pw.toml b/mods/immersive-messages-api.pw.toml index 02bf8f0..a756269 100644 --- a/mods/immersive-messages-api.pw.toml +++ b/mods/immersive-messages-api.pw.toml @@ -1,16 +1,13 @@ -filename = 'immersivemessages-fabric-1.0.18-1.20.1.jar' -name = 'Immersive Messages API' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Immersive Messages API" +filename = "immersivemessages-fabric-1.0.18-1.20.1.jar" +side = "both" [download] -hash = '26d19515dd4b5d9c6b2d60754ffd1c83ab8da53180233c11067983e2b1c956edb012f368d4ab26ff6d61d9b427bdb3d86777a04536b813aa3c492c471e23c1f5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/6xvrmbjn/versions/WEpkwUwg/immersivemessages-fabric-1.0.18-1.20.1.jar' +url = "https://cdn.modrinth.com/data/6xvrmbjn/versions/WEpkwUwg/immersivemessages-fabric-1.0.18-1.20.1.jar" +hash-format = "sha512" +hash = "26d19515dd4b5d9c6b2d60754ffd1c83ab8da53180233c11067983e2b1c956edb012f368d4ab26ff6d61d9b427bdb3d86777a04536b813aa3c492c471e23c1f5" +[update] [update.modrinth] -mod-id = '6xvrmbjn' -version = 'WEpkwUwg' \ No newline at end of file +mod-id = "6xvrmbjn" +version = "WEpkwUwg" diff --git a/mods/immersive-tips.pw.toml b/mods/immersive-tips.pw.toml index 65bc6b4..40e870e 100644 --- a/mods/immersive-tips.pw.toml +++ b/mods/immersive-tips.pw.toml @@ -1,16 +1,13 @@ -filename = 'immersivetips-fabric-1.0.2-1.20.1.jar' -name = 'Immersive Tips' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Immersive Tips" +filename = "immersivetips-fabric-1.0.2-1.20.1.jar" +side = "client" [download] -hash = '2eae70875eddce8ef9dabb1273f39a223727bc5def5d7b9529c63f54fb37ff2d33f7eab7aaf9b02b23e22c00eb43d9cab64bcc3e0e1aabf90b2b16af1a921bc9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/FyiLzCSu/versions/teQHaEwa/immersivetips-fabric-1.0.2-1.20.1.jar' +url = "https://cdn.modrinth.com/data/FyiLzCSu/versions/teQHaEwa/immersivetips-fabric-1.0.2-1.20.1.jar" +hash-format = "sha512" +hash = "2eae70875eddce8ef9dabb1273f39a223727bc5def5d7b9529c63f54fb37ff2d33f7eab7aaf9b02b23e22c00eb43d9cab64bcc3e0e1aabf90b2b16af1a921bc9" +[update] [update.modrinth] -mod-id = 'FyiLzCSu' -version = 'teQHaEwa' \ No newline at end of file +mod-id = "FyiLzCSu" +version = "teQHaEwa" diff --git a/mods/immersive-ui.pw.toml b/mods/immersive-ui.pw.toml index bc3ce4a..78461bf 100644 --- a/mods/immersive-ui.pw.toml +++ b/mods/immersive-ui.pw.toml @@ -1,16 +1,13 @@ -filename = 'ImmersiveUI-FABRIC-0.3.0.jar' -name = 'Immersive UI' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Immersive UI" +filename = "ImmersiveUI-FABRIC-0.3.0.jar" +side = "client" [download] -hash = '76edfc740ffa594aa9524938d6383df791b8866c16ba58b8242f11688b0bbffe53d20a5dc74b38a146907a66513b7890a4e958cb5587c43911677ec00fa3b23a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/9wv7LuMc/versions/icjI7ruC/ImmersiveUI-FABRIC-0.3.0.jar' +url = "https://cdn.modrinth.com/data/9wv7LuMc/versions/icjI7ruC/ImmersiveUI-FABRIC-0.3.0.jar" +hash-format = "sha512" +hash = "76edfc740ffa594aa9524938d6383df791b8866c16ba58b8242f11688b0bbffe53d20a5dc74b38a146907a66513b7890a4e958cb5587c43911677ec00fa3b23a" +[update] [update.modrinth] -mod-id = '9wv7LuMc' -version = 'icjI7ruC' \ No newline at end of file +mod-id = "9wv7LuMc" +version = "icjI7ruC" diff --git a/mods/immersivethunder.pw.toml b/mods/immersivethunder.pw.toml index f9d0138..9fbf612 100644 --- a/mods/immersivethunder.pw.toml +++ b/mods/immersivethunder.pw.toml @@ -1,16 +1,13 @@ -filename = 'ImmersiveThunder-1.20.1+1.2.2.jar' -name = 'ImmersiveThunder' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "ImmersiveThunder" +filename = "ImmersiveThunder-1.20.1+1.2.2.jar" +side = "client" [download] -hash = 'ce0cd41920d3f2c70ea46216fedbd329b844fd9b8df104b4c1a14b0476606e18fc5697fc27e7b5025ba98494a5c628649d66d755308ecc6297f62089c93732d3' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/uKjKoMsj/versions/o64NJE0v/ImmersiveThunder-1.20.1%2B1.2.2.jar' +url = "https://cdn.modrinth.com/data/uKjKoMsj/versions/o64NJE0v/ImmersiveThunder-1.20.1%2B1.2.2.jar" +hash-format = "sha512" +hash = "ce0cd41920d3f2c70ea46216fedbd329b844fd9b8df104b4c1a14b0476606e18fc5697fc27e7b5025ba98494a5c628649d66d755308ecc6297f62089c93732d3" +[update] [update.modrinth] -mod-id = 'uKjKoMsj' -version = 'o64NJE0v' \ No newline at end of file +mod-id = "uKjKoMsj" +version = "o64NJE0v" diff --git a/mods/incendium.pw.toml b/mods/incendium.pw.toml index e176c82..4fc902f 100644 --- a/mods/incendium.pw.toml +++ b/mods/incendium.pw.toml @@ -1,16 +1,13 @@ -filename = 'Incendium_1.20.x_v5.3.5.jar' -name = 'Incendium' -side = 'server' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' +name = "Incendium" +filename = "Incendium_1.20.x_v5.3.5.jar" +side = "both" [download] -hash = '04944dcbf3aa7ee8ea8785549e00f74a417ca17aa5760593e39090733ab0a9e38ebce078e4f5af544030759a5459c371003601ff5a7feebbc09765f8c712bb25' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ZVzW5oNS/versions/uUqarp2H/Incendium_1.20.x_v5.3.5.jar' +url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/uUqarp2H/Incendium_1.20.x_v5.3.5.jar" +hash-format = "sha512" +hash = "04944dcbf3aa7ee8ea8785549e00f74a417ca17aa5760593e39090733ab0a9e38ebce078e4f5af544030759a5459c371003601ff5a7feebbc09765f8c712bb25" +[update] [update.modrinth] -mod-id = 'ZVzW5oNS' -version = 'uUqarp2H' \ No newline at end of file +mod-id = "ZVzW5oNS" +version = "uUqarp2H" diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml index 86d495c..a664869 100644 --- a/mods/indium.pw.toml +++ b/mods/indium.pw.toml @@ -1,16 +1,13 @@ -filename = 'indium-1.0.36+mc1.20.1.jar' -name = 'Indium' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' +name = "Indium" +filename = "indium-1.0.36+mc1.20.1.jar" +side = "client" [download] -hash = '7c5a1851f1fc08ae69318e151d07151fabba6cda2a24616c9251e1a4e5b969453e88b97d60f926271d60e3511bfc6fa05a64a108466efb7f29bec4519547e0c9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Orvt0mRa/versions/nQHYSjxO/indium-1.0.36%2Bmc1.20.1.jar' +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/nQHYSjxO/indium-1.0.36%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "7c5a1851f1fc08ae69318e151d07151fabba6cda2a24616c9251e1a4e5b969453e88b97d60f926271d60e3511bfc6fa05a64a108466efb7f29bec4519547e0c9" +[update] [update.modrinth] -mod-id = 'Orvt0mRa' -version = 'nQHYSjxO' \ No newline at end of file +mod-id = "Orvt0mRa" +version = "nQHYSjxO" diff --git a/mods/infinite-music.pw.toml b/mods/infinite-music.pw.toml index 4066a41..1f36197 100644 --- a/mods/infinite-music.pw.toml +++ b/mods/infinite-music.pw.toml @@ -1,16 +1,13 @@ -filename = 'infinite-music-0.3.0.jar' -name = 'Music Delay Remover (Infinite Music)' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] -x-prismlauncher-release-type = 'release' +name = "Music Delay Remover (Infinite Music)" +filename = "infinite-music-0.3.0.jar" +side = "client" [download] -hash = '9ce33395fece269ff4aefd6da0b0c834ba26a289598a6a481dc6e21ca9dbf9eafffa364c96aab4450a286e15977f93696ebf7fa2a0e9f810580bf4c7a083b9f9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/OJLdOa8k/versions/rCcRZd3l/infinite-music-0.3.0.jar' +url = "https://cdn.modrinth.com/data/OJLdOa8k/versions/rCcRZd3l/infinite-music-0.3.0.jar" +hash-format = "sha512" +hash = "9ce33395fece269ff4aefd6da0b0c834ba26a289598a6a481dc6e21ca9dbf9eafffa364c96aab4450a286e15977f93696ebf7fa2a0e9f810580bf4c7a083b9f9" +[update] [update.modrinth] -mod-id = 'OJLdOa8k' -version = 'rCcRZd3l' \ No newline at end of file +mod-id = "OJLdOa8k" +version = "rCcRZd3l" diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml index f0e6a62..3c5de12 100644 --- a/mods/iris.pw.toml +++ b/mods/iris.pw.toml @@ -1,16 +1,13 @@ -filename = 'iris-1.7.6+mc1.20.1.jar' -name = 'Iris Shaders' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Iris Shaders" +filename = "iris-1.7.6+mc1.20.1.jar" +side = "client" [download] -hash = 'f1337b0441c31269bd3bfcb28647d521326a83e73128c1ac8d065615f8a5a4ca1e8c96a468b356584236ece5b164ec8d8a52b1878064f4e391ecf4f32885e301' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/YL57xq9U/versions/s5eFLITc/iris-1.7.6%2Bmc1.20.1.jar' +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/s5eFLITc/iris-1.7.6%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "f1337b0441c31269bd3bfcb28647d521326a83e73128c1ac8d065615f8a5a4ca1e8c96a468b356584236ece5b164ec8d8a52b1878064f4e391ecf4f32885e301" +[update] [update.modrinth] -mod-id = 'YL57xq9U' -version = 's5eFLITc' \ No newline at end of file +mod-id = "YL57xq9U" +version = "s5eFLITc" diff --git a/mods/item-highlighter.pw.toml b/mods/item-highlighter.pw.toml index ca6e5f8..01a5128 100644 --- a/mods/item-highlighter.pw.toml +++ b/mods/item-highlighter.pw.toml @@ -1,16 +1,13 @@ -filename = 'Highlighter-1.20.1-fabric-1.1.9.jar' -name = 'Item Highlighter' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Item Highlighter" +filename = "Highlighter-1.20.1-fabric-1.1.9.jar" +side = "client" [download] -hash = '3f55e9c3a8a35e2aa0234e8cf6a34dc1303bf3fa2b9c2fc2b7f6cd86153017bc901d164d8cf7f413959422647e627ee36e2cc34a85be56d085b0807afefe1a62' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/cVNW5lr6/versions/vyEyvJgV/Highlighter-1.20.1-fabric-1.1.9.jar' +url = "https://cdn.modrinth.com/data/cVNW5lr6/versions/vyEyvJgV/Highlighter-1.20.1-fabric-1.1.9.jar" +hash-format = "sha512" +hash = "3f55e9c3a8a35e2aa0234e8cf6a34dc1303bf3fa2b9c2fc2b7f6cd86153017bc901d164d8cf7f413959422647e627ee36e2cc34a85be56d085b0807afefe1a62" +[update] [update.modrinth] -mod-id = 'cVNW5lr6' -version = 'vyEyvJgV' \ No newline at end of file +mod-id = "cVNW5lr6" +version = "vyEyvJgV" diff --git a/mods/ive-spoken.pw.toml b/mods/ive-spoken.pw.toml index af229d7..7038961 100644 --- a/mods/ive-spoken.pw.toml +++ b/mods/ive-spoken.pw.toml @@ -1,16 +1,13 @@ -filename = 'ivespoken-2.2.2-fabric.1.20.jar' name = "I've Spoken" -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' +filename = "ivespoken-2.2.2-fabric.1.20.jar" +side = "client" [download] -hash = 'baf3e049e44a7e236612e1db10c76d588cdd1c3ee2b153da4506ae69f662f6bbb724dbec20f7330f2123f0946957bf37badb1b3dc41bfe8201d4a50990b3acb4' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/OidSa416/versions/HN5E0wVK/ivespoken-2.2.2-fabric.1.20.jar' +url = "https://cdn.modrinth.com/data/OidSa416/versions/HN5E0wVK/ivespoken-2.2.2-fabric.1.20.jar" +hash-format = "sha512" +hash = "baf3e049e44a7e236612e1db10c76d588cdd1c3ee2b153da4506ae69f662f6bbb724dbec20f7330f2123f0946957bf37badb1b3dc41bfe8201d4a50990b3acb4" +[update] [update.modrinth] -mod-id = 'OidSa416' -version = 'HN5E0wVK' \ No newline at end of file +mod-id = "OidSa416" +version = "HN5E0wVK" diff --git a/mods/jade-addons-fabric.pw.toml b/mods/jade-addons-fabric.pw.toml index 60b3182..a01e5ed 100644 --- a/mods/jade-addons-fabric.pw.toml +++ b/mods/jade-addons-fabric.pw.toml @@ -1,16 +1,13 @@ -filename = 'JadeAddons-1.20.1-Fabric-5.4.0.jar' -name = 'Jade Addons (Fabric)' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Jade Addons (Fabric)" +filename = "JadeAddons-1.20.1-Fabric-5.4.0.jar" +side = "both" [download] -hash = 'c5ee77d69989f50f4e862e17854e6a5d9243f3e01bf6660e1a45082a80eccb17b2eaee25c1d182942bac156d6fa0ac439b6c0c9fb92d55f575df5405a84e4fad' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/fThnVRli/versions/DSkzT8Ma/JadeAddons-1.20.1-Fabric-5.4.0.jar' +url = "https://cdn.modrinth.com/data/fThnVRli/versions/DSkzT8Ma/JadeAddons-1.20.1-Fabric-5.4.0.jar" +hash-format = "sha512" +hash = "c5ee77d69989f50f4e862e17854e6a5d9243f3e01bf6660e1a45082a80eccb17b2eaee25c1d182942bac156d6fa0ac439b6c0c9fb92d55f575df5405a84e4fad" +[update] [update.modrinth] -mod-id = 'fThnVRli' -version = 'DSkzT8Ma' \ No newline at end of file +mod-id = "fThnVRli" +version = "DSkzT8Ma" diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml index 2440a24..f1dfe39 100644 --- a/mods/jade.pw.toml +++ b/mods/jade.pw.toml @@ -1,16 +1,13 @@ -filename = 'Jade-1.20-Fabric-11.13.1.jar' -name = 'Jade 🔍' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "Jade 🔍" +filename = "Jade-1.20-Fabric-11.13.1.jar" +side = "both" [download] -hash = '048029727a30462abc8e43ecae2d5178ab653783c6dbcb2bd7c4c9cc1bb7c7a2ad5267ca3f89757f5b716da3f653b8e60ed8f46497917f26f094acc8f7dd7dc9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/nvQzSEkH/versions/drol2x1P/Jade-1.20-Fabric-11.13.1.jar' +url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/drol2x1P/Jade-1.20-Fabric-11.13.1.jar" +hash-format = "sha512" +hash = "048029727a30462abc8e43ecae2d5178ab653783c6dbcb2bd7c4c9cc1bb7c7a2ad5267ca3f89757f5b716da3f653b8e60ed8f46497917f26f094acc8f7dd7dc9" +[update] [update.modrinth] -mod-id = 'nvQzSEkH' -version = 'drol2x1P' \ No newline at end of file +mod-id = "nvQzSEkH" +version = "drol2x1P" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml index d2449c2..90419e9 100644 --- a/mods/jei.pw.toml +++ b/mods/jei.pw.toml @@ -1,16 +1,13 @@ -filename = 'jei-1.20.1-fabric-15.20.0.112.jar' -name = 'Just Enough Items' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "Just Enough Items" +filename = "jei-1.20.1-fabric-15.20.0.112.jar" +side = "both" [download] -hash = 'c13fbab6764aec7f8f29eace23592aeabaf2adf1aa03af73e996aeceb2d553485fa94b6162874464bb3ab41e70f3448ed2c42553eecbcaefa682f0fa015dcae4' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/u6dRKJwZ/versions/MMnbcAih/jei-1.20.1-fabric-15.20.0.112.jar' +url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/MMnbcAih/jei-1.20.1-fabric-15.20.0.112.jar" +hash-format = "sha512" +hash = "c13fbab6764aec7f8f29eace23592aeabaf2adf1aa03af73e996aeceb2d553485fa94b6162874464bb3ab41e70f3448ed2c42553eecbcaefa682f0fa015dcae4" +[update] [update.modrinth] -mod-id = 'u6dRKJwZ' -version = 'MMnbcAih' \ No newline at end of file +mod-id = "u6dRKJwZ" +version = "MMnbcAih" diff --git a/mods/just-zoom.pw.toml b/mods/just-zoom.pw.toml index ca9540e..8c35574 100644 --- a/mods/just-zoom.pw.toml +++ b/mods/just-zoom.pw.toml @@ -1,16 +1,13 @@ -filename = 'justzoom_fabric_2.1.0_MC_1.20.1.jar' -name = 'Just Zoom' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Just Zoom" +filename = "justzoom_fabric_2.1.0_MC_1.20.1.jar" +side = "client" [download] -hash = '203642fe937106a03465d9116387def228c1805f38f6e7b233ec5f943b0db02c7125ebfc931f9969c4fd65215aa4d88c86e41c25ae7a8d1d3cf600669012063d' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/iAiqcykM/versions/9RoWFL8K/justzoom_fabric_2.1.0_MC_1.20.1.jar' +url = "https://cdn.modrinth.com/data/iAiqcykM/versions/9RoWFL8K/justzoom_fabric_2.1.0_MC_1.20.1.jar" +hash-format = "sha512" +hash = "203642fe937106a03465d9116387def228c1805f38f6e7b233ec5f943b0db02c7125ebfc931f9969c4fd65215aa4d88c86e41c25ae7a8d1d3cf600669012063d" +[update] [update.modrinth] -mod-id = 'iAiqcykM' -version = '9RoWFL8K' \ No newline at end of file +mod-id = "iAiqcykM" +version = "9RoWFL8K" diff --git a/mods/konkrete.pw.toml b/mods/konkrete.pw.toml index 5180711..40b5efc 100644 --- a/mods/konkrete.pw.toml +++ b/mods/konkrete.pw.toml @@ -1,16 +1,13 @@ -filename = 'konkrete_fabric_1.8.1_MC_1.20.1.jar' -name = 'Konkrete' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Konkrete" +filename = "konkrete_fabric_1.8.1_MC_1.20.1.jar" +side = "both" [download] -hash = 'ca65343bd3b063f3e0f68cc1d40da1969cf07ca038670f22a2bac91c2f34162f2c455ceb309680d57da13267ffc99fc7f8d40bb9451e93ff56ab2a688c0e3a45' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/J81TRJWm/versions/RlBGFlWp/konkrete_fabric_1.8.1_MC_1.20.1.jar' +url = "https://cdn.modrinth.com/data/J81TRJWm/versions/RlBGFlWp/konkrete_fabric_1.8.1_MC_1.20.1.jar" +hash-format = "sha512" +hash = "ca65343bd3b063f3e0f68cc1d40da1969cf07ca038670f22a2bac91c2f34162f2c455ceb309680d57da13267ffc99fc7f8d40bb9451e93ff56ab2a688c0e3a45" +[update] [update.modrinth] -mod-id = 'J81TRJWm' -version = 'RlBGFlWp' \ No newline at end of file +mod-id = "J81TRJWm" +version = "RlBGFlWp" diff --git a/mods/krypton.pw.toml b/mods/krypton.pw.toml index f6a2d17..d321ad3 100644 --- a/mods/krypton.pw.toml +++ b/mods/krypton.pw.toml @@ -1,16 +1,13 @@ -filename = 'krypton-0.2.3.jar' -name = 'Krypton' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Krypton" +filename = "krypton-0.2.3.jar" +side = "both" [download] -hash = '92b73a70737cfc1daebca211bd1525de7684b554be392714ee29cbd558f2a27a8bdda22accbe9176d6e531d74f9bf77798c28c3e8559c970f607422b6038bc9e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar' +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar" +hash-format = "sha512" +hash = "92b73a70737cfc1daebca211bd1525de7684b554be392714ee29cbd558f2a27a8bdda22accbe9176d6e531d74f9bf77798c28c3e8559c970f607422b6038bc9e" +[update] [update.modrinth] -mod-id = 'fQEb0iXm' -version = 'jiDwS0W1' \ No newline at end of file +mod-id = "fQEb0iXm" +version = "jiDwS0W1" diff --git a/mods/ksyxis.pw.toml b/mods/ksyxis.pw.toml index 41bf255..1eef119 100644 --- a/mods/ksyxis.pw.toml +++ b/mods/ksyxis.pw.toml @@ -1,641 +1,13 @@ -filename = 'Ksyxis-1.3.3.jar' -name = 'Ksyxis' -side = 'both' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.10', - '1.10 Pre-Release 1', - '1.10 Pre-Release 2', - '1.10.1', - '1.10.2', - '1.11', - '1.11 Pre-Release 1', - '1.11.1', - '1.11.2', - '1.12', - '1.12 Pre-Release 1', - '1.12 Pre-Release 2', - '1.12 Pre-Release 3', - '1.12 Pre-Release 4', - '1.12 Pre-Release 5', - '1.12 Pre-Release 6', - '1.12 Pre-Release 7', - '1.12.1', - '1.12.1 Pre-Release 1', - '1.12.2', - '1.12.2 Pre-Release 1', - '1.12.2 Pre-Release 2', - '1.13', - '1.13 Pre-Release 1', - '1.13 Pre-Release 10', - '1.13 Pre-Release 2', - '1.13 Pre-Release 3', - '1.13 Pre-Release 4', - '1.13 Pre-Release 5', - '1.13 Pre-Release 6', - '1.13 Pre-Release 7', - '1.13 Pre-Release 8', - '1.13 Pre-Release 9', - '1.13.1', - '1.13.1 Pre-Release 1', - '1.13.1 Pre-Release 2', - '1.13.2', - '1.13.2 Pre-Release 1', - '1.13.2 Pre-Release 2', - '1.14', - '1.14 Pre-Release 1', - '1.14 Pre-Release 2', - '1.14 Pre-Release 3', - '1.14 Pre-Release 4', - '1.14 Pre-Release 5', - '1.14.1', - '1.14.1 Pre-Release 1', - '1.14.1 Pre-Release 2', - '1.14.2', - '1.14.2 Pre-Release 1', - '1.14.2 Pre-Release 2', - '1.14.2 Pre-Release 3', - '1.14.2 Pre-Release 4', - '1.14.3', - '1.14.3 Pre-Release 1', - '1.14.3 Pre-Release 2', - '1.14.3 Pre-Release 3', - '1.14.3 Pre-Release 4', - '1.14.4', - '1.14.4 Pre-Release 1', - '1.14.4 Pre-Release 2', - '1.14.4 Pre-Release 3', - '1.14.4 Pre-Release 4', - '1.14.4 Pre-Release 5', - '1.14.4 Pre-Release 6', - '1.14.4 Pre-Release 7', - '1.15', - '1.15 Pre-Release 1', - '1.15 Pre-Release 2', - '1.15 Pre-Release 3', - '1.15 Pre-Release 4', - '1.15 Pre-Release 5', - '1.15 Pre-Release 6', - '1.15 Pre-Release 7', - '1.15.1', - '1.15.1 Pre-Release 1', - '1.15.2', - '1.15.2 Pre-Release 1', - '1.15.2 Pre-Release 2', - '1.16', - '1.16 Pre-Release 1', - '1.16 Pre-Release 2', - '1.16 Pre-Release 3', - '1.16 Pre-Release 4', - '1.16 Pre-Release 5', - '1.16 Pre-Release 6', - '1.16 Pre-Release 7', - '1.16 Pre-Release 8', - '1.16 rc1', - '1.16.1', - '1.16.2', - '1.16.2 Pre-Release 1', - '1.16.2 Pre-Release 2', - '1.16.2 Pre-Release 3', - '1.16.2 rc1', - '1.16.2 rc2', - '1.16.3', - '1.16.3 rc1', - '1.16.4', - '1.16.4 Pre-Release 1', - '1.16.4 Pre-Release 2', - '1.16.4 rc1', - '1.16.5', - '1.16.5 rc1', - '1.17', - '1.17 Pre-Release 1', - '1.17 Pre-Release 2', - '1.17 Pre-Release 3', - '1.17 Pre-Release 4', - '1.17 Pre-Release 5', - '1.17 rc1', - '1.17 rc2', - '1.17.1', - '1.17.1 Pre-Release 1', - '1.17.1 Pre-Release 2', - '1.17.1 Pre-Release 3', - '1.17.1 rc1', - '1.17.1 rc2', - '1.18', - '1.18 Pre-Release 1', - '1.18 Pre-Release 2', - '1.18 Pre-Release 3', - '1.18 Pre-Release 4', - '1.18 Pre-Release 5', - '1.18 Pre-Release 6', - '1.18 Pre-Release 7', - '1.18 Pre-Release 8', - '1.18 rc1', - '1.18 rc2', - '1.18 rc3', - '1.18 rc4', - '1.18.1', - '1.18.1 Pre-Release 1', - '1.18.1 rc1', - '1.18.1 rc2', - '1.18.1 rc3', - '1.18.2', - '1.18.2 Pre-Release 1', - '1.18.2 Pre-Release 2', - '1.18.2 Pre-Release 3', - '1.18.2 rc1', - '1.19', - '1.19 Pre-Release 1', - '1.19 Pre-Release 2', - '1.19 Pre-Release 3', - '1.19 Pre-Release 4', - '1.19 Pre-Release 5', - '1.19 rc1', - '1.19 rc2', - '1.19.1', - '1.19.1 Pre-Release 1', - '1.19.1 Pre-Release 2', - '1.19.1 Pre-Release 3', - '1.19.1 Pre-Release 4', - '1.19.1 Pre-Release 5', - '1.19.1 Pre-Release 6', - '1.19.1 rc1', - '1.19.1 rc2', - '1.19.1 rc3', - '1.19.2', - '1.19.2 rc1', - '1.19.2 rc2', - '1.19.3', - '1.19.3 Pre-Release 1', - '1.19.3 Pre-Release 2', - '1.19.3 Pre-Release 3', - '1.19.3 rc1', - '1.19.3 rc2', - '1.19.3 rc3', - '1.19.4', - '1.19.4 Pre-Release 1', - '1.19.4 Pre-Release 2', - '1.19.4 Pre-Release 3', - '1.19.4 Pre-Release 4', - '1.19.4 rc1', - '1.19.4 rc2', - '1.19.4 rc3', - '1.20', - '1.20 Pre-Release 1', - '1.20 Pre-Release 2', - '1.20 Pre-Release 3', - '1.20 Pre-Release 4', - '1.20 Pre-Release 5', - '1.20 Pre-Release 6', - '1.20 Pre-Release 7', - '1.20 rc1', - '1.20.1', - '1.20.1 rc1', - '1.20.2', - '1.20.2 Pre-Release 1', - '1.20.2 Pre-Release 2', - '1.20.2 Pre-Release 3', - '1.20.2 Pre-Release 4', - '1.20.2 rc1', - '1.20.2 rc2', - '1.20.3', - '1.20.3 Pre-Release 1', - '1.20.3 Pre-Release 2', - '1.20.3 Pre-Release 3', - '1.20.3 Pre-Release 4', - '1.20.3 rc1', - '1.20.4', - '1.20.4 rc1', - '1.20.5', - '1.20.5 Pre-Release 1', - '1.20.5 Pre-Release 2', - '1.20.5 Pre-Release 3', - '1.20.5 Pre-Release 4', - '1.20.5 rc1', - '1.20.5 rc2', - '1.20.5 rc3', - '1.20.6', - '1.20.6 rc1', - '1.21', - '1.21 Pre-Release 1', - '1.21 Pre-Release 2', - '1.21 Pre-Release 3', - '1.21 Pre-Release 4', - '1.21 rc1', - '1.21.1', - '1.21.1 rc1', - '1.21.2', - '1.21.2 Pre-Release 1', - '1.21.2 Pre-Release 2', - '1.21.2 Pre-Release 3', - '1.21.2 Pre-Release 4', - '1.21.2 Pre-Release 5', - '1.21.2 rc1', - '1.21.2 rc2', - '1.21.3', - '1.21.4', - '1.21.4 Pre-Release 1', - '1.21.4 Pre-Release 2', - '1.21.4 Pre-Release 3', - '1.21.4 rc1', - '1.21.4 rc2', - '1.21.4 rc3', - '1.21.5', - '1.21.5 Pre-Release 1', - '1.21.5 Pre-Release 2', - '1.21.5 Pre-Release 3', - '1.21.5 rc1', - '1.21.5 rc2', - '1.21.6', - '1.21.6 Pre-Release 1', - '1.21.6 Pre-Release 2', - '1.21.6 Pre-Release 3', - '1.21.6 Pre-Release 4', - '1.21.6 rc1', - '1.21.7', - '1.21.7 rc1', - '1.21.7 rc2', - '1.8', - '1.8.1', - '1.8.1 Pre-Release 1', - '1.8.1 Pre-Release 2', - '1.8.1 Pre-Release 3', - '1.8.1 Pre-Release 4', - '1.8.1 Pre-Release 5', - '1.8.2', - '1.8.2 Pre-Release 1', - '1.8.2 Pre-Release 2', - '1.8.2 Pre-Release 3', - '1.8.2 Pre-Release 4', - '1.8.2 Pre-Release 5', - '1.8.2 Pre-Release 6', - '1.8.2 Pre-Release 7', - '1.8.3', - '1.8.4', - '1.8.5', - '1.8.6', - '1.8.7', - '1.8.8', - '1.8.9', - '1.9', - '1.9 Pre-Release 1', - '1.9 Pre-Release 2', - '1.9 Pre-Release 3', - '1.9 Pre-Release 4', - '1.9.1', - '1.9.1 Pre-Release 1', - '1.9.1 Pre-Release 2', - '1.9.1 Pre-Release 3', - '1.9.2', - '1.9.3', - '1.9.3 Pre-Release 1', - '1.9.3 Pre-Release 2', - '1.9.3 Pre-Release 3', - '1.9.4', - '1.RV Pre1', - '15w14a', - '15w31a', - '15w31b', - '15w31c', - '15w32a', - '15w32b', - '15w32c', - '15w33a', - '15w33b', - '15w33c', - '15w34a', - '15w34b', - '15w34c', - '15w34d', - '15w35a', - '15w35b', - '15w35c', - '15w35d', - '15w35e', - '15w36a', - '15w36b', - '15w36c', - '15w36d', - '15w37a', - '15w38a', - '15w38b', - '15w39a', - '15w39b', - '15w39c', - '15w40a', - '15w40b', - '15w41a', - '15w41b', - '15w42a', - '15w43a', - '15w43b', - '15w43c', - '15w44a', - '15w44b', - '15w45a', - '15w46a', - '15w47a', - '15w47b', - '15w47c', - '15w49a', - '15w49b', - '15w50a', - '15w51a', - '15w51b', - '16w02a', - '16w03a', - '16w04a', - '16w05a', - '16w05b', - '16w06a', - '16w07a', - '16w07b', - '16w14a', - '16w15a', - '16w15b', - '16w20a', - '16w21a', - '16w21b', - '16w32a', - '16w32b', - '16w33a', - '16w35a', - '16w36a', - '16w38a', - '16w39a', - '16w39b', - '16w39c', - '16w40a', - '16w41a', - '16w42a', - '16w43a', - '16w44a', - '16w50a', - '17w06a', - '17w13a', - '17w13b', - '17w14a', - '17w15a', - '17w16a', - '17w16b', - '17w17a', - '17w17b', - '17w18a', - '17w18b', - '17w31a', - '17w43a', - '17w43b', - '17w45a', - '17w45b', - '17w46a', - '17w47a', - '17w47b', - '17w48a', - '17w49a', - '17w49b', - '17w50a', - '18w01a', - '18w02a', - '18w03a', - '18w03b', - '18w05a', - '18w06a', - '18w07a', - '18w07b', - '18w07c', - '18w08a', - '18w08b', - '18w09a', - '18w10a', - '18w10b', - '18w10c', - '18w10d', - '18w11a', - '18w14a', - '18w14b', - '18w15a', - '18w16a', - '18w19a', - '18w19b', - '18w20a', - '18w20b', - '18w20c', - '18w21a', - '18w21b', - '18w22a', - '18w22b', - '18w22c', - '18w30a', - '18w30b', - '18w31a', - '18w32a', - '18w33a', - '18w43a', - '18w43b', - '18w43c', - '18w44a', - '18w45a', - '18w46a', - '18w47a', - '18w47b', - '18w48a', - '18w48b', - '18w49a', - '18w50a', - '19w02a', - '19w03a', - '19w03b', - '19w03c', - '19w04a', - '19w04b', - '19w05a', - '19w06a', - '19w07a', - '19w08a', - '19w08b', - '19w09a', - '19w11a', - '19w11b', - '19w12a', - '19w12b', - '19w13a', - '19w13b', - '19w14a', - '19w14b', - '19w34a', - '19w35a', - '19w36a', - '19w37a', - '19w38a', - '19w38b', - '19w39a', - '19w40a', - '19w41a', - '19w42a', - '19w44a', - '19w45a', - '19w45b', - '19w46a', - '19w46b', - '20w06a', - '20w07a', - '20w08a', - '20w09a', - '20w10a', - '20w11a', - '20w12a', - '20w13a', - '20w13b', - '20w14a', - '20w14infinite', - '20w15a', - '20w16a', - '20w17a', - '20w18a', - '20w19a', - '20w20a', - '20w20b', - '20w21a', - '20w22a', - '20w27a', - '20w28a', - '20w29a', - '20w30a', - '20w45a', - '20w46a', - '20w48a', - '20w49a', - '20w51a', - '21w03a', - '21w05a', - '21w05b', - '21w06a', - '21w07a', - '21w08a', - '21w08b', - '21w10a', - '21w11a', - '21w13a', - '21w14a', - '21w15a', - '21w16a', - '21w17a', - '21w18a', - '21w19a', - '21w20a', - '21w37a', - '21w38a', - '21w39a', - '21w40a', - '21w41a', - '21w42a', - '21w43a', - '21w44a', - '22w03a', - '22w05a', - '22w06a', - '22w07a', - '22w11a', - '22w12a', - '22w13a', - '22w13oneblockatatime', - '22w14a', - '22w15a', - '22w16a', - '22w16b', - '22w17a', - '22w18a', - '22w19a', - '22w24a', - '22w42a', - '22w43a', - '22w44a', - '22w45a', - '22w46a', - '23w03a', - '23w04a', - '23w05a', - '23w06a', - '23w07a', - '23w12a', - '23w13a', - '23w13a_or_b', - '23w14a', - '23w16a', - '23w17a', - '23w18a', - '23w31a', - '23w32a', - '23w33a', - '23w35a', - '23w40a', - '23w41a', - '23w42a', - '23w43a', - '23w43b', - '23w44a', - '23w45a', - '23w46a', - '23w51a', - '23w51b', - '24w03a', - '24w03b', - '24w04a', - '24w05a', - '24w05b', - '24w06a', - '24w07a', - '24w09a', - '24w10a', - '24w11a', - '24w12a', - '24w13a', - '24w14a', - '24w14potato', - '24w18a', - '24w19a', - '24w19b', - '24w20a', - '24w21a', - '24w21b', - '24w33a', - '24w34a', - '24w35a', - '24w36a', - '24w37a', - '24w38a', - '24w39a', - '24w40a', - '24w44a', - '24w45a', - '24w46a', - '25w02a', - '25w03a', - '25w04a', - '25w05a', - '25w06a', - '25w07a', - '25w08a', - '25w09a', - '25w09b', - '25w10a', - '25w15a', - '25w16a', - '25w17a', - '25w18a', - '25w19a', - '25w20a', - '25w21a', - '3D Shareware v1.34' -] -x-prismlauncher-release-type = 'release' +name = "Ksyxis" +filename = "Ksyxis-1.3.3.jar" +side = "both" [download] -hash = 'e754d8709d4a4c4ea894dda7bc5c3b017c8baddaaaa67b2319881d52dcce5ecd12d626087d55008de5eb942b02cf9e2099c71602296c5b63ea75abb2452b0bc7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/2ecVyZ49/versions/ueN87SNs/Ksyxis-1.3.3.jar' +url = "https://cdn.modrinth.com/data/2ecVyZ49/versions/ueN87SNs/Ksyxis-1.3.3.jar" +hash-format = "sha512" +hash = "e754d8709d4a4c4ea894dda7bc5c3b017c8baddaaaa67b2319881d52dcce5ecd12d626087d55008de5eb942b02cf9e2099c71602296c5b63ea75abb2452b0bc7" +[update] [update.modrinth] -mod-id = '2ecVyZ49' -version = 'ueN87SNs' \ No newline at end of file +mod-id = "2ecVyZ49" +version = "ueN87SNs" diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml index 87bcbd5..da2d05b 100644 --- a/mods/lambdynamiclights.pw.toml +++ b/mods/lambdynamiclights.pw.toml @@ -1,16 +1,13 @@ -filename = 'lambdynamiclights-4.1.3+1.20.1.jar' -name = 'LambDynamicLights' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "LambDynamicLights" +filename = "lambdynamiclights-4.1.3+1.20.1.jar" +side = "client" [download] -hash = 'f1fc41c4c99df4fe6eea97070dc8b54a28830fa6a6b33f33833f25741babfe38d12a2bdcae5ccc4b5a115a427d46e22e2487431e23d86080efad3a2f571a1831' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/yBW8D80W/versions/Zxi6kGDV/lambdynamiclights-4.1.3%2B1.20.1.jar' +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/Zxi6kGDV/lambdynamiclights-4.1.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "f1fc41c4c99df4fe6eea97070dc8b54a28830fa6a6b33f33833f25741babfe38d12a2bdcae5ccc4b5a115a427d46e22e2487431e23d86080efad3a2f571a1831" +[update] [update.modrinth] -mod-id = 'yBW8D80W' -version = 'Zxi6kGDV' \ No newline at end of file +mod-id = "yBW8D80W" +version = "Zxi6kGDV" diff --git a/mods/language-reload.pw.toml b/mods/language-reload.pw.toml index 694b1a7..2ae9b9b 100644 --- a/mods/language-reload.pw.toml +++ b/mods/language-reload.pw.toml @@ -1,16 +1,13 @@ -filename = 'language-reload-1.7.4+1.20.1.jar' -name = 'Language Reload' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Language Reload" +filename = "language-reload-1.7.4+1.20.1.jar" +side = "client" [download] -hash = '0df0c486b02a86e33a29e48615d5379b5824104a9c34ce76d7072c7cb41a5578e2195fc5bd21c8627869f8101f378b97d620632335dc360e784f67e954ab0290' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/uLbm7CG6/versions/7g8j3tHH/language-reload-1.7.4%2B1.20.1.jar' +url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/7g8j3tHH/language-reload-1.7.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "0df0c486b02a86e33a29e48615d5379b5824104a9c34ce76d7072c7cb41a5578e2195fc5bd21c8627869f8101f378b97d620632335dc360e784f67e954ab0290" +[update] [update.modrinth] -mod-id = 'uLbm7CG6' -version = '7g8j3tHH' \ No newline at end of file +mod-id = "uLbm7CG6" +version = "7g8j3tHH" diff --git a/mods/lazydfu.pw.toml b/mods/lazydfu.pw.toml index 96f4f60..2860d1c 100644 --- a/mods/lazydfu.pw.toml +++ b/mods/lazydfu.pw.toml @@ -1,16 +1,13 @@ -filename = 'lazydfu-0.1.3.jar' -name = 'LazyDFU' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2', '1.19.3', '1.19.4', '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' +name = "LazyDFU" +filename = "lazydfu-0.1.3.jar" +side = "both" [download] -hash = 'dc3766352c645f6da92b13000dffa80584ee58093c925c2154eb3c125a2b2f9a3af298202e2658b039c6ee41e81ca9a2e9d4b942561f7085239dd4421e0cce0a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.3/lazydfu-0.1.3.jar' +url = "https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.3/lazydfu-0.1.3.jar" +hash-format = "sha512" +hash = "dc3766352c645f6da92b13000dffa80584ee58093c925c2154eb3c125a2b2f9a3af298202e2658b039c6ee41e81ca9a2e9d4b942561f7085239dd4421e0cce0a" +[update] [update.modrinth] -mod-id = 'hvFnDODi' -version = '4SHylIO9' \ No newline at end of file +mod-id = "hvFnDODi" +version = "4SHylIO9" diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml index 664bbac..565754c 100644 --- a/mods/lithium.pw.toml +++ b/mods/lithium.pw.toml @@ -1,16 +1,13 @@ -filename = 'lithium-fabric-mc1.20.1-0.11.3.jar' -name = 'Lithium' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Lithium" +filename = "lithium-fabric-mc1.20.1-0.11.3.jar" +side = "both" [download] -hash = 'dc9bc65146f41cf99c46b46216dd3645be7c45cfeb2bc7cdceaa11bcd57771cdf2c30e84ce057f12b8dbf0d54fb808143cf46d92626370011ba5112bec18e720' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/gvQqBUqZ/versions/vuuAe7ZA/lithium-fabric-mc1.20.1-0.11.3.jar' +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/vuuAe7ZA/lithium-fabric-mc1.20.1-0.11.3.jar" +hash-format = "sha512" +hash = "dc9bc65146f41cf99c46b46216dd3645be7c45cfeb2bc7cdceaa11bcd57771cdf2c30e84ce057f12b8dbf0d54fb808143cf46d92626370011ba5112bec18e720" +[update] [update.modrinth] -mod-id = 'gvQqBUqZ' -version = 'vuuAe7ZA' \ No newline at end of file +mod-id = "gvQqBUqZ" +version = "vuuAe7ZA" diff --git a/mods/lithostitched.pw.toml b/mods/lithostitched.pw.toml index 672b81c..e8ea4ec 100644 --- a/mods/lithostitched.pw.toml +++ b/mods/lithostitched.pw.toml @@ -1,16 +1,13 @@ -filename = 'lithostitched-fabric-1.20.1-1.4.10.jar' -name = 'Lithostitched' -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Lithostitched" +filename = "lithostitched-fabric-1.20.1-1.4.11.jar" +side = "server" [download] -hash = '3163acc2a3d3fb8b1eb9c72e3d06d0dd2a9a262e87e4fd30b46079436710dd03db81500759688c4479e44cde69da12c9c826dd658de9f85ed03285e9950b03ac' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/XaDC71GB/versions/owa0e2tu/lithostitched-fabric-1.20.1-1.4.10.jar' +url = "https://cdn.modrinth.com/data/XaDC71GB/versions/9bbVphAR/lithostitched-fabric-1.20.1-1.4.11.jar" +hash-format = "sha512" +hash = "d8e840907e3f7326c1e6605b65c46eb4e920e4790ab4074884ad21913f0c097dcacf4b813091239eb58bd65b7c75b96d04bb4df6eec830f89a21e217e3c0fdec" +[update] [update.modrinth] -mod-id = 'XaDC71GB' -version = 'owa0e2tu' \ No newline at end of file +mod-id = "XaDC71GB" +version = "9bbVphAR" diff --git a/mods/lootr.pw.toml b/mods/lootr.pw.toml index 89f5192..73e8bbe 100644 --- a/mods/lootr.pw.toml +++ b/mods/lootr.pw.toml @@ -1,16 +1,13 @@ -filename = 'lootr-fabric-1.20-0.7.35.85.jar' -name = 'Lootr' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Lootr" +filename = "lootr-fabric-1.20-0.7.35.85.jar" +side = "both" [download] -hash = '147fe13c491c47a380a5d0e2298187883e714dc81d135e4292b22662cf65d99a1f461eefa2b2a8da394752bfb6e04e6ff384d3472538c7a54a72cca83d370dbd' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/EltpO5cN/versions/udi9KR9R/lootr-fabric-1.20-0.7.35.85.jar' +url = "https://cdn.modrinth.com/data/EltpO5cN/versions/udi9KR9R/lootr-fabric-1.20-0.7.35.85.jar" +hash-format = "sha512" +hash = "147fe13c491c47a380a5d0e2298187883e714dc81d135e4292b22662cf65d99a1f461eefa2b2a8da394752bfb6e04e6ff384d3472538c7a54a72cca83d370dbd" +[update] [update.modrinth] -mod-id = 'EltpO5cN' -version = 'udi9KR9R' \ No newline at end of file +mod-id = "EltpO5cN" +version = "udi9KR9R" diff --git a/mods/macos-input-fixes.pw.toml b/mods/macos-input-fixes.pw.toml index b51b388..66e045e 100644 --- a/mods/macos-input-fixes.pw.toml +++ b/mods/macos-input-fixes.pw.toml @@ -1,373 +1,13 @@ -filename = 'macos-input-fixes-1.9.jar' -name = 'MacOS Input Fixes' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.14', - '1.14.1', - '1.14.1 Pre-Release 1', - '1.14.1 Pre-Release 2', - '1.14.2', - '1.14.2 Pre-Release 1', - '1.14.2 Pre-Release 2', - '1.14.2 Pre-Release 3', - '1.14.2 Pre-Release 4', - '1.14.3', - '1.14.3 Pre-Release 1', - '1.14.3 Pre-Release 2', - '1.14.3 Pre-Release 3', - '1.14.3 Pre-Release 4', - '1.14.4', - '1.14.4 Pre-Release 1', - '1.14.4 Pre-Release 2', - '1.14.4 Pre-Release 3', - '1.14.4 Pre-Release 4', - '1.14.4 Pre-Release 5', - '1.14.4 Pre-Release 6', - '1.14.4 Pre-Release 7', - '1.15', - '1.15 Pre-Release 1', - '1.15 Pre-Release 2', - '1.15 Pre-Release 3', - '1.15 Pre-Release 4', - '1.15 Pre-Release 5', - '1.15 Pre-Release 6', - '1.15 Pre-Release 7', - '1.15.1', - '1.15.1 Pre-Release 1', - '1.15.2', - '1.15.2 Pre-Release 1', - '1.15.2 Pre-Release 2', - '1.16', - '1.16 Pre-Release 1', - '1.16 Pre-Release 2', - '1.16 Pre-Release 3', - '1.16 Pre-Release 4', - '1.16 Pre-Release 5', - '1.16 Pre-Release 6', - '1.16 Pre-Release 7', - '1.16 Pre-Release 8', - '1.16 rc1', - '1.16.1', - '1.16.2', - '1.16.2 Pre-Release 1', - '1.16.2 Pre-Release 2', - '1.16.2 Pre-Release 3', - '1.16.2 rc1', - '1.16.2 rc2', - '1.16.3', - '1.16.3 rc1', - '1.16.4', - '1.16.4 Pre-Release 1', - '1.16.4 Pre-Release 2', - '1.16.4 rc1', - '1.16.5', - '1.16.5 rc1', - '1.17', - '1.17 Pre-Release 1', - '1.17 Pre-Release 2', - '1.17 Pre-Release 3', - '1.17 Pre-Release 4', - '1.17 Pre-Release 5', - '1.17 rc1', - '1.17 rc2', - '1.17.1', - '1.17.1 Pre-Release 1', - '1.17.1 Pre-Release 2', - '1.17.1 Pre-Release 3', - '1.17.1 rc1', - '1.17.1 rc2', - '1.18', - '1.18 Pre-Release 1', - '1.18 Pre-Release 2', - '1.18 Pre-Release 3', - '1.18 Pre-Release 4', - '1.18 Pre-Release 5', - '1.18 Pre-Release 6', - '1.18 Pre-Release 7', - '1.18 Pre-Release 8', - '1.18 rc1', - '1.18 rc2', - '1.18 rc3', - '1.18 rc4', - '1.18.1', - '1.18.1 Pre-Release 1', - '1.18.1 rc1', - '1.18.1 rc2', - '1.18.1 rc3', - '1.18.2', - '1.18.2 Pre-Release 1', - '1.18.2 Pre-Release 2', - '1.18.2 Pre-Release 3', - '1.18.2 rc1', - '1.19', - '1.19 Pre-Release 1', - '1.19 Pre-Release 2', - '1.19 Pre-Release 3', - '1.19 Pre-Release 4', - '1.19 Pre-Release 5', - '1.19 rc1', - '1.19 rc2', - '1.19.1', - '1.19.1 Pre-Release 1', - '1.19.1 Pre-Release 2', - '1.19.1 Pre-Release 3', - '1.19.1 Pre-Release 4', - '1.19.1 Pre-Release 5', - '1.19.1 Pre-Release 6', - '1.19.1 rc1', - '1.19.1 rc2', - '1.19.1 rc3', - '1.19.2', - '1.19.2 rc1', - '1.19.2 rc2', - '1.19.3', - '1.19.3 Pre-Release 1', - '1.19.3 Pre-Release 2', - '1.19.3 Pre-Release 3', - '1.19.3 rc1', - '1.19.3 rc2', - '1.19.3 rc3', - '1.19.4', - '1.19.4 Pre-Release 1', - '1.19.4 Pre-Release 2', - '1.19.4 Pre-Release 3', - '1.19.4 Pre-Release 4', - '1.19.4 rc1', - '1.19.4 rc2', - '1.19.4 rc3', - '1.20', - '1.20 Pre-Release 1', - '1.20 Pre-Release 2', - '1.20 Pre-Release 3', - '1.20 Pre-Release 4', - '1.20 Pre-Release 5', - '1.20 Pre-Release 6', - '1.20 Pre-Release 7', - '1.20 rc1', - '1.20.1', - '1.20.1 rc1', - '1.20.2', - '1.20.2 Pre-Release 1', - '1.20.2 Pre-Release 2', - '1.20.2 Pre-Release 3', - '1.20.2 Pre-Release 4', - '1.20.2 rc1', - '1.20.2 rc2', - '1.20.3', - '1.20.3 Pre-Release 1', - '1.20.3 Pre-Release 2', - '1.20.3 Pre-Release 3', - '1.20.3 Pre-Release 4', - '1.20.3 rc1', - '1.20.4', - '1.20.4 rc1', - '1.20.5', - '1.20.5 Pre-Release 1', - '1.20.5 Pre-Release 2', - '1.20.5 Pre-Release 3', - '1.20.5 Pre-Release 4', - '1.20.5 rc1', - '1.20.5 rc2', - '1.20.5 rc3', - '1.20.6', - '1.20.6 rc1', - '1.21', - '1.21 Pre-Release 1', - '1.21 Pre-Release 2', - '1.21 Pre-Release 3', - '1.21 Pre-Release 4', - '1.21 rc1', - '1.21.1', - '1.21.1 rc1', - '1.21.2', - '1.21.2 Pre-Release 1', - '1.21.2 Pre-Release 2', - '1.21.2 Pre-Release 3', - '1.21.2 Pre-Release 4', - '1.21.2 Pre-Release 5', - '1.21.2 rc1', - '1.21.2 rc2', - '1.21.3', - '1.21.4', - '1.21.4 Pre-Release 1', - '1.21.4 Pre-Release 2', - '1.21.4 Pre-Release 3', - '1.21.4 rc1', - '1.21.4 rc2', - '1.21.4 rc3', - '1.21.5', - '1.21.5 Pre-Release 1', - '1.21.5 Pre-Release 2', - '1.21.5 Pre-Release 3', - '1.21.5 rc1', - '1.21.5 rc2', - '19w34a', - '19w35a', - '19w36a', - '19w37a', - '19w38a', - '19w38b', - '19w39a', - '19w40a', - '19w41a', - '19w42a', - '19w44a', - '19w45a', - '19w45b', - '19w46a', - '19w46b', - '20w06a', - '20w07a', - '20w08a', - '20w09a', - '20w10a', - '20w11a', - '20w12a', - '20w13a', - '20w13b', - '20w14a', - '20w14infinite', - '20w15a', - '20w16a', - '20w17a', - '20w18a', - '20w19a', - '20w20a', - '20w20b', - '20w21a', - '20w22a', - '20w27a', - '20w28a', - '20w29a', - '20w30a', - '20w45a', - '20w46a', - '20w48a', - '20w49a', - '20w51a', - '21w03a', - '21w05a', - '21w05b', - '21w06a', - '21w07a', - '21w08a', - '21w08b', - '21w10a', - '21w11a', - '21w13a', - '21w14a', - '21w15a', - '21w16a', - '21w17a', - '21w18a', - '21w19a', - '21w20a', - '21w37a', - '21w38a', - '21w39a', - '21w40a', - '21w41a', - '21w42a', - '21w43a', - '21w44a', - '22w03a', - '22w05a', - '22w06a', - '22w07a', - '22w11a', - '22w12a', - '22w13a', - '22w13oneblockatatime', - '22w14a', - '22w15a', - '22w16a', - '22w16b', - '22w17a', - '22w18a', - '22w19a', - '22w24a', - '22w42a', - '22w43a', - '22w44a', - '22w45a', - '22w46a', - '23w03a', - '23w04a', - '23w05a', - '23w06a', - '23w07a', - '23w12a', - '23w13a', - '23w13a_or_b', - '23w14a', - '23w16a', - '23w17a', - '23w18a', - '23w31a', - '23w32a', - '23w33a', - '23w35a', - '23w40a', - '23w41a', - '23w42a', - '23w43a', - '23w43b', - '23w44a', - '23w45a', - '23w46a', - '23w51a', - '23w51b', - '24w03a', - '24w03b', - '24w04a', - '24w05a', - '24w05b', - '24w06a', - '24w07a', - '24w09a', - '24w10a', - '24w11a', - '24w12a', - '24w13a', - '24w14a', - '24w14potato', - '24w18a', - '24w19a', - '24w19b', - '24w20a', - '24w21a', - '24w21b', - '24w33a', - '24w34a', - '24w35a', - '24w36a', - '24w37a', - '24w38a', - '24w39a', - '24w40a', - '24w44a', - '24w45a', - '24w46a', - '25w02a', - '25w03a', - '25w04a', - '25w05a', - '25w06a', - '25w07a', - '25w08a', - '25w09a', - '25w09b', - '25w10a' -] -x-prismlauncher-release-type = 'release' +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.9.jar" +side = "client" [download] -hash = '01238565f39f48fe22a113325b6f1cef75231ff76b862a55a7c0c67d63751d70d9f1903001959cfaaaa2e9f43b50fe469cbc2c266dde9cd4572664c503d8c11f' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/x9BrsVME/versions/5SH4S7as/macos-input-fixes-1.9.jar' +url = "https://cdn.modrinth.com/data/x9BrsVME/versions/5SH4S7as/macos-input-fixes-1.9.jar" +hash-format = "sha512" +hash = "01238565f39f48fe22a113325b6f1cef75231ff76b862a55a7c0c67d63751d70d9f1903001959cfaaaa2e9f43b50fe469cbc2c266dde9cd4572664c503d8c11f" +[update] [update.modrinth] -mod-id = 'x9BrsVME' -version = '5SH4S7as' \ No newline at end of file +mod-id = "x9BrsVME" +version = "5SH4S7as" diff --git a/mods/main-menu-credits.pw.toml b/mods/main-menu-credits.pw.toml index 5f39ca7..c20c31e 100644 --- a/mods/main-menu-credits.pw.toml +++ b/mods/main-menu-credits.pw.toml @@ -1,16 +1,13 @@ -filename = 'main-menu-credits-1.1.2.jar' -name = 'Main Menu Credits' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.19', '1.19.4', '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Main Menu Credits" +filename = "main-menu-credits-1.1.2.jar" +side = "client" [download] -hash = 'ffd34a0fb7d0eda309af8deb0a06cae8c367e954e4452fef50a25bf2e3639aa998b4d1dcf0f74be61e51d7ccca175a80631927878a07103ca9da40492fd43467' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/qJDfP7WN/versions/hWX5REu6/main-menu-credits-1.1.2.jar' +url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/hWX5REu6/main-menu-credits-1.1.2.jar" +hash-format = "sha512" +hash = "ffd34a0fb7d0eda309af8deb0a06cae8c367e954e4452fef50a25bf2e3639aa998b4d1dcf0f74be61e51d7ccca175a80631927878a07103ca9da40492fd43467" +[update] [update.modrinth] -mod-id = 'qJDfP7WN' -version = 'hWX5REu6' \ No newline at end of file +mod-id = "qJDfP7WN" +version = "hWX5REu6" diff --git a/mods/memoryleakfix.pw.toml b/mods/memoryleakfix.pw.toml index 755be19..43d59e7 100644 --- a/mods/memoryleakfix.pw.toml +++ b/mods/memoryleakfix.pw.toml @@ -1,32 +1,13 @@ -filename = 'memoryleakfix-fabric-1.17+-1.1.5.jar' -name = 'Memory Leak Fix' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.17', - '1.17.1', - '1.18', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4' -] -x-prismlauncher-release-type = 'release' +name = "Memory Leak Fix" +filename = "memoryleakfix-fabric-1.17+-1.1.5.jar" +side = "both" [download] -hash = 'a7bf7429340d076f4b30602bc714280c3f5cb8e814e76e89296c8155e3355b33304a148e9218378a3383127e95b7ba47402506c687f1d58609704fe8cc60ab93' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar' +url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar" +hash-format = "sha512" +hash = "a7bf7429340d076f4b30602bc714280c3f5cb8e814e76e89296c8155e3355b33304a148e9218378a3383127e95b7ba47402506c687f1d58609704fe8cc60ab93" +[update] [update.modrinth] -mod-id = 'NRjRiSSD' -version = '5xvCCRjJ' \ No newline at end of file +mod-id = "NRjRiSSD" +version = "5xvCCRjJ" diff --git a/mods/midnightcontrols.pw.toml b/mods/midnightcontrols.pw.toml index dce779e..1aa0e48 100644 --- a/mods/midnightcontrols.pw.toml +++ b/mods/midnightcontrols.pw.toml @@ -1,16 +1,13 @@ -filename = 'midnightcontrols-1.9.4+1.20.jar' -name = 'MidnightControls' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "MidnightControls" +filename = "midnightcontrols-1.9.4+1.20.jar" +side = "client" [download] -hash = '722f127d91eeaa42494ffae581536d563a99fa0075b5a92ccf27b31a4e25ce86a2a89e28f9b4084281a0e67b1816f1d7656010ca863cd8a08c195b1ac69d0fd6' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/bXX9h73M/versions/xHOdr9un/midnightcontrols-1.9.4%2B1.20.jar' +url = "https://cdn.modrinth.com/data/bXX9h73M/versions/xHOdr9un/midnightcontrols-1.9.4%2B1.20.jar" +hash-format = "sha512" +hash = "722f127d91eeaa42494ffae581536d563a99fa0075b5a92ccf27b31a4e25ce86a2a89e28f9b4084281a0e67b1816f1d7656010ca863cd8a08c195b1ac69d0fd6" +[update] [update.modrinth] -mod-id = 'bXX9h73M' -version = 'xHOdr9un' \ No newline at end of file +mod-id = "bXX9h73M" +version = "xHOdr9un" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml index 88f6c8a..6285b97 100644 --- a/mods/midnightlib.pw.toml +++ b/mods/midnightlib.pw.toml @@ -1,16 +1,13 @@ -filename = 'midnightlib-fabric-1.4.1.1.jar' -name = 'MidnightLib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "MidnightLib" +filename = "midnightlib-fabric-1.4.1.1.jar" +side = "both" [download] -hash = '2780de49e687343cee6577ec5d029571e214e427f999f5bd651d33b9aae190a19d832feb82ba67aa8779a614579379b982c021bad5e9a87a841e5e0276486078' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/codAaoxh/versions/YXz8kIQl/midnightlib-fabric-1.4.1.1.jar' +url = "https://cdn.modrinth.com/data/codAaoxh/versions/YXz8kIQl/midnightlib-fabric-1.4.1.1.jar" +hash-format = "sha512" +hash = "2780de49e687343cee6577ec5d029571e214e427f999f5bd651d33b9aae190a19d832feb82ba67aa8779a614579379b982c021bad5e9a87a841e5e0276486078" +[update] [update.modrinth] -mod-id = 'codAaoxh' -version = 'YXz8kIQl' \ No newline at end of file +mod-id = "codAaoxh" +version = "YXz8kIQl" diff --git a/mods/mixintrace.pw.toml b/mods/mixintrace.pw.toml index ba66731..66065eb 100644 --- a/mods/mixintrace.pw.toml +++ b/mods/mixintrace.pw.toml @@ -1,36 +1,13 @@ -filename = 'mixintrace-1.1.1+1.17.jar' -name = 'MixinTrace' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.17', - '1.17.1', - '1.18', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1' -] -x-prismlauncher-release-type = 'release' +name = "MixinTrace" +filename = "mixintrace-1.1.1+1.17.jar" +side = "both" [download] -hash = 'ea9034b60bc1c64629a9bcad2e619907692fe6e7464026236c55cc5a4892a20d21dd6318ad0380ab2ec245f7077939b6717d2ed58e00708c17470be14f5e0b5f' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/sGmHWmeL/versions/1.1.1%2B1.17/mixintrace-1.1.1%2B1.17.jar' +url = "https://cdn.modrinth.com/data/sGmHWmeL/versions/1.1.1%2B1.17/mixintrace-1.1.1%2B1.17.jar" +hash-format = "sha512" +hash = "ea9034b60bc1c64629a9bcad2e619907692fe6e7464026236c55cc5a4892a20d21dd6318ad0380ab2ec245f7077939b6717d2ed58e00708c17470be14f5e0b5f" +[update] [update.modrinth] -mod-id = 'sGmHWmeL' -version = 'LGYOH4RN' \ No newline at end of file +mod-id = "sGmHWmeL" +version = "LGYOH4RN" diff --git a/mods/modelfix.pw.toml b/mods/modelfix.pw.toml index 6fa2cbd..e51aac3 100644 --- a/mods/modelfix.pw.toml +++ b/mods/modelfix.pw.toml @@ -1,16 +1,13 @@ -filename = 'modelfix-1.15-fabric.jar' -name = 'Model Gap Fix' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Model Gap Fix" +filename = "modelfix-1.15-fabric.jar" +side = "client" [download] -hash = '8724fe22274465f38129f81babb97b7fff68e89b0c88e22a2acbd801ddbeb0210864c2774377fe7b69b917db5889677c1b0d67084f4847cab0f7bd3203e187d4' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/QdG47OkI/versions/GkLb4bRl/modelfix-1.15-fabric.jar' +url = "https://cdn.modrinth.com/data/QdG47OkI/versions/GkLb4bRl/modelfix-1.15-fabric.jar" +hash-format = "sha512" +hash = "8724fe22274465f38129f81babb97b7fff68e89b0c88e22a2acbd801ddbeb0210864c2774377fe7b69b917db5889677c1b0d67084f4847cab0f7bd3203e187d4" +[update] [update.modrinth] -mod-id = 'QdG47OkI' -version = 'GkLb4bRl' \ No newline at end of file +mod-id = "QdG47OkI" +version = "GkLb4bRl" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml index 2c26e76..df8e5f4 100644 --- a/mods/modernfix.pw.toml +++ b/mods/modernfix.pw.toml @@ -1,16 +1,13 @@ -filename = 'modernfix-fabric-5.24.1+mc1.20.1.jar' -name = 'ModernFix' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "ModernFix" +filename = "modernfix-fabric-5.24.1+mc1.20.1.jar" +side = "both" [download] -hash = 'fca2be3f52dec20cd55a9fb7a1ad0d6daaca88615e95620095d5b4fa4ceb4e7e36c9ae59a5f55b5f2f23aad4d8e84307d880487c5cfae5d54c0fd2f84e908b76' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/nmDcB62a/versions/QtunKFLa/modernfix-fabric-5.24.1%2Bmc1.20.1.jar' +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/QtunKFLa/modernfix-fabric-5.24.1%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "fca2be3f52dec20cd55a9fb7a1ad0d6daaca88615e95620095d5b4fa4ceb4e7e36c9ae59a5f55b5f2f23aad4d8e84307d880487c5cfae5d54c0fd2f84e908b76" +[update] [update.modrinth] -mod-id = 'nmDcB62a' -version = 'QtunKFLa' \ No newline at end of file +mod-id = "nmDcB62a" +version = "QtunKFLa" diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml index 47b3c0a..dbe985d 100644 --- a/mods/modmenu.pw.toml +++ b/mods/modmenu.pw.toml @@ -1,16 +1,13 @@ -filename = 'modmenu-7.2.2.jar' -name = 'Mod Menu' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Mod Menu" +filename = "modmenu-7.2.2.jar" +side = "client" [download] -hash = '9a7837e04bb34376611b207a3b20e5fe1c82a4822b42929d5b410809ec4b88ff3cac8821c4568f880775bafa3c079dfc7800f8471356a4046248b12607e855eb' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar' +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar" +hash-format = "sha512" +hash = "9a7837e04bb34376611b207a3b20e5fe1c82a4822b42929d5b410809ec4b88ff3cac8821c4568f880775bafa3c079dfc7800f8471356a4046248b12607e855eb" +[update] [update.modrinth] -mod-id = 'mOgUt4GM' -version = 'lEkperf6' \ No newline at end of file +mod-id = "mOgUt4GM" +version = "lEkperf6" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index a4c4815..770a0a7 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,16 +1,13 @@ -filename = 'moonlight-1.20-2.14.11-fabric.jar' -name = 'Moonlight Lib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Moonlight Lib" +filename = "moonlight-1.20-2.14.13-fabric.jar" +side = "both" [download] -hash = '0c0bb8cde5b72bcb6075151d0cd1f6f92dff9d36bb05d2011990ecb25c6d7082892e278ec47de7cb94d729b863e75bab653c6f86cf9f2b5480ed7b163aaf4275' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/twkfQtEc/versions/GVVbixH6/moonlight-1.20-2.14.11-fabric.jar' +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/pCCm0cDl/moonlight-1.20-2.14.13-fabric.jar" +hash-format = "sha512" +hash = "bf0b298f3682e01432ab5f41b8631ea6690cb7c0009a1f76be22993e7efef675ee94ae1798c7c49f0f4a223ce5f6965797ed7311d689bc6c852b8a133c81700d" +[update] [update.modrinth] -mod-id = 'twkfQtEc' -version = 'GVVbixH6' \ No newline at end of file +mod-id = "twkfQtEc" +version = "pCCm0cDl" diff --git a/mods/morechathistory.pw.toml b/mods/morechathistory.pw.toml index 598021c..cd833f4 100644 --- a/mods/morechathistory.pw.toml +++ b/mods/morechathistory.pw.toml @@ -1,16 +1,13 @@ -filename = 'morechathistory-1.3.0.jar' -name = 'More Chat History' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.19.1', '1.19.2', '1.19.3', '1.19.4', '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "More Chat History" +filename = "morechathistory-1.3.0.jar" +side = "client" [download] -hash = 'b8c097418f9b60b3dce19e6f0a5d2f7ca864f7ac543e589061c898fec141df147296c199fec71f52a5d5d078a6f9ff891704f9d81dcab8653d80885adb551726' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/8qkXwOnk/versions/PLfxrDkh/morechathistory-1.3.0.jar' +url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/PLfxrDkh/morechathistory-1.3.0.jar" +hash-format = "sha512" +hash = "b8c097418f9b60b3dce19e6f0a5d2f7ca864f7ac543e589061c898fec141df147296c199fec71f52a5d5d078a6f9ff891704f9d81dcab8653d80885adb551726" +[update] [update.modrinth] -mod-id = '8qkXwOnk' -version = 'PLfxrDkh' \ No newline at end of file +mod-id = "8qkXwOnk" +version = "PLfxrDkh" diff --git a/mods/moreculling.pw.toml b/mods/moreculling.pw.toml index 0c5e810..bb2e162 100644 --- a/mods/moreculling.pw.toml +++ b/mods/moreculling.pw.toml @@ -1,16 +1,13 @@ -filename = 'moreculling-1.20.4-0.24.0.jar' -name = 'More Culling' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "More Culling" +filename = "moreculling-1.20.4-0.24.0.jar" +side = "client" [download] -hash = '3a8accedfa48ce86b4091ce7994d63b2c7d1f6654119a5dc8430bd7370084bf04801c71600bb2b1546a58aef972797048f86eebbff2a666905a86c2b1cf7632e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/51shyZVL/versions/3m5znPWm/moreculling-1.20.4-0.24.0.jar' +url = "https://cdn.modrinth.com/data/51shyZVL/versions/3m5znPWm/moreculling-1.20.4-0.24.0.jar" +hash-format = "sha512" +hash = "3a8accedfa48ce86b4091ce7994d63b2c7d1f6654119a5dc8430bd7370084bf04801c71600bb2b1546a58aef972797048f86eebbff2a666905a86c2b1cf7632e" +[update] [update.modrinth] -mod-id = '51shyZVL' -version = '3m5znPWm' \ No newline at end of file +mod-id = "51shyZVL" +version = "3m5znPWm" diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml index 4815b17..e4feacb 100644 --- a/mods/mouse-tweaks.pw.toml +++ b/mods/mouse-tweaks.pw.toml @@ -1,16 +1,13 @@ -filename = 'MouseTweaks-fabric-mc1.20-2.26.jar' -name = 'Mouse Tweaks' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "Mouse Tweaks" +filename = "MouseTweaks-fabric-mc1.20-2.26.jar" +side = "client" [download] -hash = 'd0faf200dda358efddad2d2809f646023f4dd06254572369e07f3bf33cb6941f0fcdb02db4675b30b4f3bd542cbf6196e135680ba91a2b74c2b071f34978e2d5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/aC3cM3Vq/versions/mjuG4AYd/MouseTweaks-fabric-mc1.20-2.26.jar' +url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/mjuG4AYd/MouseTweaks-fabric-mc1.20-2.26.jar" +hash-format = "sha512" +hash = "d0faf200dda358efddad2d2809f646023f4dd06254572369e07f3bf33cb6941f0fcdb02db4675b30b4f3bd542cbf6196e135680ba91a2b74c2b071f34978e2d5" +[update] [update.modrinth] -mod-id = 'aC3cM3Vq' -version = 'mjuG4AYd' \ No newline at end of file +mod-id = "aC3cM3Vq" +version = "mjuG4AYd" diff --git a/mods/mru.pw.toml b/mods/mru.pw.toml index 25f2c2f..7b1a1a5 100644 --- a/mods/mru.pw.toml +++ b/mods/mru.pw.toml @@ -1,16 +1,13 @@ -filename = 'MRU-1.0.4+1.20.1+fabric.jar' -name = 'M.R.U' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "M.R.U" +filename = "MRU-1.0.4+1.20.1+fabric.jar" +side = "both" [download] -hash = '2212b321c5b0bad4583c12385932eee57d3ffb6d37e7b63a434fcba0f8f154fa1b57370aaadf2352ad35f85cde12ff138e3b50787afa515ac9ba9d961b03d436' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/SNVQ2c0g/versions/iug2Tybf/MRU-1.0.4%2B1.20.1%2Bfabric.jar' +url = "https://cdn.modrinth.com/data/SNVQ2c0g/versions/iug2Tybf/MRU-1.0.4%2B1.20.1%2Bfabric.jar" +hash-format = "sha512" +hash = "2212b321c5b0bad4583c12385932eee57d3ffb6d37e7b63a434fcba0f8f154fa1b57370aaadf2352ad35f85cde12ff138e3b50787afa515ac9ba9d961b03d436" +[update] [update.modrinth] -mod-id = 'SNVQ2c0g' -version = 'iug2Tybf' \ No newline at end of file +mod-id = "SNVQ2c0g" +version = "iug2Tybf" diff --git a/mods/naturalist.pw.toml b/mods/naturalist.pw.toml index 84e091d..0c01a2d 100644 --- a/mods/naturalist.pw.toml +++ b/mods/naturalist.pw.toml @@ -1,16 +1,13 @@ -filename = 'naturalist-5.0pre3+fabric-1.20.1.jar' -name = 'Naturalist' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "Naturalist" +filename = "naturalist-5.0pre3+fabric-1.20.1.jar" +side = "both" [download] -hash = '873845d3b5c85d9acb5750a46119cb92e18bc0101857ee081283f88fb1204eda418818b9a833a1e664cdbc61d770afa355bd1aa4ba3d4639d0913dcb3a5ed257' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/F8BQNPWX/versions/tx891fzz/naturalist-5.0pre3%2Bfabric-1.20.1.jar' +url = "https://cdn.modrinth.com/data/F8BQNPWX/versions/tx891fzz/naturalist-5.0pre3%2Bfabric-1.20.1.jar" +hash-format = "sha512" +hash = "873845d3b5c85d9acb5750a46119cb92e18bc0101857ee081283f88fb1204eda418818b9a833a1e664cdbc61d770afa355bd1aa4ba3d4639d0913dcb3a5ed257" +[update] [update.modrinth] -mod-id = 'F8BQNPWX' -version = 'tx891fzz' \ No newline at end of file +mod-id = "F8BQNPWX" +version = "tx891fzz" diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml index 65dd7ee..a658006 100644 --- a/mods/natures-compass.pw.toml +++ b/mods/natures-compass.pw.toml @@ -1,16 +1,13 @@ -filename = 'NaturesCompass-1.20.1-2.2.3-fabric.jar' name = "Nature's Compass" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "NaturesCompass-1.20.1-2.2.3-fabric.jar" +side = "both" [download] -hash = 'b57dabd55010b598a66fe13644380c452ea75d4717b6acb7cd4f7718d6d535920cf7e216491bde427066d7e68dfaee5ef7226b7c8322b4f8771cf0dc9416e56e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/fPetb5Kh/versions/NovIXDxY/NaturesCompass-1.20.1-2.2.3-fabric.jar' +url = "https://cdn.modrinth.com/data/fPetb5Kh/versions/NovIXDxY/NaturesCompass-1.20.1-2.2.3-fabric.jar" +hash-format = "sha512" +hash = "b57dabd55010b598a66fe13644380c452ea75d4717b6acb7cd4f7718d6d535920cf7e216491bde427066d7e68dfaee5ef7226b7c8322b4f8771cf0dc9416e56e" +[update] [update.modrinth] -mod-id = 'fPetb5Kh' -version = 'NovIXDxY' \ No newline at end of file +mod-id = "fPetb5Kh" +version = "NovIXDxY" diff --git a/mods/night-auto-config.pw.toml b/mods/night-auto-config.pw.toml index e02fe33..83cd589 100644 --- a/mods/night-auto-config.pw.toml +++ b/mods/night-auto-config.pw.toml @@ -1,16 +1,13 @@ -filename = 'nightautoconfig-1.0.6-fabric.1.20.jar' -name = 'Night Auto Config' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' +name = "Night Auto Config" +filename = "nightautoconfig-1.0.6-fabric.1.20.jar" +side = "both" [download] -hash = '326bf3d752e868ae1627351500f007a25bd1fe8d451b5d7a2fd3d20a0a4e7187e9551db026e58856b81f2e791770b02a7f6fa66e4dbde5320982b454be2b88e4' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/HQpcCFZg/versions/dgjhefjt/nightautoconfig-1.0.6-fabric.1.20.jar' +url = "https://cdn.modrinth.com/data/HQpcCFZg/versions/dgjhefjt/nightautoconfig-1.0.6-fabric.1.20.jar" +hash-format = "sha512" +hash = "326bf3d752e868ae1627351500f007a25bd1fe8d451b5d7a2fd3d20a0a4e7187e9551db026e58856b81f2e791770b02a7f6fa66e4dbde5320982b454be2b88e4" +[update] [update.modrinth] -mod-id = 'HQpcCFZg' -version = 'dgjhefjt' \ No newline at end of file +mod-id = "HQpcCFZg" +version = "dgjhefjt" diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml index 71dc0f6..7865ba7 100644 --- a/mods/no-chat-reports.pw.toml +++ b/mods/no-chat-reports.pw.toml @@ -1,16 +1,13 @@ -filename = 'NoChatReports-FABRIC-1.20.1-v2.2.2.jar' -name = 'No Chat Reports' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +side = "both" [download] -hash = '3213e37fc12205e49f69a6c295c8c3237d8464d63dedbfbac4901892752741d22ebf7e1b40d6683143e70ca158fc95b00c2af177a1263038edce9a46b6cbeb79' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar' +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +hash-format = "sha512" +hash = "3213e37fc12205e49f69a6c295c8c3237d8464d63dedbfbac4901892752741d22ebf7e1b40d6683143e70ca158fc95b00c2af177a1263038edce9a46b6cbeb79" +[update] [update.modrinth] -mod-id = 'qQyHxfxd' -version = 'HeZZR2kF' \ No newline at end of file +mod-id = "qQyHxfxd" +version = "HeZZR2kF" diff --git a/mods/no-telemetry.pw.toml b/mods/no-telemetry.pw.toml index b91c7c1..dc3162a 100644 --- a/mods/no-telemetry.pw.toml +++ b/mods/no-telemetry.pw.toml @@ -1,59 +1,13 @@ -filename = 'no-telemetry-1.9.0.jar' -name = 'No Telemetry' -side = 'client' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.18', - '1.18 Pre-Release 1', - '1.18 Pre-Release 2', - '1.18 Pre-Release 3', - '1.18 Pre-Release 4', - '1.18 Pre-Release 5', - '1.18 Pre-Release 6', - '1.18 Pre-Release 7', - '1.18 Pre-Release 8', - '1.18 rc1', - '1.18 rc2', - '1.18 rc3', - '1.18 rc4', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4', - '1.21.5', - '1.21.6', - '1.21.7', - '21w38a', - '21w39a', - '21w40a', - '21w41a', - '21w42a', - '21w43a', - '21w44a' -] -x-prismlauncher-release-type = 'release' +name = "No Telemetry" +filename = "no-telemetry-1.9.0.jar" +side = "client" [download] -hash = '4527236781611cc40a77e222e4dd2a1d6a5c0c9a9394eed4063c20c91ba62568c2d4323bc84a9372d69d10703e26b7569ef75ea55c52ad36ec55107f19bcaae8' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/hg77g4Pw/versions/OwTaGd6A/no-telemetry-1.9.0.jar' +url = "https://cdn.modrinth.com/data/hg77g4Pw/versions/OwTaGd6A/no-telemetry-1.9.0.jar" +hash-format = "sha512" +hash = "4527236781611cc40a77e222e4dd2a1d6a5c0c9a9394eed4063c20c91ba62568c2d4323bc84a9372d69d10703e26b7569ef75ea55c52ad36ec55107f19bcaae8" +[update] [update.modrinth] -mod-id = 'hg77g4Pw' -version = 'OwTaGd6A' \ No newline at end of file +mod-id = "hg77g4Pw" +version = "OwTaGd6A" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml index 43a59d1..8db4192 100644 --- a/mods/noisium.pw.toml +++ b/mods/noisium.pw.toml @@ -1,16 +1,13 @@ -filename = 'noisium-fabric-2.3.0+mc1.20-1.20.1.jar' -name = 'Noisium' -side = 'server' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20-1.20.1.jar" +side = "server" [download] -hash = 'f0abcdac514bd2b4eb6af3529eeb9980a6fef534d31244879acb291a9943151aeb34f372bf98ae01f6191870bf95e1c0bc36d522433353a1090b96e7ac03c417' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/KuNKN7d2/versions/erSJnRcq/noisium-fabric-2.3.0%2Bmc1.20-1.20.1.jar' +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/erSJnRcq/noisium-fabric-2.3.0%2Bmc1.20-1.20.1.jar" +hash-format = "sha512" +hash = "f0abcdac514bd2b4eb6af3529eeb9980a6fef534d31244879acb291a9943151aeb34f372bf98ae01f6191870bf95e1c0bc36d522433353a1090b96e7ac03c417" +[update] [update.modrinth] -mod-id = 'KuNKN7d2' -version = 'erSJnRcq' \ No newline at end of file +mod-id = "KuNKN7d2" +version = "erSJnRcq" diff --git a/mods/nuit-interop.pw.toml b/mods/nuit-interop.pw.toml index 9d4f7cb..470d766 100644 --- a/mods/nuit-interop.pw.toml +++ b/mods/nuit-interop.pw.toml @@ -1,16 +1,13 @@ -filename = 'fsb-interop-1.3.6+mc1.20.1-build.50.jar' -name = 'Nuit Interop (formerly FabricSkyBoxes Interop)' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Nuit Interop (formerly FabricSkyBoxes Interop)" +filename = "fsb-interop-1.3.6+mc1.20.1-build.50.jar" +side = "client" [download] -hash = '922e5048e64b82181147cebda117408dabdc0119cd101172a7c24047a936b7add14a7db21b3aa73c6f0262b97cddd7f3768bdb30e08aae3fd88913e8f9fa5ee0' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/HpdHOPOp/versions/JRvZ5VhS/fsb-interop-1.3.6%2Bmc1.20.1-build.50.jar' +url = "https://cdn.modrinth.com/data/HpdHOPOp/versions/JRvZ5VhS/fsb-interop-1.3.6%2Bmc1.20.1-build.50.jar" +hash-format = "sha512" +hash = "922e5048e64b82181147cebda117408dabdc0119cd101172a7c24047a936b7add14a7db21b3aa73c6f0262b97cddd7f3768bdb30e08aae3fd88913e8f9fa5ee0" +[update] [update.modrinth] -mod-id = 'HpdHOPOp' -version = 'JRvZ5VhS' \ No newline at end of file +mod-id = "HpdHOPOp" +version = "JRvZ5VhS" diff --git a/mods/nuit.pw.toml b/mods/nuit.pw.toml index 83f76d0..4df4998 100644 --- a/mods/nuit.pw.toml +++ b/mods/nuit.pw.toml @@ -1,16 +1,13 @@ -filename = 'fabricskyboxes-0.7.3+mc1.20.1.jar' -name = 'Nuit (formerly FabricSkyboxes)' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Nuit (formerly FabricSkyboxes)" +filename = "fabricskyboxes-0.7.3+mc1.20.1.jar" +side = "client" [download] -hash = 'e71c12b81f10b42c06fac9719a2135c6d34f298fb12d926bce9aca6af8655b76ccb31dce9561543499a019e43e93cf4036dc051fe2a97ca2a8fe112f646a99a5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/YBz7DOs8/versions/cezLH6eB/fabricskyboxes-0.7.3%2Bmc1.20.1.jar' +url = "https://cdn.modrinth.com/data/YBz7DOs8/versions/cezLH6eB/fabricskyboxes-0.7.3%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "e71c12b81f10b42c06fac9719a2135c6d34f298fb12d926bce9aca6af8655b76ccb31dce9561543499a019e43e93cf4036dc051fe2a97ca2a8fe112f646a99a5" +[update] [update.modrinth] -mod-id = 'YBz7DOs8' -version = 'cezLH6eB' \ No newline at end of file +mod-id = "YBz7DOs8" +version = "cezLH6eB" diff --git a/mods/octo-lib.pw.toml b/mods/octo-lib.pw.toml index a0aeb0d..7599e52 100644 --- a/mods/octo-lib.pw.toml +++ b/mods/octo-lib.pw.toml @@ -1,16 +1,13 @@ -filename = 'OctoLib-FABRIC-0.5.0.1+1.20.1.jar' -name = 'OctoLib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "OctoLib" +filename = "OctoLib-FABRIC-0.5.0.1+1.20.1.jar" +side = "both" [download] -hash = '3034571cb8ee833c10cd04d66709d98bea406d276102e7c0ecc6b9485942e755ceac92d24a10fbe98af69f9400430fae9319569d8fca71bf6829b18dfd0789c5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/RH2KUdKJ/versions/5UfjvE8g/OctoLib-FABRIC-0.5.0.1%2B1.20.1.jar' +url = "https://cdn.modrinth.com/data/RH2KUdKJ/versions/5UfjvE8g/OctoLib-FABRIC-0.5.0.1%2B1.20.1.jar" +hash-format = "sha512" +hash = "3034571cb8ee833c10cd04d66709d98bea406d276102e7c0ecc6b9485942e755ceac92d24a10fbe98af69f9400430fae9319569d8fca71bf6829b18dfd0789c5" +[update] [update.modrinth] -mod-id = 'RH2KUdKJ' -version = '5UfjvE8g' \ No newline at end of file +mod-id = "RH2KUdKJ" +version = "5UfjvE8g" diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml index b8bedc5..c8e4623 100644 --- a/mods/oh-the-biomes-weve-gone.pw.toml +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -1,16 +1,13 @@ -filename = 'Oh-The-Biomes-Weve-Gone-Fabric-1.6.2.jar' name = "Oh The Biomes We've Gone" -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.6.2.jar" +side = "both" [download] -hash = 'd426a2a74df9088697963024b45b8e0ace5335b502cb0d32cb972f5e57fd66fddfaf9873f72da2c7e99782bf8168ce2d3a3e0f1d080e7f36bca75793e84d8c91' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/NTi7d3Xc/versions/tidtpvy0/Oh-The-Biomes-Weve-Gone-Fabric-1.6.2.jar' +url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/tidtpvy0/Oh-The-Biomes-Weve-Gone-Fabric-1.6.2.jar" +hash-format = "sha512" +hash = "d426a2a74df9088697963024b45b8e0ace5335b502cb0d32cb972f5e57fd66fddfaf9873f72da2c7e99782bf8168ce2d3a3e0f1d080e7f36bca75793e84d8c91" +[update] [update.modrinth] -mod-id = 'NTi7d3Xc' -version = 'tidtpvy0' \ No newline at end of file +mod-id = "NTi7d3Xc" +version = "tidtpvy0" diff --git a/mods/oh-the-trees-youll-grow.pw.toml b/mods/oh-the-trees-youll-grow.pw.toml index 83b2333..70cd6bd 100644 --- a/mods/oh-the-trees-youll-grow.pw.toml +++ b/mods/oh-the-trees-youll-grow.pw.toml @@ -1,16 +1,13 @@ -filename = 'Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar' name = "Oh The Trees You'll Grow" -side = 'server' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar" +side = "server" [download] -hash = '462cd4ea21144721564f838d4f749b6222e1fe8b2a0dfb26c5dd4839556bf1f46432ad168b0f9e2eefa46265a1419c36eb5d5d74057863dbad785eb1c999dc85' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/g8NOG5OR/versions/qCMx6YA7/Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar' +url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/qCMx6YA7/Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar" +hash-format = "sha512" +hash = "462cd4ea21144721564f838d4f749b6222e1fe8b2a0dfb26c5dd4839556bf1f46432ad168b0f9e2eefa46265a1419c36eb5d5d74057863dbad785eb1c999dc85" +[update] [update.modrinth] -mod-id = 'g8NOG5OR' -version = 'qCMx6YA7' \ No newline at end of file +mod-id = "g8NOG5OR" +version = "qCMx6YA7" diff --git a/mods/optigui.pw.toml b/mods/optigui.pw.toml index bd3d9a7..5cdaa55 100644 --- a/mods/optigui.pw.toml +++ b/mods/optigui.pw.toml @@ -1,16 +1,13 @@ -filename = 'optigui-2.3.0-beta.6.1-modrinth+1.20.jar' -name = 'OptiGUI' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "OptiGUI" +filename = "optigui-2.3.0-beta.6.1-modrinth+1.20.jar" +side = "client" [download] -hash = '9ee3e3675f1ed345e51392980ec4cf67d6fe9c11085ad70da6b31e199f8b35fc90a1f8719506838ae16cc03d0586f93ecfe4096939348f6c78fb433b2b699c0c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/JuksLGBQ/versions/VOkFcxqC/optigui-2.3.0-beta.6.1-modrinth%2B1.20.jar' +url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/VOkFcxqC/optigui-2.3.0-beta.6.1-modrinth%2B1.20.jar" +hash-format = "sha512" +hash = "9ee3e3675f1ed345e51392980ec4cf67d6fe9c11085ad70da6b31e199f8b35fc90a1f8719506838ae16cc03d0586f93ecfe4096939348f6c78fb433b2b699c0c" +[update] [update.modrinth] -mod-id = 'JuksLGBQ' -version = 'VOkFcxqC' \ No newline at end of file +mod-id = "JuksLGBQ" +version = "VOkFcxqC" diff --git a/mods/panorama-screens.pw.toml b/mods/panorama-screens.pw.toml index 5cc74c6..b9f9d51 100644 --- a/mods/panorama-screens.pw.toml +++ b/mods/panorama-screens.pw.toml @@ -1,16 +1,13 @@ -filename = 'panorama_screens-1.0+fabric+mc1.20.jar' -name = 'Panorama Screens' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Panorama Screens" +filename = "panorama_screens-1.0+fabric+mc1.20.jar" +side = "client" [download] -hash = '62cc671b4b38617642192b6174c3296a4d9330508c82d2f17f7b910ece730328dcdeadb174af3dc58217aa41d0f5bdee2f6c833328a7cd3f803b1b3fd9fe6016' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/4k0QM1rC/versions/eG1LfMTz/panorama_screens-1.0%2Bfabric%2Bmc1.20.jar' +url = "https://cdn.modrinth.com/data/4k0QM1rC/versions/eG1LfMTz/panorama_screens-1.0%2Bfabric%2Bmc1.20.jar" +hash-format = "sha512" +hash = "62cc671b4b38617642192b6174c3296a4d9330508c82d2f17f7b910ece730328dcdeadb174af3dc58217aa41d0f5bdee2f6c833328a7cd3f803b1b3fd9fe6016" +[update] [update.modrinth] -mod-id = '4k0QM1rC' -version = 'eG1LfMTz' \ No newline at end of file +mod-id = "4k0QM1rC" +version = "eG1LfMTz" diff --git a/mods/paper-doll.pw.toml b/mods/paper-doll.pw.toml index e6f27b1..dd52fb1 100644 --- a/mods/paper-doll.pw.toml +++ b/mods/paper-doll.pw.toml @@ -1,16 +1,13 @@ -filename = 'PaperDoll-v8.0.0-1.20.1-Fabric.jar' -name = 'Paper Doll' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Paper Doll" +filename = "PaperDoll-v8.0.0-1.20.1-Fabric.jar" +side = "client" [download] -hash = '67ac5ae38abd26bdbe8375f322423aead1746c694790d91dadce4c80bfde3bea2e0dbb50ebff55dfbfee27cfea6e454dc2a1630655f2758b7a9fd165c6ae698a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/hD0W2Wde/versions/m32rknsl/PaperDoll-v8.0.0-1.20.1-Fabric.jar' +url = "https://cdn.modrinth.com/data/hD0W2Wde/versions/m32rknsl/PaperDoll-v8.0.0-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "67ac5ae38abd26bdbe8375f322423aead1746c694790d91dadce4c80bfde3bea2e0dbb50ebff55dfbfee27cfea6e454dc2a1630655f2758b7a9fd165c6ae698a" +[update] [update.modrinth] -mod-id = 'hD0W2Wde' -version = 'm32rknsl' \ No newline at end of file +mod-id = "hD0W2Wde" +version = "m32rknsl" diff --git a/mods/pick-up-notifier.pw.toml b/mods/pick-up-notifier.pw.toml index dac74ac..5b4b82e 100644 --- a/mods/pick-up-notifier.pw.toml +++ b/mods/pick-up-notifier.pw.toml @@ -1,16 +1,13 @@ -filename = 'PickUpNotifier-v8.0.0-1.20.1-Fabric.jar' -name = 'Pick Up Notifier' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Pick Up Notifier" +filename = "PickUpNotifier-v8.0.0-1.20.1-Fabric.jar" +side = "client" [download] -hash = '4303931f804697027186aa97595c03d7503aa0b00934a9133fd35f95ee119352a03c8b8c66515aaabbf1e2c1ac2b120a03800c80da57e03bc12b4e57b47f0807' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ZX66K16c/versions/sdb70E1E/PickUpNotifier-v8.0.0-1.20.1-Fabric.jar' +url = "https://cdn.modrinth.com/data/ZX66K16c/versions/sdb70E1E/PickUpNotifier-v8.0.0-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "4303931f804697027186aa97595c03d7503aa0b00934a9133fd35f95ee119352a03c8b8c66515aaabbf1e2c1ac2b120a03800c80da57e03bc12b4e57b47f0807" +[update] [update.modrinth] -mod-id = 'ZX66K16c' -version = 'sdb70E1E' \ No newline at end of file +mod-id = "ZX66K16c" +version = "sdb70E1E" diff --git a/mods/polytone.pw.toml b/mods/polytone.pw.toml index 036c469..a2d9c7b 100644 --- a/mods/polytone.pw.toml +++ b/mods/polytone.pw.toml @@ -1,16 +1,13 @@ -filename = 'polytone-1.20-3.4.0-fabric.jar' -name = 'Polytone' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Polytone" +filename = "polytone-1.20-3.4.0-fabric.jar" +side = "client" [download] -hash = '6deb15f06b37441501ab2e9679260afa340e87118eb237bc5b49ff35ac464de458683cc9f8efd2d84fc8f9430a7d45acfcf1f72813c49e22dab8a2b66224e67f' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/3qAYkBMB/versions/lDinvCrI/polytone-1.20-3.4.0-fabric.jar' +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/lDinvCrI/polytone-1.20-3.4.0-fabric.jar" +hash-format = "sha512" +hash = "6deb15f06b37441501ab2e9679260afa340e87118eb237bc5b49ff35ac464de458683cc9f8efd2d84fc8f9430a7d45acfcf1f72813c49e22dab8a2b66224e67f" +[update] [update.modrinth] -mod-id = '3qAYkBMB' -version = 'lDinvCrI' \ No newline at end of file +mod-id = "3qAYkBMB" +version = "lDinvCrI" diff --git a/mods/puzzle.pw.toml b/mods/puzzle.pw.toml index 254ced3..1321f63 100644 --- a/mods/puzzle.pw.toml +++ b/mods/puzzle.pw.toml @@ -1,16 +1,13 @@ -filename = 'puzzle-1.5.2+1.20.jar' -name = 'Puzzle' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Puzzle" +filename = "puzzle-1.5.2+1.20.jar" +side = "client" [download] -hash = '425bba203c953aefc5bcc33a706bb1e85802edae881315aa736371036120597baa6edd58ec1e557638246d8ab10a7f90586352eb62dcc8754d2c13f24e42b014' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/3IuO68q1/versions/F5UKlslF/puzzle-1.5.2%2B1.20.jar' +url = "https://cdn.modrinth.com/data/3IuO68q1/versions/F5UKlslF/puzzle-1.5.2%2B1.20.jar" +hash-format = "sha512" +hash = "425bba203c953aefc5bcc33a706bb1e85802edae881315aa736371036120597baa6edd58ec1e557638246d8ab10a7f90586352eb62dcc8754d2c13f24e42b014" +[update] [update.modrinth] -mod-id = '3IuO68q1' -version = 'F5UKlslF' \ No newline at end of file +mod-id = "3IuO68q1" +version = "F5UKlslF" diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml index 96c8e73..ef89e0d 100644 --- a/mods/puzzles-lib.pw.toml +++ b/mods/puzzles-lib.pw.toml @@ -1,16 +1,13 @@ -filename = 'PuzzlesLib-v8.1.32-1.20.1-Fabric.jar' -name = 'Puzzles Lib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Puzzles Lib" +filename = "PuzzlesLib-v8.1.32-1.20.1-Fabric.jar" +side = "both" [download] -hash = '340f5ee637a8a35b2ce66b2fda0b2e829e58b8dcc445856a7635f4f77ad79c894a38ee26c259d46c3973b72b8593eb25b07d8484d2ab8bebe1dab949f15cf454' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/QAGBst4M/versions/RbcWdHr1/PuzzlesLib-v8.1.32-1.20.1-Fabric.jar' +url = "https://cdn.modrinth.com/data/QAGBst4M/versions/RbcWdHr1/PuzzlesLib-v8.1.32-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "340f5ee637a8a35b2ce66b2fda0b2e829e58b8dcc445856a7635f4f77ad79c894a38ee26c259d46c3973b72b8593eb25b07d8484d2ab8bebe1dab949f15cf454" +[update] [update.modrinth] -mod-id = 'QAGBst4M' -version = 'RbcWdHr1' \ No newline at end of file +mod-id = "QAGBst4M" +version = "RbcWdHr1" diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml index 5f8ca90..39b46e6 100644 --- a/mods/reeses-sodium-options.pw.toml +++ b/mods/reeses-sodium-options.pw.toml @@ -1,16 +1,13 @@ -filename = 'reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar' name = "Reese's Sodium Options" -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar" +side = "client" [download] -hash = 'efb5eab3caea346f9d13ea7c73e856f286bba1c87508c7250deada7bf4e9ad179a12e9861f61145d5c9578d88f740abf19c564f14579aac5da1f46bf6f086977' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Bh37bMuy/versions/Rc9pkPug/reeses_sodium_options-1.7.2%2Bmc1.20.1-build.101.jar' +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/Rc9pkPug/reeses_sodium_options-1.7.2%2Bmc1.20.1-build.101.jar" +hash-format = "sha512" +hash = "efb5eab3caea346f9d13ea7c73e856f286bba1c87508c7250deada7bf4e9ad179a12e9861f61145d5c9578d88f740abf19c564f14579aac5da1f46bf6f086977" +[update] [update.modrinth] -mod-id = 'Bh37bMuy' -version = 'Rc9pkPug' \ No newline at end of file +mod-id = "Bh37bMuy" +version = "Rc9pkPug" diff --git a/mods/remove-terralith-intro-message.pw.toml b/mods/remove-terralith-intro-message.pw.toml index b48b98d..1f90b46 100644 --- a/mods/remove-terralith-intro-message.pw.toml +++ b/mods/remove-terralith-intro-message.pw.toml @@ -1,38 +1,13 @@ -filename = 'remove-terralith-intro-message-1.1.jar' -name = 'Remove Terralith Intro Message' -side = 'both' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.18', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4', - '1.21.5' -] -x-prismlauncher-release-type = 'release' +name = "Remove Terralith Intro Message" +filename = "remove-terralith-intro-message-1.1.jar" +side = "both" [download] -hash = '62391dc2948f14ea0bebab89bdd88bf768bacf458a1832dcd53f95b709c1caf3dde3470cb5b12f3efe5d6904c72410452c56fce952b03f474d9d7a5dc932dfbb' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/sk4iFZGy/versions/Ad77N3iX/remove-terralith-intro-message-1.1.jar' +url = "https://cdn.modrinth.com/data/sk4iFZGy/versions/Ad77N3iX/remove-terralith-intro-message-1.1.jar" +hash-format = "sha512" +hash = "62391dc2948f14ea0bebab89bdd88bf768bacf458a1832dcd53f95b709c1caf3dde3470cb5b12f3efe5d6904c72410452c56fce952b03f474d9d7a5dc932dfbb" +[update] [update.modrinth] -mod-id = 'sk4iFZGy' -version = 'Ad77N3iX' \ No newline at end of file +mod-id = "sk4iFZGy" +version = "Ad77N3iX" diff --git a/mods/resourcify.pw.toml b/mods/resourcify.pw.toml index 24b8d3a..49f597a 100644 --- a/mods/resourcify.pw.toml +++ b/mods/resourcify.pw.toml @@ -1,16 +1,13 @@ -filename = 'Resourcify (1.20.1-fabric)-1.7.3.jar' -name = 'Resourcify' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Resourcify" +filename = "Resourcify (1.20.1-fabric)-1.7.3.jar" +side = "client" [download] -hash = '5f3e1095bb02158a8001b052d3354ff7919d0e8ae85018a2847bbea39c6b576e4fd3a6af293e2b9ec3ae3d17b6a8a8d7d471303a8932c2aaf883c97d7e6974bf' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/RLzHAoZe/versions/FSiuOXcx/Resourcify %281.20.1-fabric%29-1.7.3.jar' +url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/FSiuOXcx/Resourcify%20%281.20.1-fabric%29-1.7.3.jar" +hash-format = "sha512" +hash = "5f3e1095bb02158a8001b052d3354ff7919d0e8ae85018a2847bbea39c6b576e4fd3a6af293e2b9ec3ae3d17b6a8a8d7d471303a8932c2aaf883c97d7e6974bf" +[update] [update.modrinth] -mod-id = 'RLzHAoZe' -version = 'FSiuOXcx' \ No newline at end of file +mod-id = "RLzHAoZe" +version = "FSiuOXcx" diff --git a/mods/rrls.pw.toml b/mods/rrls.pw.toml index db74728..9ec8a52 100644 --- a/mods/rrls.pw.toml +++ b/mods/rrls.pw.toml @@ -1,16 +1,13 @@ -filename = 'rrls-4.0.6.1+mc1.20.1-fabric.jar' -name = 'Remove Reloading Screen' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Remove Reloading Screen" +filename = "rrls-4.0.6.1+mc1.20.1-fabric.jar" +side = "client" [download] -hash = '713a2c044a767f15edca518bff03ddb974ff15832fc8f7e3b059a906f27fd8e3c5684053ee086db1a449925a879272d000c75a9c53d0380a348743d3020481ee' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ZP7xHXtw/versions/VHNE9K3D/rrls-4.0.6.1%2Bmc1.20.1-fabric.jar' +url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/VHNE9K3D/rrls-4.0.6.1%2Bmc1.20.1-fabric.jar" +hash-format = "sha512" +hash = "713a2c044a767f15edca518bff03ddb974ff15832fc8f7e3b059a906f27fd8e3c5684053ee086db1a449925a879272d000c75a9c53d0380a348743d3020481ee" +[update] [update.modrinth] -mod-id = 'ZP7xHXtw' -version = 'VHNE9K3D' \ No newline at end of file +mod-id = "ZP7xHXtw" +version = "VHNE9K3D" diff --git a/mods/scribble.pw.toml b/mods/scribble.pw.toml index 1c84956..04419db 100644 --- a/mods/scribble.pw.toml +++ b/mods/scribble.pw.toml @@ -1,16 +1,13 @@ -filename = 'Scribble-1.5.1+mc1.20.1-fabric.jar' -name = 'Scribble' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Scribble" +filename = "Scribble-1.5.1+mc1.20.1-fabric.jar" +side = "client" [download] -hash = '3364969613c36795f4b0c7c03efc694c4b399736b4fd9ef4c8a8944ec361719b7c66e3c8f3804263a2ec62662b7bb98b932ca40e0029d3fbd6ea797b59fa4ca5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/yXAvIk0x/versions/JfU9T1bG/Scribble-1.5.1%2Bmc1.20.1-fabric.jar' +url = "https://cdn.modrinth.com/data/yXAvIk0x/versions/JfU9T1bG/Scribble-1.5.1%2Bmc1.20.1-fabric.jar" +hash-format = "sha512" +hash = "3364969613c36795f4b0c7c03efc694c4b399736b4fd9ef4c8a8944ec361719b7c66e3c8f3804263a2ec62662b7bb98b932ca40e0029d3fbd6ea797b59fa4ca5" +[update] [update.modrinth] -mod-id = 'yXAvIk0x' -version = 'JfU9T1bG' \ No newline at end of file +mod-id = "yXAvIk0x" +version = "JfU9T1bG" diff --git a/mods/seamless-loading-screen.pw.toml b/mods/seamless-loading-screen.pw.toml index 02bee51..6d9f12c 100644 --- a/mods/seamless-loading-screen.pw.toml +++ b/mods/seamless-loading-screen.pw.toml @@ -1,16 +1,13 @@ -filename = 'seamless-loading-screen-2.0.3+1.20.1-fabric.jar' -name = 'Seamless Loading Screen ' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Seamless Loading Screen " +filename = "seamless-loading-screen-2.0.3+1.20.1-fabric.jar" +side = "client" [download] -hash = '40f8dac8299d768df486f2ce405211273124e4b4cf5748b5398b8c7d6ad45bb4d46b8fcf62b1e11fbcf4d7d03a5f25fde087320eabda099e3639f4e855b2e9c3' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/TyTPFOiF/versions/31S6g6rg/seamless-loading-screen-2.0.3%2B1.20.1-fabric.jar' +url = "https://cdn.modrinth.com/data/TyTPFOiF/versions/31S6g6rg/seamless-loading-screen-2.0.3%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "40f8dac8299d768df486f2ce405211273124e4b4cf5748b5398b8c7d6ad45bb4d46b8fcf62b1e11fbcf4d7d03a5f25fde087320eabda099e3639f4e855b2e9c3" +[update] [update.modrinth] -mod-id = 'TyTPFOiF' -version = '31S6g6rg' \ No newline at end of file +mod-id = "TyTPFOiF" +version = "31S6g6rg" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index 64f05b5..f5e23fe 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,16 +1,13 @@ -filename = 'voicechat-fabric-1.20.1-2.5.33.jar' -name = 'Simple Voice Chat' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.1-2.5.34.jar" +side = "both" [download] -hash = 'a4ea8ab4a87bc744d920a6631ba6cb7cb5e8f3f09e96add95ab2662d6953320fe73ecf546fcf98337090df6f1b5adfe4ce5fc388805c9be2e8a9e19d210e67f5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/9eGKb6K1/versions/2jq9fB3a/voicechat-fabric-1.20.1-2.5.33.jar' +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/BhXxZMbH/voicechat-fabric-1.20.1-2.5.34.jar" +hash-format = "sha512" +hash = "eda3f72dc7f72f1e37ff4908ffcc8977c3ce408d53d39f79bfdfed52951e4b79b77f5332d9ac55ded8c20a5474f357f59eb2c2d239c8b4da90f7a41df4a1f0bf" +[update] [update.modrinth] -mod-id = '9eGKb6K1' -version = '2jq9fB3a' \ No newline at end of file +mod-id = "9eGKb6K1" +version = "BhXxZMbH" diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml index 82a7ed3..f51a700 100644 --- a/mods/skinrestorer.pw.toml +++ b/mods/skinrestorer.pw.toml @@ -1,16 +1,13 @@ -filename = 'skinrestorer-2.4.0+1.20-fabric.jar' -name = 'Skin Restorer' -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Skin Restorer" +filename = "skinrestorer-2.4.1+1.20-fabric.jar" +side = "server" [download] -hash = '54bff25919f7fe8d0e70980f847f0a24ddaad0be9eff7fa4aed2db24cd1da417f18bcdad6bf124f558b7b346779e6f1be8f95537afb5c53614e6973f430371ad' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ghrZDhGW/versions/oUnTL3Pc/skinrestorer-2.4.0%2B1.20-fabric.jar' +url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/4VfNwLMw/skinrestorer-2.4.1%2B1.20-fabric.jar" +hash-format = "sha512" +hash = "ad0b240c23a94ce93ac2ac778ec52a854da769c6d87b52a870df6f4bb5171004b186ff481beab9e6d84f0aca4bf1af70b63deed886809d273d0b73e2681e98e4" +[update] [update.modrinth] -mod-id = 'ghrZDhGW' -version = 'oUnTL3Pc' \ No newline at end of file +mod-id = "ghrZDhGW" +version = "4VfNwLMw" diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml index 4200220..b024ac6 100644 --- a/mods/sodium-extra.pw.toml +++ b/mods/sodium-extra.pw.toml @@ -1,16 +1,13 @@ -filename = 'sodium-extra-0.5.9+mc1.20.1.jar' -name = 'Sodium Extra' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Sodium Extra" +filename = "sodium-extra-0.5.9+mc1.20.1.jar" +side = "client" [download] -hash = 'c47b765f8e062ca7e3471fe5e74aabdf56160d5b67b64dfcca8c177ede914715097ae4e94defe2a6b02bf86ccba1e7bf471073c71bb126e51adf21e54c5864e3' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/PtjYWJkn/versions/mDbF0LZT/sodium-extra-0.5.9%2Bmc1.20.1.jar' +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/mDbF0LZT/sodium-extra-0.5.9%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "c47b765f8e062ca7e3471fe5e74aabdf56160d5b67b64dfcca8c177ede914715097ae4e94defe2a6b02bf86ccba1e7bf471073c71bb126e51adf21e54c5864e3" +[update] [update.modrinth] -mod-id = 'PtjYWJkn' -version = 'mDbF0LZT' \ No newline at end of file +mod-id = "PtjYWJkn" +version = "mDbF0LZT" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml index 731786c..54741df 100644 --- a/mods/sodium.pw.toml +++ b/mods/sodium.pw.toml @@ -1,16 +1,13 @@ -filename = 'sodium-fabric-0.5.13+mc1.20.1.jar' -name = 'Sodium' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "client" [download] -hash = '81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar' +url = "https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4" +[update] [update.modrinth] -mod-id = 'AANobbMI' -version = 'OihdIimA' \ No newline at end of file +mod-id = "AANobbMI" +version = "OihdIimA" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml index 72be553..d02e1c8 100644 --- a/mods/sound-physics-remastered.pw.toml +++ b/mods/sound-physics-remastered.pw.toml @@ -1,16 +1,13 @@ -filename = 'sound-physics-remastered-fabric-1.20.1-1.4.12.jar' -name = 'Sound Physics Remastered' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'alpha' +name = "Sound Physics Remastered" +filename = "sound-physics-remastered-fabric-1.20.1-1.4.12.jar" +side = "client" [download] -hash = 'd1719cb99b9f6b239ce0d02527be0d30172b208eed31737a45216f1151b7a1666503747d160dc38ffa6abe579d5f4905f261cafc8e150e4fe1f903505b201b26' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/qyVF9oeo/versions/LrmG4rhi/sound-physics-remastered-fabric-1.20.1-1.4.12.jar' +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/LrmG4rhi/sound-physics-remastered-fabric-1.20.1-1.4.12.jar" +hash-format = "sha512" +hash = "d1719cb99b9f6b239ce0d02527be0d30172b208eed31737a45216f1151b7a1666503747d160dc38ffa6abe579d5f4905f261cafc8e150e4fe1f903505b201b26" +[update] [update.modrinth] -mod-id = 'qyVF9oeo' -version = 'LrmG4rhi' \ No newline at end of file +mod-id = "qyVF9oeo" +version = "LrmG4rhi" diff --git a/mods/sound.pw.toml b/mods/sound.pw.toml index 8f87995..c0c70e5 100644 --- a/mods/sound.pw.toml +++ b/mods/sound.pw.toml @@ -1,16 +1,13 @@ -filename = 'Sounds-2.2.1+1.20.1+fabric.jar' -name = 'Sounds' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Sounds" +filename = "Sounds-2.2.1+1.20.1+fabric.jar" +side = "client" [download] -hash = 'b2e872a0e402135f7944bc8f8956dc4b6649469722f77ac8eb7ed12ae57d74605fd837f7df08f72d6850ee4e3347f7fca2512c92187072c9dc648fe3a5b8fbf4' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ZouiUX7t/versions/EoAqSkiW/Sounds-2.2.1%2B1.20.1%2Bfabric.jar' +url = "https://cdn.modrinth.com/data/ZouiUX7t/versions/EoAqSkiW/Sounds-2.2.1%2B1.20.1%2Bfabric.jar" +hash-format = "sha512" +hash = "b2e872a0e402135f7944bc8f8956dc4b6649469722f77ac8eb7ed12ae57d74605fd837f7df08f72d6850ee4e3347f7fca2512c92187072c9dc648fe3a5b8fbf4" +[update] [update.modrinth] -mod-id = 'ZouiUX7t' -version = 'EoAqSkiW' \ No newline at end of file +mod-id = "ZouiUX7t" +version = "EoAqSkiW" diff --git a/mods/spark.pw.toml b/mods/spark.pw.toml index 8c054f7..7f62a96 100644 --- a/mods/spark.pw.toml +++ b/mods/spark.pw.toml @@ -1,16 +1,13 @@ -filename = 'spark-1.10.53-fabric.jar' -name = 'spark' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "spark" +filename = "spark-1.10.53-fabric.jar" +side = "both" [download] -hash = 'ce6e8f7071bb37369ad3e90d844926b424e82d0fe0ffd0db7058abddc9cfcdd594e145c9395677ad70ec532f3da0b23b6862d1f1c20f7600263c215abb4fcea7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/l6YH9Als/versions/XGW2fviP/spark-1.10.53-fabric.jar' +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/XGW2fviP/spark-1.10.53-fabric.jar" +hash-format = "sha512" +hash = "ce6e8f7071bb37369ad3e90d844926b424e82d0fe0ffd0db7058abddc9cfcdd594e145c9395677ad70ec532f3da0b23b6862d1f1c20f7600263c215abb4fcea7" +[update] [update.modrinth] -mod-id = 'l6YH9Als' -version = 'XGW2fviP' \ No newline at end of file +mod-id = "l6YH9Als" +version = "XGW2fviP" diff --git a/mods/starlight.pw.toml b/mods/starlight.pw.toml index ef4c748..f81288a 100644 --- a/mods/starlight.pw.toml +++ b/mods/starlight.pw.toml @@ -1,16 +1,13 @@ -filename = 'starlight-1.1.2+fabric.dbc156f.jar' -name = 'Starlight (Fabric)' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Starlight (Fabric)" +filename = "starlight-1.1.2+fabric.dbc156f.jar" +side = "both" [download] -hash = '6b0e363fc2d6cd2f73b466ab9ba4f16582bb079b8449b7f3ed6e11aa365734af66a9735a7203cf90f8bc9b24e7ce6409eb04d20f84e04c7c6b8e34f4cc8578bb' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/H8CaAYZC/versions/XGIsoVGT/starlight-1.1.2%2Bfabric.dbc156f.jar' +url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/XGIsoVGT/starlight-1.1.2%2Bfabric.dbc156f.jar" +hash-format = "sha512" +hash = "6b0e363fc2d6cd2f73b466ab9ba4f16582bb079b8449b7f3ed6e11aa365734af66a9735a7203cf90f8bc9b24e7ce6409eb04d20f84e04c7c6b8e34f4cc8578bb" +[update] [update.modrinth] -mod-id = 'H8CaAYZC' -version = 'XGIsoVGT' \ No newline at end of file +mod-id = "H8CaAYZC" +version = "XGIsoVGT" diff --git a/mods/stoneworks.pw.toml b/mods/stoneworks.pw.toml index bf9a6bb..a0ce5a2 100644 --- a/mods/stoneworks.pw.toml +++ b/mods/stoneworks.pw.toml @@ -1,16 +1,13 @@ -filename = 'Stoneworks-v8.0.0-1.20.1-Fabric.jar' -name = 'Stoneworks' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Stoneworks" +filename = "Stoneworks-v8.0.0-1.20.1-Fabric.jar" +side = "both" [download] -hash = 'ee50b9a9c509dc6e6f36f35d4b917d89465900ecd999fac62784f9ef527e6bb4b3021558d4726c298ea2891b4edfac432e5821e728e6173bb953b5d261f0b6b5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/FzyTKtVF/versions/t4FwBQrZ/Stoneworks-v8.0.0-1.20.1-Fabric.jar' +url = "https://cdn.modrinth.com/data/FzyTKtVF/versions/t4FwBQrZ/Stoneworks-v8.0.0-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "ee50b9a9c509dc6e6f36f35d4b917d89465900ecd999fac62784f9ef527e6bb4b3021558d4726c298ea2891b4edfac432e5821e728e6173bb953b5d261f0b6b5" +[update] [update.modrinth] -mod-id = 'FzyTKtVF' -version = 't4FwBQrZ' \ No newline at end of file +mod-id = "FzyTKtVF" +version = "t4FwBQrZ" diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml index 1beb1fd..6386f12 100644 --- a/mods/tectonic.pw.toml +++ b/mods/tectonic.pw.toml @@ -1,16 +1,13 @@ -filename = 'tectonic-3.0.1-fabric-1.20.1.jar' -name = 'Tectonic' -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "Tectonic" +filename = "tectonic-3.0.1-fabric-1.20.1.jar" +side = "both" [download] -hash = '94f019e812e7fc7e07bf4009b101b52296f2dbf3af713d4d9e1fd14e2400e5980f285e09b96ffcfb7aa01e504f117aabd91e2303934a28b026b3b22fd50a5ce9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/lWDHr9jE/versions/sPAY67Vk/tectonic-3.0.1-fabric-1.20.1.jar' +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/sPAY67Vk/tectonic-3.0.1-fabric-1.20.1.jar" +hash-format = "sha512" +hash = "94f019e812e7fc7e07bf4009b101b52296f2dbf3af713d4d9e1fd14e2400e5980f285e09b96ffcfb7aa01e504f117aabd91e2303934a28b026b3b22fd50a5ce9" +[update] [update.modrinth] -mod-id = 'lWDHr9jE' -version = 'sPAY67Vk' \ No newline at end of file +mod-id = "lWDHr9jE" +version = "sPAY67Vk" diff --git a/mods/terrablender.pw.toml b/mods/terrablender.pw.toml index 47cb85f..d5c5e84 100644 --- a/mods/terrablender.pw.toml +++ b/mods/terrablender.pw.toml @@ -1,16 +1,13 @@ -filename = 'TerraBlender-fabric-1.20.1-3.0.1.10.jar' -name = 'TerraBlender' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' +name = "TerraBlender" +filename = "TerraBlender-fabric-1.20.1-3.0.1.10.jar" +side = "both" [download] -hash = 'a2d5edbe9df43185e9c83ab426cbcda4b1d0537d9ede8be630d6d650e04d5decf574ef59cbc163913255b57784fa906d26557471fc698e0f27ceee2a1ec41ed9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/kkmrDlKT/versions/J1S3aA8i/TerraBlender-fabric-1.20.1-3.0.1.10.jar' +url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/J1S3aA8i/TerraBlender-fabric-1.20.1-3.0.1.10.jar" +hash-format = "sha512" +hash = "a2d5edbe9df43185e9c83ab426cbcda4b1d0537d9ede8be630d6d650e04d5decf574ef59cbc163913255b57784fa906d26557471fc698e0f27ceee2a1ec41ed9" +[update] [update.modrinth] -mod-id = 'kkmrDlKT' -version = 'J1S3aA8i' \ No newline at end of file +mod-id = "kkmrDlKT" +version = "J1S3aA8i" diff --git a/mods/terralith-restoned.pw.toml b/mods/terralith-restoned.pw.toml index e1a2b03..ed06f68 100644 --- a/mods/terralith-restoned.pw.toml +++ b/mods/terralith-restoned.pw.toml @@ -1,16 +1,13 @@ -filename = 'Terralith_ReStoned_v1.2.jar' -name = 'Terralith ReStoned' -side = 'both' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6', '1.21', '1.21.1', '1.21.2', '1.21.3', '1.21.4' ] -x-prismlauncher-release-type = 'release' +name = "Terralith ReStoned" +filename = "Terralith_ReStoned_v1.2.jar" +side = "both" [download] -hash = '4005e9569154cde983fe1d807961402492e26a69afac6a550c9760f0126b5a968bfbe6b489a1e85ffc66f512e6cf90627be50315a6785c96471df0473337f637' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/oTQsXi8U/versions/hcQbM6ry/Terralith_ReStoned_v1.2.jar' +url = "https://cdn.modrinth.com/data/oTQsXi8U/versions/hcQbM6ry/Terralith_ReStoned_v1.2.jar" +hash-format = "sha512" +hash = "4005e9569154cde983fe1d807961402492e26a69afac6a550c9760f0126b5a968bfbe6b489a1e85ffc66f512e6cf90627be50315a6785c96471df0473337f637" +[update] [update.modrinth] -mod-id = 'oTQsXi8U' -version = 'hcQbM6ry' \ No newline at end of file +mod-id = "oTQsXi8U" +version = "hcQbM6ry" diff --git a/mods/terralith.pw.toml b/mods/terralith.pw.toml index 4c853b1..317aa93 100644 --- a/mods/terralith.pw.toml +++ b/mods/terralith.pw.toml @@ -1,16 +1,13 @@ -filename = 'Terralith_1.20.x_v2.5.4.jar' -name = 'Terralith' -side = 'server' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' +name = "Terralith" +filename = "Terralith_1.20.x_v2.5.4.jar" +side = "both" [download] -hash = '885e171d8b34aae7e142f082d0364285ec5a8e8342f11c60d341f7a94083d5a42c4e30612fe4f9f64d57b484396a3dff3a224e2a2497d4ced8d22f2ad6cd561d' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/8oi3bsk5/versions/WeYhEb5d/Terralith_1.20.x_v2.5.4.jar' +url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/WeYhEb5d/Terralith_1.20.x_v2.5.4.jar" +hash-format = "sha512" +hash = "885e171d8b34aae7e142f082d0364285ec5a8e8342f11c60d341f7a94083d5a42c4e30612fe4f9f64d57b484396a3dff3a224e2a2497d4ced8d22f2ad6cd561d" +[update] [update.modrinth] -mod-id = '8oi3bsk5' -version = 'WeYhEb5d' \ No newline at end of file +mod-id = "8oi3bsk5" +version = "WeYhEb5d" diff --git a/mods/threadtweak.pw.toml b/mods/threadtweak.pw.toml index 5bfc75e..8736a1f 100644 --- a/mods/threadtweak.pw.toml +++ b/mods/threadtweak.pw.toml @@ -1,16 +1,13 @@ -filename = 'threadtweak-fabric-1.20.2-0.1.1.jar' -name = 'ThreadTweak' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] -x-prismlauncher-release-type = 'release' +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.2-0.1.1.jar" +side = "both" [download] -hash = 'b5a9fc2775bc8c020cb88b898dcdf473bf77f03ef41be1661a117872b16582a7e30b4f4a94d4c97855484a173e5e41951d47fcc17aef2429828b35308453835c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/vSEH1ERy/versions/gBP1GqtK/threadtweak-fabric-1.20.2-0.1.1.jar' +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/gBP1GqtK/threadtweak-fabric-1.20.2-0.1.1.jar" +hash-format = "sha512" +hash = "b5a9fc2775bc8c020cb88b898dcdf473bf77f03ef41be1661a117872b16582a7e30b4f4a94d4c97855484a173e5e41951d47fcc17aef2429828b35308453835c" +[update] [update.modrinth] -mod-id = 'vSEH1ERy' -version = 'gBP1GqtK' \ No newline at end of file +mod-id = "vSEH1ERy" +version = "gBP1GqtK" diff --git a/mods/tooltipfix.pw.toml b/mods/tooltipfix.pw.toml index 265d068..4c82268 100644 --- a/mods/tooltipfix.pw.toml +++ b/mods/tooltipfix.pw.toml @@ -1,16 +1,13 @@ -filename = 'tooltipfix-1.1.1-1.20.jar' -name = 'ToolTipFix' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6', '1.21', '1.21.1' ] -x-prismlauncher-release-type = 'release' +name = "ToolTipFix" +filename = "tooltipfix-1.1.1-1.20.jar" +side = "client" [download] -hash = '75d85a093487ddd8c405cf7f8ce83cb3418ff7c2d3e6bf5aa38554d8bcf0ea45c87c88f3463a924e9cc8b5931d8b64f7be173efbd48ea7a0c150db95e1408f51' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/2RKFTmiB/versions/B2L4LeMV/tooltipfix-1.1.1-1.20.jar' +url = "https://cdn.modrinth.com/data/2RKFTmiB/versions/B2L4LeMV/tooltipfix-1.1.1-1.20.jar" +hash-format = "sha512" +hash = "75d85a093487ddd8c405cf7f8ce83cb3418ff7c2d3e6bf5aa38554d8bcf0ea45c87c88f3463a924e9cc8b5931d8b64f7be173efbd48ea7a0c150db95e1408f51" +[update] [update.modrinth] -mod-id = '2RKFTmiB' -version = 'B2L4LeMV' \ No newline at end of file +mod-id = "2RKFTmiB" +version = "B2L4LeMV" diff --git a/mods/towns-and-towers.pw.toml b/mods/towns-and-towers.pw.toml index 23b8cda..f23edea 100644 --- a/mods/towns-and-towers.pw.toml +++ b/mods/towns-and-towers.pw.toml @@ -1,16 +1,13 @@ -filename = 'Towns-and-Towers-1.12-Fabric+Forge.jar' -name = 'Towns and Towers' -side = 'server' -x-prismlauncher-loaders = [ 'forge', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.19.3', '1.19.4', '1.20', '1.20.1', '1.20.2', '1.20.4' ] -x-prismlauncher-release-type = 'release' +name = "Towns and Towers" +filename = "Towns-and-Towers-1.12-Fabric+Forge.jar" +side = "server" [download] -hash = 'ed734046c356bb996b628c2e0c47e64ba598c87016591fd77533069de68f27b8bfdcd2173d7d3db97f1981ebb806133c3d1751c330d539ade3d6c37ed2d5598f' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/DjLobEOy/versions/7ZwnSrVW/Towns-and-Towers-1.12-Fabric%2BForge.jar' +url = "https://cdn.modrinth.com/data/DjLobEOy/versions/7ZwnSrVW/Towns-and-Towers-1.12-Fabric%2BForge.jar" +hash-format = "sha512" +hash = "ed734046c356bb996b628c2e0c47e64ba598c87016591fd77533069de68f27b8bfdcd2173d7d3db97f1981ebb806133c3d1751c330d539ade3d6c37ed2d5598f" +[update] [update.modrinth] -mod-id = 'DjLobEOy' -version = '7ZwnSrVW' \ No newline at end of file +mod-id = "DjLobEOy" +version = "7ZwnSrVW" diff --git a/mods/txnilib.pw.toml b/mods/txnilib.pw.toml index 7ea7cc0..1c8d8ca 100644 --- a/mods/txnilib.pw.toml +++ b/mods/txnilib.pw.toml @@ -1,16 +1,13 @@ -filename = 'txnilib-fabric-1.0.24-1.20.1.jar' -name = 'TxniLib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "TxniLib" +filename = "txnilib-fabric-1.0.24-1.20.1.jar" +side = "both" [download] -hash = '361fa6da97aff91e797a2ca50044ba3ce929901aea509bef7f4a14fd36bc7a52a45d07473aa4d3df108866788e257013823393d9df031cdb04cd901e97472873' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/vBbPDuOs/versions/7toCynAY/txnilib-fabric-1.0.24-1.20.1.jar' +url = "https://cdn.modrinth.com/data/vBbPDuOs/versions/7toCynAY/txnilib-fabric-1.0.24-1.20.1.jar" +hash-format = "sha512" +hash = "361fa6da97aff91e797a2ca50044ba3ce929901aea509bef7f4a14fd36bc7a52a45d07473aa4d3df108866788e257013823393d9df031cdb04cd901e97472873" +[update] [update.modrinth] -mod-id = 'vBbPDuOs' -version = '7toCynAY' \ No newline at end of file +mod-id = "vBbPDuOs" +version = "7toCynAY" diff --git a/mods/what-are-they-up-to.pw.toml b/mods/what-are-they-up-to.pw.toml index fe96fbe..c5d32ee 100644 --- a/mods/what-are-they-up-to.pw.toml +++ b/mods/what-are-they-up-to.pw.toml @@ -1,16 +1,13 @@ -filename = 'watut-fabric-1.20.1-1.2.3.jar' -name = 'What Are They Up To (Watut)' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "What Are They Up To (Watut)" +filename = "watut-fabric-1.20.1-1.2.3.jar" +side = "both" [download] -hash = '78e36fafa354d8e793d592b377c6162886fa487cadf8ca7dc24c3140909cfe2af943a2c954a4a9dbc7c7828fe606ff5d44e98cf7a4d9e8846810c498e1cc49eb' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/AtB5mHky/versions/Ub8MHZaV/watut-fabric-1.20.1-1.2.3.jar' +url = "https://cdn.modrinth.com/data/AtB5mHky/versions/Ub8MHZaV/watut-fabric-1.20.1-1.2.3.jar" +hash-format = "sha512" +hash = "78e36fafa354d8e793d592b377c6162886fa487cadf8ca7dc24c3140909cfe2af943a2c954a4a9dbc7c7828fe606ff5d44e98cf7a4d9e8846810c498e1cc49eb" +[update] [update.modrinth] -mod-id = 'AtB5mHky' -version = 'Ub8MHZaV' \ No newline at end of file +mod-id = "AtB5mHky" +version = "Ub8MHZaV" diff --git a/mods/wwoo.pw.toml b/mods/wwoo.pw.toml index a88a637..140b98a 100644 --- a/mods/wwoo.pw.toml +++ b/mods/wwoo.pw.toml @@ -1,16 +1,13 @@ -filename = 'WWOO-FABRIC+FORGE+QUILT-2.0.0.jar' name = "William Wythers' Overhauled Overworld" -side = 'server' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1', '1.20.2' ] -x-prismlauncher-release-type = 'release' +filename = "WWOO-FABRIC+FORGE+QUILT-2.0.0.jar" +side = "server" [download] -hash = '745acab6cb1634ccceacce523fd09e58b5d5a8fafe8e186384cbd23233e3ce4c8e2e214d4252240a9a59b56a668c15414e133f71e83f719bec8bd89aad4747da' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/II7t6llZ/versions/cNiETBJi/WWOO-FABRIC%2BFORGE%2BQUILT-2.0.0.jar' +url = "https://cdn.modrinth.com/data/II7t6llZ/versions/cNiETBJi/WWOO-FABRIC%2BFORGE%2BQUILT-2.0.0.jar" +hash-format = "sha512" +hash = "745acab6cb1634ccceacce523fd09e58b5d5a8fafe8e186384cbd23233e3ce4c8e2e214d4252240a9a59b56a668c15414e133f71e83f719bec8bd89aad4747da" +[update] [update.modrinth] -mod-id = 'II7t6llZ' -version = 'cNiETBJi' \ No newline at end of file +mod-id = "II7t6llZ" +version = "cNiETBJi" diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml index 562988e..7358331 100644 --- a/mods/xaeros-minimap.pw.toml +++ b/mods/xaeros-minimap.pw.toml @@ -1,16 +1,13 @@ -filename = 'Xaeros_Minimap_25.2.6_Fabric_1.20.jar' name = "Xaero's Minimap" -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "Xaeros_Minimap_25.2.6_Fabric_1.20.jar" +side = "client" [download] -hash = 'eca26f5dda06a5c42a8790261a37e894c650e77aa2b51ca6f201a967dcbc61856971c68db65ffb6295ac2651e12a00d9bac1d8b9133c8e9ce67dfbdd1b786b0e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/1bokaNcj/versions/ePRxT2Wj/Xaeros_Minimap_25.2.6_Fabric_1.20.jar' +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/ePRxT2Wj/Xaeros_Minimap_25.2.6_Fabric_1.20.jar" +hash-format = "sha512" +hash = "eca26f5dda06a5c42a8790261a37e894c650e77aa2b51ca6f201a967dcbc61856971c68db65ffb6295ac2651e12a00d9bac1d8b9133c8e9ce67dfbdd1b786b0e" +[update] [update.modrinth] -mod-id = '1bokaNcj' -version = 'ePRxT2Wj' \ No newline at end of file +mod-id = "1bokaNcj" +version = "ePRxT2Wj" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml index 165ead6..99de277 100644 --- a/mods/xaeros-world-map.pw.toml +++ b/mods/xaeros-world-map.pw.toml @@ -1,16 +1,13 @@ -filename = 'XaerosWorldMap_1.39.9_Fabric_1.20.jar' name = "Xaero's World Map" -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "XaerosWorldMap_1.39.9_Fabric_1.20.jar" +side = "client" [download] -hash = 'd10acb6ba4fa104372ad98baff2734bd98622ab3396a751a77c204efd349b73bf4044af4c65a62e92cbe14ee073d5424e1985776e4310968037e84543e336705' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/NcUtCpym/versions/fQpXYWtL/XaerosWorldMap_1.39.9_Fabric_1.20.jar' +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/fQpXYWtL/XaerosWorldMap_1.39.9_Fabric_1.20.jar" +hash-format = "sha512" +hash = "d10acb6ba4fa104372ad98baff2734bd98622ab3396a751a77c204efd349b73bf4044af4c65a62e92cbe14ee073d5424e1985776e4310968037e84543e336705" +[update] [update.modrinth] -mod-id = 'NcUtCpym' -version = 'fQpXYWtL' \ No newline at end of file +mod-id = "NcUtCpym" +version = "fQpXYWtL" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml index bf5ddba..7ce8a8a 100644 --- a/mods/yacl.pw.toml +++ b/mods/yacl.pw.toml @@ -1,16 +1,13 @@ -filename = 'yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar' -name = 'YetAnotherConfigLib (YACL)' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' +name = "YetAnotherConfigLib (YACL)" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar" +side = "both" [download] -hash = '20f282b3cdaec7c83a96840edb756336677c5816ed943145022f1ce1eafac0c9aa7c621939e15abe6f4309626738bc56d3d1b8434f5175d22e7409108630b02b' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/1eAoo2KR/versions/dvS5DjUA/yet_another_config_lib_v3-3.6.6%2B1.20.1-fabric.jar' +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/dvS5DjUA/yet_another_config_lib_v3-3.6.6%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "20f282b3cdaec7c83a96840edb756336677c5816ed943145022f1ce1eafac0c9aa7c621939e15abe6f4309626738bc56d3d1b8434f5175d22e7409108630b02b" +[update] [update.modrinth] -mod-id = '1eAoo2KR' -version = 'dvS5DjUA' \ No newline at end of file +mod-id = "1eAoo2KR" +version = "dvS5DjUA" diff --git a/mods/yosbr.pw.toml b/mods/yosbr.pw.toml index 5781baf..7c450b3 100644 --- a/mods/yosbr.pw.toml +++ b/mods/yosbr.pw.toml @@ -1,53 +1,13 @@ -filename = 'yosbr-0.1.2.jar' -name = 'Your Options Shall Be Respected (YOSBR)' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.14', - '1.14.1', - '1.14.2', - '1.14.3', - '1.14.4', - '1.15', - '1.15.1', - '1.15.2', - '1.16', - '1.16.1', - '1.16.2', - '1.16.3', - '1.16.4', - '1.16.5', - '1.17', - '1.17.1', - '1.18', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4' -] -x-prismlauncher-release-type = 'release' +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" [download] -hash = '254f2225f6446523aa8c8274e83b31e27f3b2afc8fe4f490fb1b169dd518e10c7993acda5db0ab597474ddf9d69506b5e794242fada1e2f89ed7bf9d412a8f78' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar' +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha512" +hash = "254f2225f6446523aa8c8274e83b31e27f3b2afc8fe4f490fb1b169dd518e10c7993acda5db0ab597474ddf9d69506b5e794242fada1e2f89ed7bf9d412a8f78" +[update] [update.modrinth] -mod-id = 'WwbubTsV' -version = 'KMOzdYko' \ No newline at end of file +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml index 78a9ddb..d9f7866 100644 --- a/mods/yungs-api.pw.toml +++ b/mods/yungs-api.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsApi-1.20-Fabric-4.0.6.jar' name = "YUNG's API" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsApi-1.20-Fabric-4.0.6.jar" +side = "both" [download] -hash = '90fea70f21cd09bdeefe9cb6bd23677595b32156b1b8053611449504ba84a21ee1e13e5a620851299090ce989f41b97b9b4bdc98def1ccecb33115e19553c64e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Ua7DFN59/versions/lscV1N5k/YungsApi-1.20-Fabric-4.0.6.jar' +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/lscV1N5k/YungsApi-1.20-Fabric-4.0.6.jar" +hash-format = "sha512" +hash = "90fea70f21cd09bdeefe9cb6bd23677595b32156b1b8053611449504ba84a21ee1e13e5a620851299090ce989f41b97b9b4bdc98def1ccecb33115e19553c64e" +[update] [update.modrinth] -mod-id = 'Ua7DFN59' -version = 'lscV1N5k' \ No newline at end of file +mod-id = "Ua7DFN59" +version = "lscV1N5k" diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml index 38e4ec2..16aaf59 100644 --- a/mods/yungs-better-desert-temples.pw.toml +++ b/mods/yungs-better-desert-temples.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar' name = "YUNG's Better Desert Temples" -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar" +side = "server" [download] -hash = '29839615e042435b0fdacab2b97524a6689190692a289c25e305dbaec34764f38e70c65cfd77b49ac0dcc549281b61cfe244edc62809082e39db54990ef84cbf' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/XNlO7sBv/versions/1Z9HNWpj/YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar' +url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/1Z9HNWpj/YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar" +hash-format = "sha512" +hash = "29839615e042435b0fdacab2b97524a6689190692a289c25e305dbaec34764f38e70c65cfd77b49ac0dcc549281b61cfe244edc62809082e39db54990ef84cbf" +[update] [update.modrinth] -mod-id = 'XNlO7sBv' -version = '1Z9HNWpj' \ No newline at end of file +mod-id = "XNlO7sBv" +version = "1Z9HNWpj" diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml index 467c58c..0812caf 100644 --- a/mods/yungs-better-dungeons.pw.toml +++ b/mods/yungs-better-dungeons.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsBetterDungeons-1.20-Fabric-4.0.4.jar' name = "YUNG's Better Dungeons" -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsBetterDungeons-1.20-Fabric-4.0.4.jar" +side = "server" [download] -hash = '02ee00641aea2e80806923c1d97a366b82eb6d6e1d749fc8fb4eeddeddea718c08f5a87ba5189427f747801b899abe5a6138a260c7e7f949e5e69b4065ac5464' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/o1C1Dkj5/versions/nidyvq2m/YungsBetterDungeons-1.20-Fabric-4.0.4.jar' +url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/nidyvq2m/YungsBetterDungeons-1.20-Fabric-4.0.4.jar" +hash-format = "sha512" +hash = "02ee00641aea2e80806923c1d97a366b82eb6d6e1d749fc8fb4eeddeddea718c08f5a87ba5189427f747801b899abe5a6138a260c7e7f949e5e69b4065ac5464" +[update] [update.modrinth] -mod-id = 'o1C1Dkj5' -version = 'nidyvq2m' \ No newline at end of file +mod-id = "o1C1Dkj5" +version = "nidyvq2m" diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml index 608ea7f..9378010 100644 --- a/mods/yungs-better-end-island.pw.toml +++ b/mods/yungs-better-end-island.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsBetterEndIsland-1.20-Fabric-2.0.6.jar' name = "YUNG's Better End Island" -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsBetterEndIsland-1.20-Fabric-2.0.6.jar" +side = "server" [download] -hash = 'cb63d9cdd69f955ed8044aec6f03aedbf76fdb53fd97826b254b68e3559941df301b714260505d165c58c276aa7ea7c11c2fada7509cb731f10b1815d5633b87' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/2BwBOmBQ/versions/qJTsmyiE/YungsBetterEndIsland-1.20-Fabric-2.0.6.jar' +url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/qJTsmyiE/YungsBetterEndIsland-1.20-Fabric-2.0.6.jar" +hash-format = "sha512" +hash = "cb63d9cdd69f955ed8044aec6f03aedbf76fdb53fd97826b254b68e3559941df301b714260505d165c58c276aa7ea7c11c2fada7509cb731f10b1815d5633b87" +[update] [update.modrinth] -mod-id = '2BwBOmBQ' -version = 'qJTsmyiE' \ No newline at end of file +mod-id = "2BwBOmBQ" +version = "qJTsmyiE" diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml index ae458b1..a572894 100644 --- a/mods/yungs-better-jungle-temples.pw.toml +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar' name = "YUNG's Better Jungle Temples" -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar" +side = "server" [download] -hash = 'ea08ade714376f48cabdddd2e4b7376fc5cc5947e3911583ba4e182ab22c1335c884043441725cde21fb6e84402d17c43f509ade339d46a1a1db40f0e77ee81a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/z9Ve58Ih/versions/6LPrzuB0/YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar' +url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/6LPrzuB0/YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar" +hash-format = "sha512" +hash = "ea08ade714376f48cabdddd2e4b7376fc5cc5947e3911583ba4e182ab22c1335c884043441725cde21fb6e84402d17c43f509ade339d46a1a1db40f0e77ee81a" +[update] [update.modrinth] -mod-id = 'z9Ve58Ih' -version = '6LPrzuB0' \ No newline at end of file +mod-id = "z9Ve58Ih" +version = "6LPrzuB0" diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml index 4376f98..bd35ef0 100644 --- a/mods/yungs-better-mineshafts.pw.toml +++ b/mods/yungs-better-mineshafts.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsBetterMineshafts-1.20-Fabric-4.0.4.jar' name = "YUNG's Better Mineshafts" -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsBetterMineshafts-1.20-Fabric-4.0.4.jar" +side = "server" [download] -hash = '82d6e361ef403471beaaf2fa86964af541df167da56f53b820e5abfac693f63dd5d6c0aafbc9e9baa947b42a57c79f069ed6ede55e680a2523d2ca7f2e538b13' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/HjmxVlSr/versions/qLnQnqXS/YungsBetterMineshafts-1.20-Fabric-4.0.4.jar' +url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/qLnQnqXS/YungsBetterMineshafts-1.20-Fabric-4.0.4.jar" +hash-format = "sha512" +hash = "82d6e361ef403471beaaf2fa86964af541df167da56f53b820e5abfac693f63dd5d6c0aafbc9e9baa947b42a57c79f069ed6ede55e680a2523d2ca7f2e538b13" +[update] [update.modrinth] -mod-id = 'HjmxVlSr' -version = 'qLnQnqXS' \ No newline at end of file +mod-id = "HjmxVlSr" +version = "qLnQnqXS" diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml index 68dcfc5..35a78b4 100644 --- a/mods/yungs-better-nether-fortresses.pw.toml +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar' name = "YUNG's Better Nether Fortresses" -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar" +side = "server" [download] -hash = 'a752f0dea20fa86e6d3a4f87d180af706b2ad5e3d434185aaa624692fc55329a2e2e410e67f843ec982e7b90ae63565b4aed43adbee6c50ded403ef50d91d7fd' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Z2mXHnxP/versions/FL88RLRu/YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar' +url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/FL88RLRu/YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar" +hash-format = "sha512" +hash = "a752f0dea20fa86e6d3a4f87d180af706b2ad5e3d434185aaa624692fc55329a2e2e410e67f843ec982e7b90ae63565b4aed43adbee6c50ded403ef50d91d7fd" +[update] [update.modrinth] -mod-id = 'Z2mXHnxP' -version = 'FL88RLRu' \ No newline at end of file +mod-id = "Z2mXHnxP" +version = "FL88RLRu" diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml index 3d51e00..11cbbce 100644 --- a/mods/yungs-better-ocean-monuments.pw.toml +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar' name = "YUNG's Better Ocean Monuments" -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar" +side = "server" [download] -hash = 'b050f94b70628f9cb64afe1d184b3fd5eee4a7d556ff81b05dd90e954484c415b24b235a8471085cbba2e28a1123e49de9a16e6e7bc52da585db81762562f186' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/3dT9sgt4/versions/4c00pjbt/YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar' +url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/4c00pjbt/YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar" +hash-format = "sha512" +hash = "b050f94b70628f9cb64afe1d184b3fd5eee4a7d556ff81b05dd90e954484c415b24b235a8471085cbba2e28a1123e49de9a16e6e7bc52da585db81762562f186" +[update] [update.modrinth] -mod-id = '3dT9sgt4' -version = '4c00pjbt' \ No newline at end of file +mod-id = "3dT9sgt4" +version = "4c00pjbt" diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml index cac29bb..98cd61f 100644 --- a/mods/yungs-better-strongholds.pw.toml +++ b/mods/yungs-better-strongholds.pw.toml @@ -1,16 +1,13 @@ -filename = 'YungsBetterStrongholds-1.20-Fabric-4.0.3.jar' name = "YUNG's Better Strongholds" -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' +filename = "YungsBetterStrongholds-1.20-Fabric-4.0.3.jar" +side = "server" [download] -hash = 'e70c8daa91e88d8af97e99201264c9646c82a8cf1966b87ca1e53b591e7f1ed3cee2f8875dbe88f9b58e2a7d151fded34896bb4bd23f33f2bfef4c590fbba850' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/kidLKymU/versions/yV6hn0bB/YungsBetterStrongholds-1.20-Fabric-4.0.3.jar' +url = "https://cdn.modrinth.com/data/kidLKymU/versions/yV6hn0bB/YungsBetterStrongholds-1.20-Fabric-4.0.3.jar" +hash-format = "sha512" +hash = "e70c8daa91e88d8af97e99201264c9646c82a8cf1966b87ca1e53b591e7f1ed3cee2f8875dbe88f9b58e2a7d151fded34896bb4bd23f33f2bfef4c590fbba850" +[update] [update.modrinth] -mod-id = 'kidLKymU' -version = 'yV6hn0bB' \ No newline at end of file +mod-id = "kidLKymU" +version = "yV6hn0bB" diff --git a/pack.toml b/pack.toml index 95c1e89..642e3dd 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 = "3fd0af672ff0a146d5f7697913a0f0ead7dd2c91d4e196cd8ec1c5f13d2200f1" +hash = "5d88c7de593edf2d3360a95879373fd728b9c6d746b7806089232c0c2cfc9430" [versions] fabric = "0.16.14" From 214d09dfb87ec5aaf350a466727c9150bdab892d Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 11 Jul 2025 20:33:23 +0200 Subject: [PATCH 06/82] Updated README --- README.md | 53 +++++++++++++++++++++-------------------------------- 1 file changed, 21 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 9880db5..c9c6746 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,31 @@ -**Fabulous** is a Vanilla++ modpack that adds tons of beautiful client-side enhancements, gameplay polish, and additional optimization tools to make Minecraft look and feel _truly majestic_, even without shaders. Who needs shaders anyways? +# 🌍 Fabulous Worlds -## What's inside? +**Fabulous Worlds** is an expanded version of [Fabulous](https://modrinth.com/modpack/fabulous-modpack), made for players who want bigger landscapes, wilder terrain, and even more to explore—without giving up the polish, performance, and balance that made the original pack so great. -- **Performance**: Built on top of _5 optimization modpacks_, this pack adds even more optimization and profiling mods for smooth gameplay with minimal setup. Just gimme that fine speed bruh 🙏 +## ✨ What’s New? -- **Enhanced Visuals**: Dynamic lighting, ambient sounds, fog effects, improved animations, redefined entities, and more. Your world will truly look ✨ beautiful ✨ - _you can even download resources and shaders in-game!_ +This pack cranks up the world generation to 11. Expect: -- **Quality of Life**: Helpful tooltips, JEI, Jade, minimaps, ~~zoomers~~ zoom functionality, UI tweaks, block information... great for beginners and technical players alike. Never forget how to craft your nuclear reactor again ☢️ +- **Massive mountains** – towering peaks that feel almost unreal +- **A huge variety of biomes** – from lush and colorful to eerie and alien +- **Revamped structures** – dungeons, temples, strongholds, and more, all reimagined +- **More immersive exploration** – deeper caves, layered dimensions, and secrets around every corner -- **Gameplay Tweaks**: Customizable armor stands and other fixes that make the vanilla experience smoother and more fun. Who's never needed a calculator in their chat before? 🖩 +## 🧭 Who’s It For? -- **Social & Customization**: Skins, capes, emotes, emojis and voice chat, all preconfigured to make multiplayer more expressive and seamless. Show off your dragon skin to all your friends! 🐉 +- Fans of _Fabulous_ who want to see what the world could look like with the volume turned up +- Explorers who live for finding new, weird, and beautiful places +- Players who want better terrain without breaking the game's flow or balance -- **Expansion Friendly**: This pack was built with expansion in mind. It tries to be as compatible as it can be with other mods. A perfect example is [RandomAhhPack](https://modrinth.com/modpack/RandomAhhPack), which uses Fabulous along with 100+ random mods and doesn't crash. Most of the time. +## 🗺️ At a Glance -### Built for performance +| Feature | What to Expect | +| --------------- | ------------------------------------------- | +| **Scale** | Huge mountains, sprawling biomes | +| **Visuals** | Unique, stylized worldgen full of surprises | +| **Exploration** | Better structures and secrets to uncover | +| **Performance** | Same great optimizations as Fabulous | -Fabulous was built upon the base of these **5 optimization-focused modpacks**: +--- -- [Fabulously Optimized](https://modrinth.com/modpack/fabulously-optimized) -- [Simply Optimized](https://modrinth.com/modpack/sop) -- [OptiFabric](https://modrinth.com/modpack/optifabric-modpack) -- [FPS Modpack](https://modrinth.com/modpack/fps) -- [Additive](https://modrinth.com/modpack/additive) - -This pack takes the best features from all of the above to ensure the best performance possible. - -## Server compatibility - -This pack includes a few mods, like Simple Voice Chat, WATUT and EmoteCraft, that include server-side features. If the server doesn't have them installed, they should just disable themselves and hopefully not crash your whole computer. - -Also, if playing on big servers, consider disabling mods like Better Bridging as they could get you banned for cheating. I mean, it is not cheating, but admins think it is, so you better be cautious (also, maybe don’t enable XRay unless you’re in for a "friendly chat" with an admin). - -
-Note - -This isn’t a professional level modpack (yet™). It’s just a copy-paste of the above mentioned packs with extra mods, tweaks, and resource packs thrown at it. While it’s fast, beautiful, and highly usable, I can't guarantee stability nor compatibility with other mods. - -The other packs themselves probably have years of development, regular updates, and a large community. This pack builds on that solid foundation, but keep in mind: it's a personal project, not a finished product. - -
+If _Fabulous_ was a cozy, polished Minecraft experience, **Fabulous Worlds** is the same thing—but wrapped in a wild, sprawling, fantastical world that’s just begging to be explored. From 31fc3b5aca49a0247f6bccab06d33f933dd16bea Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 11 Jul 2025 20:35:19 +0200 Subject: [PATCH 07/82] Renamed pack to Fabulous Worlds and set version to 0.1.0 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- pack.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index ab84d3e..6677096 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous":">=1.0.1"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} \ No newline at end of file +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.0"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} \ No newline at end of file diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 8d6f80a..506b485 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous 1.0.1","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/Fabulous"}}]}} \ No newline at end of file +{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.0","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} \ No newline at end of file diff --git a/pack.toml b/pack.toml index 642e3dd..ad0af99 100644 --- a/pack.toml +++ b/pack.toml @@ -1,6 +1,6 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "1.0.0" +version = "0.1.0" pack-format = "packwiz:1.1.0" [index] From 77aea3652b25c07a4cb61970127722ae80820248 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 11 Jul 2025 20:35:30 +0200 Subject: [PATCH 08/82] Refreshed packwiz --- index.toml | 4 ++-- pack.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.toml b/index.toml index 7665824..f0922ca 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "d393b71787f5fe4adfff9d95d1dae1b8e2a1ed18e615299d632e4e9bc7d31aab" +hash = "54d75a530fe74a11a0e48e01dd9e9b7e2efced0a4fb1f735763ae7d78f2469c6" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "5c02fce82a785ad40e4c1f3aa364c75be03b254918aaa03e6a22706dc5c159dd" +hash = "d9cf5e4ae94d7d53de8677d43053e884f39af4abf409a3a6cd498834749580c1" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" diff --git a/pack.toml b/pack.toml index ad0af99..e9eacec 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 = "5d88c7de593edf2d3360a95879373fd728b9c6d746b7806089232c0c2cfc9430" +hash = "e9324b12418bfc4f655fd9f1e737ec02a76c8c5e0195aefa81ae6247ad7326bb" [versions] fabric = "0.16.14" From 11c6c21bdd52a3c96b36d078ea09627a413b6683 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 12 Jul 2025 13:50:07 +0200 Subject: [PATCH 09/82] Set "side='both'" to all server-side mods --- index.toml | 32 ++++++++++----------- mods/cristel-lib.pw.toml | 2 +- mods/e4mc.pw.toml | 2 +- mods/lithostitched.pw.toml | 2 +- mods/noisium.pw.toml | 2 +- mods/oh-the-trees-youll-grow.pw.toml | 2 +- mods/skinrestorer.pw.toml | 2 +- mods/towns-and-towers.pw.toml | 2 +- mods/wwoo.pw.toml | 2 +- mods/yungs-better-desert-temples.pw.toml | 2 +- mods/yungs-better-dungeons.pw.toml | 2 +- mods/yungs-better-end-island.pw.toml | 2 +- mods/yungs-better-jungle-temples.pw.toml | 2 +- mods/yungs-better-mineshafts.pw.toml | 2 +- mods/yungs-better-nether-fortresses.pw.toml | 2 +- mods/yungs-better-ocean-monuments.pw.toml | 2 +- mods/yungs-better-strongholds.pw.toml | 2 +- pack.toml | 2 +- 18 files changed, 33 insertions(+), 33 deletions(-) diff --git a/index.toml b/index.toml index f0922ca..2b981ea 100644 --- a/index.toml +++ b/index.toml @@ -457,7 +457,7 @@ metafile = true [[files]] file = "mods/cristel-lib.pw.toml" -hash = "1eb94c241ed2d519e5bde972b0a7966041684d75cbfc724c3ec55227830316a1" +hash = "6ec7fc70c84dc7f7f4578a85480264d82336d64ac0d8c95c0fcc55d350f64ab7" metafile = true [[files]] @@ -502,7 +502,7 @@ metafile = true [[files]] file = "mods/e4mc.pw.toml" -hash = "0890d24e42f52b39712b948ad452ac5375f2ac9d1592f02e6662d1c0887ab287" +hash = "e663f7a8af3dc2e071bce60131381a2ef243d9cc84ed5b74b1c2ae5cd244ac86" metafile = true [[files]] @@ -717,7 +717,7 @@ metafile = true [[files]] file = "mods/lithostitched.pw.toml" -hash = "55167e582fd4841cd6c581beb53d341e94285c216e04b1d7bff0068e875be2a6" +hash = "f0302803c0685ab563b11e93b7bda534681b8c1a7b67dd0431e18c9df645bf9d" metafile = true [[files]] @@ -822,7 +822,7 @@ metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "e94cfc8b72a467d63c5d7593a433edaf698a3792e0c9b95274751ba6d8435288" +hash = "f4b9d7acc345b8df6dd13e19b36658cbca476abdee703ee6f38c66d33e8fa763" metafile = true [[files]] @@ -847,7 +847,7 @@ metafile = true [[files]] file = "mods/oh-the-trees-youll-grow.pw.toml" -hash = "f0ed08750785b8abf3a524de50422e24fd0f795f2f6db2e8a047fa4d47cd3f5b" +hash = "acad2a12b636b0ca49683143e75db1e9c27ab8601f2f7aab720c962749e1935b" metafile = true [[files]] @@ -922,7 +922,7 @@ metafile = true [[files]] file = "mods/skinrestorer.pw.toml" -hash = "6e55f4cd847c9d284ac2484d9e251156c7cfa7a3203c424c9e8c667daf2ca5b9" +hash = "8592a4bad1ce0c6697db10375f92b752f2b7a6fd0951b17c24b8c1ef40a3097e" metafile = true [[files]] @@ -992,7 +992,7 @@ metafile = true [[files]] file = "mods/towns-and-towers.pw.toml" -hash = "72c0e1d4d8eb05e6c82c8959885ee5f08b8c7ede63b438e22a7422246679cc46" +hash = "7b7108d879e1e1c141b24d0d8fa268a6bbcd5c227875d156fcc62c3beec55f63" metafile = true [[files]] @@ -1007,7 +1007,7 @@ metafile = true [[files]] file = "mods/wwoo.pw.toml" -hash = "ca5bfe1a7a7bd7d60d488281bb4dab2f0297f181a1480acc0ca6643934c9dab9" +hash = "a4adbe9faf5b891bfafdb122f7808f7870b6ea915af393deea41406498d109ab" metafile = true [[files]] @@ -1037,42 +1037,42 @@ metafile = true [[files]] file = "mods/yungs-better-desert-temples.pw.toml" -hash = "7dd536d000999274472fa6762bcd49deaeb301fd0889c32723c1129db2400561" +hash = "056652d48ab3934e87ebcdef25306d3a7a564fab873c0c826ba8403f23ca99d7" metafile = true [[files]] file = "mods/yungs-better-dungeons.pw.toml" -hash = "0958d9f10d0e8fb282b8e684b05b37b29aca826d48deeec3e44171857c99aca5" +hash = "660ec443fe901efb46da60ef5f4578fe5d20f5aa7c6aa3baf2199593019514f0" metafile = true [[files]] file = "mods/yungs-better-end-island.pw.toml" -hash = "c360a4aef0ce719d385529002ba157a731d572b73cefb573c763d71d54039078" +hash = "af7ad6f2f43fe76205e3294024dedb4f4900abdb3390511f80f02aec9d2ced23" metafile = true [[files]] file = "mods/yungs-better-jungle-temples.pw.toml" -hash = "a837a0028b1e1bbb6c4e5d31bf3cb04d6f6dccae90fc93df46f9a60a8b2c53c1" +hash = "82657b4dea64f107e9e50e91324b17aa1e1ea2055f9ee5270ed2788d82f6646a" metafile = true [[files]] file = "mods/yungs-better-mineshafts.pw.toml" -hash = "cf708ff146f867df2153b3f27482e80769c7032b10037e4a752d31fbb5668eaf" +hash = "5add00a6b0f928d4a2ed9fd34f55fc533332f237d3d76c728c918b2c74e31d1a" metafile = true [[files]] file = "mods/yungs-better-nether-fortresses.pw.toml" -hash = "8bc20a4cf22bdd4406a64126647cfe3c704e80a3197031c9154032905a276705" +hash = "81856f95f3e0d336c755d5415580094924b53d3a86ed042e6dbf2deeec448f72" metafile = true [[files]] file = "mods/yungs-better-ocean-monuments.pw.toml" -hash = "f23d28e95b21a9655e615390a560bc66f3cb87610ac38cd9d849129d0600a766" +hash = "53c40612eaf08e752c90fafbacd0b573c1fbb9ec5826b66608019d7e84b74d43" metafile = true [[files]] file = "mods/yungs-better-strongholds.pw.toml" -hash = "b2af03e504a1827f2f6fc09597e7d51f4ecd64ab1ebb329a9eb9ffb98372673a" +hash = "4b26e9295dc5f977d68a6d4c4226ed0de542419e5a50a2cb742451230aadbe78" metafile = true [[files]] diff --git a/mods/cristel-lib.pw.toml b/mods/cristel-lib.pw.toml index ed0a450..4b9a30e 100644 --- a/mods/cristel-lib.pw.toml +++ b/mods/cristel-lib.pw.toml @@ -1,6 +1,6 @@ name = "Cristel Lib" filename = "cristellib-1.1.5-fabric.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/cl223EMc/versions/tBnivdbu/cristellib-1.1.5-fabric.jar" diff --git a/mods/e4mc.pw.toml b/mods/e4mc.pw.toml index d62bf02..ba66191 100644 --- a/mods/e4mc.pw.toml +++ b/mods/e4mc.pw.toml @@ -1,6 +1,6 @@ name = "e4mc" filename = "e4mc_minecraft-fabric-5.4.1.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/baNcxaPZ/e4mc_minecraft-fabric-5.4.1.jar" diff --git a/mods/lithostitched.pw.toml b/mods/lithostitched.pw.toml index e8ea4ec..95b1500 100644 --- a/mods/lithostitched.pw.toml +++ b/mods/lithostitched.pw.toml @@ -1,6 +1,6 @@ name = "Lithostitched" filename = "lithostitched-fabric-1.20.1-1.4.11.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/XaDC71GB/versions/9bbVphAR/lithostitched-fabric-1.20.1-1.4.11.jar" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml index 8db4192..5030125 100644 --- a/mods/noisium.pw.toml +++ b/mods/noisium.pw.toml @@ -1,6 +1,6 @@ name = "Noisium" filename = "noisium-fabric-2.3.0+mc1.20-1.20.1.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/erSJnRcq/noisium-fabric-2.3.0%2Bmc1.20-1.20.1.jar" diff --git a/mods/oh-the-trees-youll-grow.pw.toml b/mods/oh-the-trees-youll-grow.pw.toml index 70cd6bd..3e97600 100644 --- a/mods/oh-the-trees-youll-grow.pw.toml +++ b/mods/oh-the-trees-youll-grow.pw.toml @@ -1,6 +1,6 @@ name = "Oh The Trees You'll Grow" filename = "Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/qCMx6YA7/Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar" diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml index f51a700..adbf9af 100644 --- a/mods/skinrestorer.pw.toml +++ b/mods/skinrestorer.pw.toml @@ -1,6 +1,6 @@ name = "Skin Restorer" filename = "skinrestorer-2.4.1+1.20-fabric.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/4VfNwLMw/skinrestorer-2.4.1%2B1.20-fabric.jar" diff --git a/mods/towns-and-towers.pw.toml b/mods/towns-and-towers.pw.toml index f23edea..2593d8d 100644 --- a/mods/towns-and-towers.pw.toml +++ b/mods/towns-and-towers.pw.toml @@ -1,6 +1,6 @@ name = "Towns and Towers" filename = "Towns-and-Towers-1.12-Fabric+Forge.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/DjLobEOy/versions/7ZwnSrVW/Towns-and-Towers-1.12-Fabric%2BForge.jar" diff --git a/mods/wwoo.pw.toml b/mods/wwoo.pw.toml index 140b98a..ff121d0 100644 --- a/mods/wwoo.pw.toml +++ b/mods/wwoo.pw.toml @@ -1,6 +1,6 @@ name = "William Wythers' Overhauled Overworld" filename = "WWOO-FABRIC+FORGE+QUILT-2.0.0.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/II7t6llZ/versions/cNiETBJi/WWOO-FABRIC%2BFORGE%2BQUILT-2.0.0.jar" diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml index 16aaf59..b467e81 100644 --- a/mods/yungs-better-desert-temples.pw.toml +++ b/mods/yungs-better-desert-temples.pw.toml @@ -1,6 +1,6 @@ name = "YUNG's Better Desert Temples" filename = "YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/1Z9HNWpj/YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar" diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml index 0812caf..9e5f755 100644 --- a/mods/yungs-better-dungeons.pw.toml +++ b/mods/yungs-better-dungeons.pw.toml @@ -1,6 +1,6 @@ name = "YUNG's Better Dungeons" filename = "YungsBetterDungeons-1.20-Fabric-4.0.4.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/nidyvq2m/YungsBetterDungeons-1.20-Fabric-4.0.4.jar" diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml index 9378010..36a3c4c 100644 --- a/mods/yungs-better-end-island.pw.toml +++ b/mods/yungs-better-end-island.pw.toml @@ -1,6 +1,6 @@ name = "YUNG's Better End Island" filename = "YungsBetterEndIsland-1.20-Fabric-2.0.6.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/qJTsmyiE/YungsBetterEndIsland-1.20-Fabric-2.0.6.jar" diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml index a572894..4576394 100644 --- a/mods/yungs-better-jungle-temples.pw.toml +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -1,6 +1,6 @@ name = "YUNG's Better Jungle Temples" filename = "YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/6LPrzuB0/YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar" diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml index bd35ef0..0541133 100644 --- a/mods/yungs-better-mineshafts.pw.toml +++ b/mods/yungs-better-mineshafts.pw.toml @@ -1,6 +1,6 @@ name = "YUNG's Better Mineshafts" filename = "YungsBetterMineshafts-1.20-Fabric-4.0.4.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/qLnQnqXS/YungsBetterMineshafts-1.20-Fabric-4.0.4.jar" diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml index 35a78b4..b0578aa 100644 --- a/mods/yungs-better-nether-fortresses.pw.toml +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -1,6 +1,6 @@ name = "YUNG's Better Nether Fortresses" filename = "YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/FL88RLRu/YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar" diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml index 11cbbce..fd68483 100644 --- a/mods/yungs-better-ocean-monuments.pw.toml +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -1,6 +1,6 @@ name = "YUNG's Better Ocean Monuments" filename = "YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/4c00pjbt/YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar" diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml index 98cd61f..13fdefe 100644 --- a/mods/yungs-better-strongholds.pw.toml +++ b/mods/yungs-better-strongholds.pw.toml @@ -1,6 +1,6 @@ name = "YUNG's Better Strongholds" filename = "YungsBetterStrongholds-1.20-Fabric-4.0.3.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/kidLKymU/versions/yV6hn0bB/YungsBetterStrongholds-1.20-Fabric-4.0.3.jar" diff --git a/pack.toml b/pack.toml index e9eacec..2fb2cd9 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 = "e9324b12418bfc4f655fd9f1e737ec02a76c8c5e0195aefa81ae6247ad7326bb" +hash = "95ddced26d5f6370047a7ce0a38416242917997aab02eb9138238af01d29ccdb" [versions] fabric = "0.16.14" From 0a610b0d8a590672beaa4e9551927e9967e46ee7 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 12 Jul 2025 15:17:15 +0200 Subject: [PATCH 10/82] Refreshed packwiz --- index.toml | 113 ----------------------------------------------------- pack.toml | 2 +- 2 files changed, 1 insertion(+), 114 deletions(-) diff --git a/index.toml b/index.toml index 3720b40..8d51b05 100644 --- a/index.toml +++ b/index.toml @@ -263,61 +263,51 @@ hash = "1f6706438ddebbdb8afe098cd61f40241bc2b237f759f8d80592194e647c6211" [[files]] file = "mods/3dskinlayers.pw.toml" hash = "71d097839d86bcdc476dd12c9d635b3c521f07f71e133357587975d6862eefac" -hash = "71d097839d86bcdc476dd12c9d635b3c521f07f71e133357587975d6862eefac" metafile = true [[files]] file = "mods/advancementinfo.pw.toml" hash = "bb6c349471139b104a3d8001650ecaee747b596e1f5ca865157a8026e8182f61" -hash = "bb6c349471139b104a3d8001650ecaee747b596e1f5ca865157a8026e8182f61" metafile = true [[files]] file = "mods/ambientsounds.pw.toml" hash = "7b9bcc299b6587626d256c571fc122e6147d8d760cb7056d537c88cce5d993f9" -hash = "7b9bcc299b6587626d256c571fc122e6147d8d760cb7056d537c88cce5d993f9" metafile = true [[files]] file = "mods/animatica.pw.toml" hash = "e94fd2f80b6029f19fb0c68d5bbf443a21645af0d668c5a544e3b3f23508fb61" -hash = "e94fd2f80b6029f19fb0c68d5bbf443a21645af0d668c5a544e3b3f23508fb61" metafile = true [[files]] file = "mods/appleskin.pw.toml" hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" -hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" metafile = true [[files]] file = "mods/architectury-api.pw.toml" hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" -hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" metafile = true [[files]] file = "mods/armor-statues.pw.toml" hash = "d7d3a464c8668c8a96124b8c98bd7289de41ec211a967a553dcd516c8ab0aee9" -hash = "d7d3a464c8668c8a96124b8c98bd7289de41ec211a967a553dcd516c8ab0aee9" metafile = true [[files]] file = "mods/bad-wither-no-cookie.pw.toml" hash = "545fefbb036d68fb42cd96a077d42461abbf935cb71a096cee9454fba4030339" -hash = "545fefbb036d68fb42cd96a077d42461abbf935cb71a096cee9454fba4030339" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" hash = "501acdaa439603e3a002cd2da5aad794ff9f39b2c75270bfab5779e2d7c6e0d8" -hash = "501acdaa439603e3a002cd2da5aad794ff9f39b2c75270bfab5779e2d7c6e0d8" metafile = true [[files]] file = "mods/balm.pw.toml" hash = "7dc148833d9a455f8ddebab5c3d8a03c2797cff1296d8c0bcb526e6226b97cb3" -hash = "7dc148833d9a455f8ddebab5c3d8a03c2797cff1296d8c0bcb526e6226b97cb3" metafile = true [[files]] @@ -333,7 +323,6 @@ metafile = true [[files]] file = "mods/better-mount-hud.pw.toml" hash = "333dfa2b93c688ce5f9f685f77cb62e5df8b9c8d21a2c4dd4eb9232aa85dccff" -hash = "333dfa2b93c688ce5f9f685f77cb62e5df8b9c8d21a2c4dd4eb9232aa85dccff" metafile = true [[files]] @@ -349,7 +338,6 @@ metafile = true [[files]] file = "mods/betterf3.pw.toml" hash = "a1e024094c28068c99a6da1c5867cbd4e66a315718039659bfa533a138762d9e" -hash = "a1e024094c28068c99a6da1c5867cbd4e66a315718039659bfa533a138762d9e" metafile = true [[files]] @@ -370,97 +358,81 @@ metafile = true [[files]] file = "mods/blur-plus.pw.toml" hash = "04ddfc50d957ad8cd71306a19b98b3b64d5235bb1c6a694592087ccb1f0c0dfc" -hash = "04ddfc50d957ad8cd71306a19b98b3b64d5235bb1c6a694592087ccb1f0c0dfc" metafile = true [[files]] file = "mods/boat-item-view.pw.toml" hash = "d6878871a07870b33821beed20118368e779c17574062d5d771eb38b9403e875" -hash = "d6878871a07870b33821beed20118368e779c17574062d5d771eb38b9403e875" metafile = true [[files]] file = "mods/bookshelf-lib.pw.toml" hash = "0b5feeae74fe992084ec5cb12eab3404ddd5054e85c9006f7ba4d65f209de13f" -hash = "0b5feeae74fe992084ec5cb12eab3404ddd5054e85c9006f7ba4d65f209de13f" metafile = true [[files]] file = "mods/borderless-mining.pw.toml" hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7" -hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" -hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" metafile = true [[files]] file = "mods/calcmod.pw.toml" hash = "0cc9069aeee558e036c7afd064d37d9f468ea1138705da0fe4aad64d95312f79" -hash = "0cc9069aeee558e036c7afd064d37d9f468ea1138705da0fe4aad64d95312f79" metafile = true [[files]] file = "mods/cameraoverhaul.pw.toml" hash = "1486599d6e290cf30708c54ce2b8caa0447f072080625213951d50665167ec56" -hash = "1486599d6e290cf30708c54ce2b8caa0447f072080625213951d50665167ec56" metafile = true [[files]] file = "mods/capes.pw.toml" hash = "ec2c437fe50a3f8ea6077215974ba9f769cb94eb29432156cbbe43137a74013f" -hash = "ec2c437fe50a3f8ea6077215974ba9f769cb94eb29432156cbbe43137a74013f" metafile = true [[files]] file = "mods/chat-heads.pw.toml" hash = "a64fd77827cfe582e2ad434fbf5fd6a70450796c191525cab9ea33d42e98a212" -hash = "a64fd77827cfe582e2ad434fbf5fd6a70450796c191525cab9ea33d42e98a212" metafile = true [[files]] file = "mods/cherished-worlds.pw.toml" hash = "ade96e54f3cc61a9a64356f522f8527f15a20518fe9a782229af7423358fc017" -hash = "ade96e54f3cc61a9a64356f522f8527f15a20518fe9a782229af7423358fc017" metafile = true [[files]] file = "mods/chunky.pw.toml" hash = "b1581bbfae9d16690f4022536da6567f000130c4ea5e04d92177c1bc61fea709" -hash = "b1581bbfae9d16690f4022536da6567f000130c4ea5e04d92177c1bc61fea709" metafile = true [[files]] file = "mods/cit-resewn.pw.toml" hash = "d2e1ad62031e3700de73a87957a4acca747436a4135da695705cb5d293aa0890" -hash = "d2e1ad62031e3700de73a87957a4acca747436a4135da695705cb5d293aa0890" metafile = true [[files]] file = "mods/cleardespawn.pw.toml" hash = "4f34a9355753904ff7fe8c3fe1e2f665e514470c483ff77aa7f4c8bc05c122da" -hash = "4f34a9355753904ff7fe8c3fe1e2f665e514470c483ff77aa7f4c8bc05c122da" metafile = true [[files]] file = "mods/client-tweaks.pw.toml" hash = "fdf93eccd99a3676ab705cd2a9df118ff9c1abca2d6b1c15f820f1261eabf109" -hash = "fdf93eccd99a3676ab705cd2a9df118ff9c1abca2d6b1c15f820f1261eabf109" metafile = true [[files]] file = "mods/cloth-config.pw.toml" hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" -hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" metafile = true [[files]] file = "mods/clumps.pw.toml" hash = "15385164e2cd07cce7493a10d6d87df5c7bce587a866613126be3b54b6b28fc7" -hash = "15385164e2cd07cce7493a10d6d87df5c7bce587a866613126be3b54b6b28fc7" metafile = true [[files]] @@ -476,7 +448,6 @@ metafile = true [[files]] file = "mods/coroutil.pw.toml" hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7" -hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7" metafile = true [[files]] @@ -492,67 +463,56 @@ metafile = true [[files]] file = "mods/cubes-without-borders.pw.toml" hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" -hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" metafile = true [[files]] file = "mods/cut-through.pw.toml" hash = "119642cc64a5790f42738939121ea5a08100eb0c3867d7f64ead1a4d0eb8a163" -hash = "119642cc64a5790f42738939121ea5a08100eb0c3867d7f64ead1a4d0eb8a163" metafile = true [[files]] file = "mods/damagenumbers.pw.toml" hash = "010d21e9d7d364313ce751e073ab48006ae80b302f68a7c434396dadbe324535" -hash = "010d21e9d7d364313ce751e073ab48006ae80b302f68a7c434396dadbe324535" metafile = true [[files]] file = "mods/debugify.pw.toml" hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" -hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" metafile = true [[files]] file = "mods/distraction-free-recipes.pw.toml" hash = "20fdb4bb9c30b2aa81499f43657c266e3d84fdb4a3b167c7fdbf3309e4316fc7" -hash = "20fdb4bb9c30b2aa81499f43657c266e3d84fdb4a3b167c7fdbf3309e4316fc7" metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" -hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" metafile = true [[files]] file = "mods/dynamiccrosshair.pw.toml" hash = "60460d54ec3c77110dcb2ad09de2af369e39c0d9c1c20d55e263ac47153111de" -hash = "60460d54ec3c77110dcb2ad09de2af369e39c0d9c1c20d55e263ac47153111de" metafile = true [[files]] file = "mods/dynamiccrosshaircompat.pw.toml" hash = "f33a83913e71bc92da1f4dda173529f49d39ad372c34821e31163cd86dc211d6" -hash = "f33a83913e71bc92da1f4dda173529f49d39ad372c34821e31163cd86dc211d6" metafile = true [[files]] file = "mods/e4mc.pw.toml" hash = "e663f7a8af3dc2e071bce60131381a2ef243d9cc84ed5b74b1c2ae5cd244ac86" -hash = "e663f7a8af3dc2e071bce60131381a2ef243d9cc84ed5b74b1c2ae5cd244ac86" metafile = true [[files]] file = "mods/ebe.pw.toml" hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" -hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" metafile = true [[files]] file = "mods/emotecraft.pw.toml" hash = "bd53dcb193060715c659e96aedafd08dedd193ebb1f0a79fe15f6786a315a6c0" -hash = "bd53dcb193060715c659e96aedafd08dedd193ebb1f0a79fe15f6786a315a6c0" metafile = true [[files]] @@ -568,73 +528,61 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" hash = "724f38446c3830230388cec99fed286ff1e8580f0a82c1466c7d59bde4450c71" -hash = "724f38446c3830230388cec99fed286ff1e8580f0a82c1466c7d59bde4450c71" metafile = true [[files]] file = "mods/entityculling.pw.toml" hash = "8a9386b76d226cf0bd2ab2faaa97442bb532702ca5fb7436b66b1383e0e306e3" -hash = "8a9386b76d226cf0bd2ab2faaa97442bb532702ca5fb7436b66b1383e0e306e3" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" hash = "431846491318f66fdef523f169044383847e75d3e1ff36cccd2bf8cb10e85ae8" -hash = "431846491318f66fdef523f169044383847e75d3e1ff36cccd2bf8cb10e85ae8" metafile = true [[files]] file = "mods/fabric-api.pw.toml" hash = "2b7949e506ba69c57139127c0ccc6caf5a9ec5ec97788b81288118db3d7c2ad3" -hash = "2b7949e506ba69c57139127c0ccc6caf5a9ec5ec97788b81288118db3d7c2ad3" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab" -hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab" metafile = true [[files]] file = "mods/fabrishot.pw.toml" hash = "83ac3e7f70eb567845286596a8baad96b73ef3c2ee1fa378375df7a13aad7c11" -hash = "83ac3e7f70eb567845286596a8baad96b73ef3c2ee1fa378375df7a13aad7c11" metafile = true [[files]] file = "mods/fadeless.pw.toml" hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" -hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" metafile = true [[files]] file = "mods/fast-ip-ping.pw.toml" hash = "29d41095d30271247f296402d3e50d8ce060acf77808efcbe25de0ec84e76975" -hash = "29d41095d30271247f296402d3e50d8ce060acf77808efcbe25de0ec84e76975" metafile = true [[files]] file = "mods/fastquit.pw.toml" hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" -hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" -hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" hash = "5a8192cd49c550ee71786080679660576b3a86e8b4e6c979c1f5cd3c2e6b138e" -hash = "5a8192cd49c550ee71786080679660576b3a86e8b4e6c979c1f5cd3c2e6b138e" metafile = true [[files]] file = "mods/fog.pw.toml" hash = "0dd6a98258783de2b2d6dd2e825edb02008a4d9801e18ef57030e1bbfd314d49" -hash = "0dd6a98258783de2b2d6dd2e825edb02008a4d9801e18ef57030e1bbfd314d49" metafile = true [[files]] @@ -655,31 +603,26 @@ metafile = true [[files]] file = "mods/iceberg.pw.toml" hash = "f669b069214a8e88d17066ff6715fe131568cd190450ba408b4c2c5479a1a263" -hash = "f669b069214a8e88d17066ff6715fe131568cd190450ba408b4c2c5479a1a263" metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" -hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" metafile = true [[files]] file = "mods/immersive-messages-api.pw.toml" hash = "b2b2c8e4f24d100944950363a846a49b610df63e41f531bff2b241da6b91b687" -hash = "b2b2c8e4f24d100944950363a846a49b610df63e41f531bff2b241da6b91b687" metafile = true [[files]] file = "mods/immersive-tips.pw.toml" hash = "d28fe1f2c2d7e00d64233473bb7a82f44853861c9988050d354d7c9b4ff0644a" -hash = "d28fe1f2c2d7e00d64233473bb7a82f44853861c9988050d354d7c9b4ff0644a" metafile = true [[files]] file = "mods/immersive-ui.pw.toml" hash = "71ddcef1fbd1b128a705ce8f9a57e8aeda4421f08c47241484d08bd264cb7c98" -hash = "71ddcef1fbd1b128a705ce8f9a57e8aeda4421f08c47241484d08bd264cb7c98" metafile = true [[files]] @@ -695,91 +638,76 @@ metafile = true [[files]] file = "mods/indium.pw.toml" hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" -hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" metafile = true [[files]] file = "mods/infinite-music.pw.toml" hash = "da5b389fb0ef39af3116a02dbd90cb8f0fc11dba5f925f72d051c2143720c68e" -hash = "da5b389fb0ef39af3116a02dbd90cb8f0fc11dba5f925f72d051c2143720c68e" metafile = true [[files]] file = "mods/iris.pw.toml" hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" -hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" metafile = true [[files]] file = "mods/item-highlighter.pw.toml" hash = "80264d11a93ffb63f1592be06f8dcdf276bc5a6d2b666dfa9a5d2d10dfb29282" -hash = "80264d11a93ffb63f1592be06f8dcdf276bc5a6d2b666dfa9a5d2d10dfb29282" metafile = true [[files]] file = "mods/ive-spoken.pw.toml" hash = "0aea87c3d9ef08d3fea6e19678378b8456ba4670c374b70a5ff3ad8039f6216a" -hash = "0aea87c3d9ef08d3fea6e19678378b8456ba4670c374b70a5ff3ad8039f6216a" metafile = true [[files]] file = "mods/jade-addons-fabric.pw.toml" hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" -hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" metafile = true [[files]] file = "mods/jade.pw.toml" hash = "d5faaf6d7e4be8bdf9b1b200edee175c2704ce13abad9d1951a4d4a45b432d4e" -hash = "d5faaf6d7e4be8bdf9b1b200edee175c2704ce13abad9d1951a4d4a45b432d4e" metafile = true [[files]] file = "mods/jei.pw.toml" hash = "a615fd6551b3d47e2d0e42e4ec30df6293bec90c135f1022113425ab8f23f7a6" -hash = "a615fd6551b3d47e2d0e42e4ec30df6293bec90c135f1022113425ab8f23f7a6" metafile = true [[files]] file = "mods/just-zoom.pw.toml" hash = "9495bb2388d7fa5ccf6b33b485f75c7ed15f8a59956406a92ad427e8504980e8" -hash = "9495bb2388d7fa5ccf6b33b485f75c7ed15f8a59956406a92ad427e8504980e8" metafile = true [[files]] file = "mods/konkrete.pw.toml" hash = "d6be91dc0a2aca23ee640818d8a8295c85ddb2db6e0413669ecac9600b01eef0" -hash = "d6be91dc0a2aca23ee640818d8a8295c85ddb2db6e0413669ecac9600b01eef0" metafile = true [[files]] file = "mods/krypton.pw.toml" hash = "9063bac3fdf585a43d318e3f9773475a28ecb8fe80bc7689cc480851eef97420" -hash = "9063bac3fdf585a43d318e3f9773475a28ecb8fe80bc7689cc480851eef97420" metafile = true [[files]] file = "mods/ksyxis.pw.toml" hash = "7c6239fe970cd45a1f680493b9fceef6870afcfd2de72086bfef3f765bd3c4c6" -hash = "7c6239fe970cd45a1f680493b9fceef6870afcfd2de72086bfef3f765bd3c4c6" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "e727cc5823b7391db5c30bbaa3769fed77533db693011d0dc8698b0e4303b71d" -hash = "e727cc5823b7391db5c30bbaa3769fed77533db693011d0dc8698b0e4303b71d" metafile = true [[files]] file = "mods/language-reload.pw.toml" hash = "37c1a6cf7cf2c6190133b51f0c8716e8d4e89aea455e54e57bcca0846168dddf" -hash = "37c1a6cf7cf2c6190133b51f0c8716e8d4e89aea455e54e57bcca0846168dddf" metafile = true [[files]] file = "mods/lazydfu.pw.toml" hash = "694c91d6f341271b0b071a814fb64defbd52af1b228cb593595836c0d9f68151" -hash = "694c91d6f341271b0b071a814fb64defbd52af1b228cb593595836c0d9f68151" metafile = true [[files]] @@ -800,49 +728,41 @@ metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" hash = "e4562622be1286bf8f2c8af9e3fc4e6052c9cd51c67c70f2bfce0fd9d26c31bb" -hash = "e4562622be1286bf8f2c8af9e3fc4e6052c9cd51c67c70f2bfce0fd9d26c31bb" metafile = true [[files]] file = "mods/main-menu-credits.pw.toml" hash = "4aca2ece9ab7bb2e653f3ef1778cf91f716db71bceb9b20fa105c1424fc17cdb" -hash = "4aca2ece9ab7bb2e653f3ef1778cf91f716db71bceb9b20fa105c1424fc17cdb" metafile = true [[files]] file = "mods/memoryleakfix.pw.toml" hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" -hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" metafile = true [[files]] file = "mods/midnightcontrols.pw.toml" hash = "c8615f9ffa0aca1cbc721a3095b24a1e719936c44d715c6a6cae0a24a3d9c7ee" -hash = "c8615f9ffa0aca1cbc721a3095b24a1e719936c44d715c6a6cae0a24a3d9c7ee" metafile = true [[files]] file = "mods/midnightlib.pw.toml" hash = "f40488b90039380bde4615baca056eaec3afb62defccd7301a15af1c602970c3" -hash = "f40488b90039380bde4615baca056eaec3afb62defccd7301a15af1c602970c3" metafile = true [[files]] file = "mods/mixintrace.pw.toml" hash = "6cd55df8041a48cb7f5f95ea4520f5ed59064e71ff9dab8b0e02bb922b68c9cb" -hash = "6cd55df8041a48cb7f5f95ea4520f5ed59064e71ff9dab8b0e02bb922b68c9cb" metafile = true [[files]] file = "mods/modelfix.pw.toml" hash = "435267c3230ba1439f50fa32c3ed3993a4123f870681451aa95acdde5d52622e" -hash = "435267c3230ba1439f50fa32c3ed3993a4123f870681451aa95acdde5d52622e" metafile = true [[files]] file = "mods/modernfix.pw.toml" hash = "f149a969021fee77abd79fee4906f80abbbd928b3f68bf14de1a2685ee9a2a80" -hash = "f149a969021fee77abd79fee4906f80abbbd928b3f68bf14de1a2685ee9a2a80" metafile = true [[files]] @@ -858,19 +778,16 @@ metafile = true [[files]] file = "mods/morechathistory.pw.toml" hash = "3dc86c0b4d31199f6f8579b8460686201ce8b9c87e1be5afaf50be9995add1e0" -hash = "3dc86c0b4d31199f6f8579b8460686201ce8b9c87e1be5afaf50be9995add1e0" metafile = true [[files]] file = "mods/moreculling.pw.toml" hash = "dbb344ad3e49c36d167fa05b6c5f674794306b1727220e8720d767264aee497f" -hash = "dbb344ad3e49c36d167fa05b6c5f674794306b1727220e8720d767264aee497f" metafile = true [[files]] file = "mods/mouse-tweaks.pw.toml" hash = "b6685e98fce8f1f45868b9df3dbaa410ec23bb64896c826be596d98b01326116" -hash = "b6685e98fce8f1f45868b9df3dbaa410ec23bb64896c826be596d98b01326116" metafile = true [[files]] @@ -891,37 +808,31 @@ metafile = true [[files]] file = "mods/night-auto-config.pw.toml" hash = "e12567f00765136329ad5edcfcf826c7cc47f2e780c7a12083675887f6d654b6" -hash = "e12567f00765136329ad5edcfcf826c7cc47f2e780c7a12083675887f6d654b6" metafile = true [[files]] file = "mods/no-chat-reports.pw.toml" hash = "9ce6efc7149cdae2deb751b4ebf2d220700cc1b204e7a1d026275203387f106b" -hash = "9ce6efc7149cdae2deb751b4ebf2d220700cc1b204e7a1d026275203387f106b" metafile = true [[files]] file = "mods/no-telemetry.pw.toml" hash = "ebd48452773a4b6b4b7dcedbfb71c8986ec97780fcce040542c8e8fd67f22c56" -hash = "ebd48452773a4b6b4b7dcedbfb71c8986ec97780fcce040542c8e8fd67f22c56" metafile = true [[files]] file = "mods/noisium.pw.toml" hash = "f4b9d7acc345b8df6dd13e19b36658cbca476abdee703ee6f38c66d33e8fa763" -hash = "f4b9d7acc345b8df6dd13e19b36658cbca476abdee703ee6f38c66d33e8fa763" metafile = true [[files]] file = "mods/nuit-interop.pw.toml" hash = "a0b2b689e7e6eb10cd342da48dd605cfbe09d782790a42089f31835a54e37b1a" -hash = "a0b2b689e7e6eb10cd342da48dd605cfbe09d782790a42089f31835a54e37b1a" metafile = true [[files]] file = "mods/nuit.pw.toml" hash = "421b6b05164e623dc65e0e4133fc484fb3b87b26b040ad4b2ffb239491d8bb2d" -hash = "421b6b05164e623dc65e0e4133fc484fb3b87b26b040ad4b2ffb239491d8bb2d" metafile = true [[files]] @@ -942,43 +853,36 @@ metafile = true [[files]] file = "mods/optigui.pw.toml" hash = "6c61882bbd734f1260d930c860ecd183e089e3d878c4faccee0f73acf65c18b1" -hash = "6c61882bbd734f1260d930c860ecd183e089e3d878c4faccee0f73acf65c18b1" metafile = true [[files]] file = "mods/panorama-screens.pw.toml" hash = "fe23d52712a124f54236002c401bd94249a5d482c6e8b806c5accaf4d1fe08cb" -hash = "fe23d52712a124f54236002c401bd94249a5d482c6e8b806c5accaf4d1fe08cb" metafile = true [[files]] file = "mods/paper-doll.pw.toml" hash = "5160e0efcb8f1ec8a3761e4d095ae1cf5cc67a7ade9c852320260a1be7b45112" -hash = "5160e0efcb8f1ec8a3761e4d095ae1cf5cc67a7ade9c852320260a1be7b45112" metafile = true [[files]] file = "mods/pick-up-notifier.pw.toml" hash = "9ad63ddb4586e2650aca101712f9d0f5efa14e5959965cb6e6fc6ad300e8c3ee" -hash = "9ad63ddb4586e2650aca101712f9d0f5efa14e5959965cb6e6fc6ad300e8c3ee" metafile = true [[files]] file = "mods/polytone.pw.toml" hash = "4b88564ad94c61172b4b73aa4591709e7d68163cee1b4e40b5fc6fdb6a6fcc87" -hash = "4b88564ad94c61172b4b73aa4591709e7d68163cee1b4e40b5fc6fdb6a6fcc87" metafile = true [[files]] file = "mods/puzzle.pw.toml" hash = "222ba96b4e6072eaf6cc9f0efaaebb6a166ee773897228ebb7513a804e932581" -hash = "222ba96b4e6072eaf6cc9f0efaaebb6a166ee773897228ebb7513a804e932581" metafile = true [[files]] file = "mods/puzzles-lib.pw.toml" hash = "e7aaef7215f2419177f1b1d3240d2d61d17ca2b2e03127d92941874ad5594d6f" -hash = "e7aaef7215f2419177f1b1d3240d2d61d17ca2b2e03127d92941874ad5594d6f" metafile = true [[files]] @@ -994,67 +898,56 @@ metafile = true [[files]] file = "mods/resourcify.pw.toml" hash = "00d63bf2177ad78b9d0a012ab33c9884ea6f5044e776fbf5444609670f041d2a" -hash = "00d63bf2177ad78b9d0a012ab33c9884ea6f5044e776fbf5444609670f041d2a" metafile = true [[files]] file = "mods/rrls.pw.toml" hash = "83164a6af3923e28cadf9d404f059bf74aa4f0842fc1ca0f6e7cf1e686044875" -hash = "83164a6af3923e28cadf9d404f059bf74aa4f0842fc1ca0f6e7cf1e686044875" metafile = true [[files]] file = "mods/scribble.pw.toml" hash = "f4d3fd279c80231cfa832ad1fb58307849fbb6da495863005411d1c2606239e9" -hash = "f4d3fd279c80231cfa832ad1fb58307849fbb6da495863005411d1c2606239e9" metafile = true [[files]] file = "mods/seamless-loading-screen.pw.toml" hash = "a47d32bc04a461351608608f34543b818019ff928102422078f00d23b7a14fae" -hash = "a47d32bc04a461351608608f34543b818019ff928102422078f00d23b7a14fae" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "9885c18a84249141b74134f29fac8d36c2d15681956ea45790bc8fcf62d364af" -hash = "9885c18a84249141b74134f29fac8d36c2d15681956ea45790bc8fcf62d364af" metafile = true [[files]] file = "mods/skinrestorer.pw.toml" hash = "8592a4bad1ce0c6697db10375f92b752f2b7a6fd0951b17c24b8c1ef40a3097e" -hash = "8592a4bad1ce0c6697db10375f92b752f2b7a6fd0951b17c24b8c1ef40a3097e" metafile = true [[files]] file = "mods/sodium-extra.pw.toml" hash = "8ad07191dfdea31249b4416a390c1cdf1d4ff1938cf9f8a617f98f7a08c5356c" -hash = "8ad07191dfdea31249b4416a390c1cdf1d4ff1938cf9f8a617f98f7a08c5356c" metafile = true [[files]] file = "mods/sodium.pw.toml" hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" -hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "d2fbb82f0d2b6112b8b941bb25d7a3bd00deeb6cff220a13feb1248f42ef64d7" -hash = "d2fbb82f0d2b6112b8b941bb25d7a3bd00deeb6cff220a13feb1248f42ef64d7" metafile = true [[files]] file = "mods/sound.pw.toml" hash = "e53888490a33ad3127b09dd98ce001e579cb6c205a99a1e6e0424ab9f5b862c2" -hash = "e53888490a33ad3127b09dd98ce001e579cb6c205a99a1e6e0424ab9f5b862c2" metafile = true [[files]] file = "mods/spark.pw.toml" hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216" -hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216" metafile = true [[files]] @@ -1090,7 +983,6 @@ metafile = true [[files]] file = "mods/threadtweak.pw.toml" hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" -hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" metafile = true [[files]] @@ -1106,7 +998,6 @@ metafile = true [[files]] file = "mods/txnilib.pw.toml" hash = "3f12e299c61128e9b68e30f814a8507437afc84e27c678fe7955ced741fc176a" -hash = "3f12e299c61128e9b68e30f814a8507437afc84e27c678fe7955ced741fc176a" metafile = true [[files]] @@ -1122,25 +1013,21 @@ metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" hash = "a2f8f9c0410885c429945a8e5142a3b4bbaa63bf147f9b2fdd035113b404344f" -hash = "a2f8f9c0410885c429945a8e5142a3b4bbaa63bf147f9b2fdd035113b404344f" metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" hash = "9caca4be3884e5a7c22b681fc4b4d123bb7a9648b4d4936f5ce60df8799fa8eb" -hash = "9caca4be3884e5a7c22b681fc4b4d123bb7a9648b4d4936f5ce60df8799fa8eb" metafile = true [[files]] file = "mods/yacl.pw.toml" hash = "8305bf17272f0c579b0930b751c12089de9fb157dbdb5c080836ce3daad310b5" -hash = "8305bf17272f0c579b0930b751c12089de9fb157dbdb5c080836ce3daad310b5" metafile = true [[files]] file = "mods/yosbr.pw.toml" hash = "1bb9b2e75c6934b1f18648e9b37e20abcf6a4a2547c7cdb0abe88407267e0c10" -hash = "1bb9b2e75c6934b1f18648e9b37e20abcf6a4a2547c7cdb0abe88407267e0c10" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 2fb2cd9..d1c6944 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 = "95ddced26d5f6370047a7ce0a38416242917997aab02eb9138238af01d29ccdb" +hash = "90ee513b21fe26e1b0651ebadeb700c5439251f478c7c47da65befba693ac175" [versions] fabric = "0.16.14" From 25ae9b6098a8b75d8ed135c5378e7d8ce90566ca Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 22 Jul 2025 11:41:42 +0200 Subject: [PATCH 11/82] Updated to 0.1.1 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 10 +++++++--- pack.toml | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 2dd72c8..83abec0 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.0"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.1"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index a5baba1..d0705af 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.0","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} +{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.1","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} diff --git a/index.toml b/index.toml index 6f2ee39..de8769f 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "54d75a530fe74a11a0e48e01dd9e9b7e2efced0a4fb1f735763ae7d78f2469c6" +hash = "a7308e36cf2b3e61740390b1fcf77fbb7d48512575a3827dc05453c126522f64" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "d9cf5e4ae94d7d53de8677d43053e884f39af4abf409a3a6cd498834749580c1" +hash = "a762e6975f9eee6f4e32134cd1ccf1602bbb022656132e0f38a10732f2c5570a" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -212,6 +212,10 @@ hash = "68853b098e83b6bc3c244906a29943e5b4252e6906fc5df72cd71f4df6c977d4" file = "config/yosbr/config/sodium-options.json" hash = "51136f5621828014c5372dd371a17f7708a4c2b73208ea503c49d20ad395d677" +[[files]] +file = "config/yosbr/config/sound_physics_remastered/soundphysics.properties" +hash = "fdec04568067483856ec24231c9edc9a6d5879d1bdaf66c5168f7eda04466009" + [[files]] file = "config/yosbr/config/tectonic.json" hash = "32df77986865e3580b6d38ceddf06caf5ef2c12a00b5385e90334e69ec32cc49" @@ -592,7 +596,7 @@ metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "486365308053b52809d840574fcf011125a146c2ab51ff8efb0f72c8cc1a759e" +hash = "956ce6abf28a447b1ab99aae9c7490151e8ea9d792528314735753b2789b46ce" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index d1c6944..ddc4525 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.0" +version = "0.1.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "90ee513b21fe26e1b0651ebadeb700c5439251f478c7c47da65befba693ac175" +hash = "2070f84b3f63a6c10379211968e8c97158b6cfeb7fb5712db967b59180cf69c1" [versions] fabric = "0.16.14" From 8a3e6770b7d4319056409ce93792920b39abb977 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 9 Aug 2025 14:55:16 +0200 Subject: [PATCH 12/82] Updated to Fabulous 1.0.4 --- config/yosbr/options.txt | 2 +- index.toml | 24 +++++++++---------- mods/balm.pw.toml | 8 +++---- mods/ksyxis.pw.toml | 8 +++---- mods/lambdynamiclights.pw.toml | 8 +++---- mods/modernfix.pw.toml | 8 +++---- mods/polytone.pw.toml | 8 +++---- mods/simple-voice-chat.pw.toml | 8 +++---- mods/sound-physics-remastered.pw.toml | 8 +++---- pack.toml | 2 +- resourcepacks/icons.pw.toml | 2 +- resourcepacks/translations-for-sodium.pw.toml | 6 ++--- resourcepacks/unique-dark.pw.toml | 6 ++--- 13 files changed, 49 insertions(+), 49 deletions(-) diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index c36063f..1ad54f5 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -5,7 +5,7 @@ snooperEnabled:false simulationDistance:6 guiScale:3 maxFps:260 -resourcePacks:["vanilla","fabric","file/SodiumTranslations.zip","file/Chat Reporting Helper.zip","file/Icons v.1.9.1§7.zip","file/Icons+Menu+(Put+Above+Icons).zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/EBE_1.20.x_v1.1.zip","file/Redstone Tweaks 2.3.zip","file/SPEGG BP [1.20-1.x].zip","file/visual-armor-trims-v1.1-1.20.X.zip","black_icons","file/FreshAnimations_v1.9.2.zip","file/VanillaEvolved_1.9.0.zip","file/cubic-sun-moon-v1.8.3a.zip","file/Unique Dark - Lite - 1.20.1.zip"] +resourcePacks:["vanilla","fabric","file/SodiumTranslations.zip","file/Chat Reporting Helper.zip","file/Icons v.1.9.1.zip","file/Icons+Menu+(Put+Above+Icons).zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/EBE_1.20.x_v1.1.zip","file/Redstone Tweaks 2.3.zip","file/SPEGG BP [1.20-1.x].zip","file/visual-armor-trims-v1.1-1.20.X.zip","black_icons","file/FreshAnimations_v1.9.2.zip","file/VanillaEvolved_1.9.0.zip","file/cubic-sun-moon-v1.8.3a.zip","file/Unique Dark - Lite - 1.20.1.zip"] incompatibleResourcePacks:["file/visual-armor-trims-v1.1-1.20.X.zip"] advancedItemTooltips:true tutorialStep:none diff --git a/index.toml b/index.toml index de8769f..9ac86f0 100644 --- a/index.toml +++ b/index.toml @@ -262,7 +262,7 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" -hash = "1f6706438ddebbdb8afe098cd61f40241bc2b237f759f8d80592194e647c6211" +hash = "cc06a125021ee6cb45274e666d2f5434d323103cdd3c39eeca7cdf7c9548820e" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -311,7 +311,7 @@ metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "4c6bd9db593961209b5b8836f4bb05ff86791fd981fce381569220a23ef5c5aa" +hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" metafile = true [[files]] @@ -596,7 +596,7 @@ metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "956ce6abf28a447b1ab99aae9c7490151e8ea9d792528314735753b2789b46ce" +hash = "486365308053b52809d840574fcf011125a146c2ab51ff8efb0f72c8cc1a759e" metafile = true [[files]] @@ -696,12 +696,12 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" -hash = "7c6239fe970cd45a1f680493b9fceef6870afcfd2de72086bfef3f765bd3c4c6" +hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "e727cc5823b7391db5c30bbaa3769fed77533db693011d0dc8698b0e4303b71d" +hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" metafile = true [[files]] @@ -766,7 +766,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "936f8e3b23ec686afb7bf7f379984662f44099bc54f11767445ef2bd3e70fde7" +hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" metafile = true [[files]] @@ -876,7 +876,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "8e91f784e6799face9c6b538f26d5d13a2974db7e3f23f53d3fcc60698f5157a" +hash = "d44ce17470cc949f0ad2180ecaf9e98b13f6866312eeb1b12a2e0a04f41e8647" metafile = true [[files]] @@ -921,7 +921,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "177b37256afd171f2e5447434057f604acd09b5328e85e46ed4c5399f90269f5" +hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" metafile = true [[files]] @@ -941,7 +941,7 @@ metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" -hash = "d2fbb82f0d2b6112b8b941bb25d7a3bd00deeb6cff220a13feb1248f42ef64d7" +hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" metafile = true [[files]] @@ -1111,7 +1111,7 @@ metafile = true [[files]] file = "resourcepacks/icons.pw.toml" -hash = "29a7b3eb5b9bfd6ddaa5efd808dcbe4c0eb1428b57f03cd700fcadd1c552edfb" +hash = "7f207cc8275d556aba9eaf508bfa55d84b0c7c13ad0cfc65778224e1f366c200" metafile = true [[files]] @@ -1126,12 +1126,12 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" -hash = "4168044fa7ac6b57f3c663c96cdbe5bc1058b20b569ca6faaa05fb2fe2f0188a" +hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" -hash = "cb7f6b710fb17ae202114c95466ee65cbe54826a9b5764c4f044c832c78ac82c" +hash = "add358ba82b5e329c64ff1ea925007aeba0e7704b71942176bfa9f1cb1f1114d" metafile = true [[files]] diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index 32e41e3..b1d9965 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,13 +1,13 @@ name = "Balm" -filename = "balm-fabric-1.20.1-7.3.33.jar" +filename = "balm-fabric-1.20.1-7.3.34.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/wF767h1L/balm-fabric-1.20.1-7.3.33.jar" +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/bZcdZaMf/balm-fabric-1.20.1-7.3.34.jar" hash-format = "sha512" -hash = "c76634db0dd53d92d4dfc57f027d4f5e788e59daf84ef475f1ca8ab834e7a63e50d01ef467b579bead0675ac406b16e0c2ed36298e7618cd00b5b73feb6a8b90" +hash = "0e1ef92ac603b07b751f86ccf19b36eac706419c8e54e8e1d7cc6ce690700e9490dccf2ab5c97e3dbbef56b61e8b0a8abcfafc1ee697b9a251b18e277db0f8a1" [update] [update.modrinth] mod-id = "MBAkmtvl" -version = "wF767h1L" +version = "bZcdZaMf" diff --git a/mods/ksyxis.pw.toml b/mods/ksyxis.pw.toml index 1eef119..43bd5c9 100644 --- a/mods/ksyxis.pw.toml +++ b/mods/ksyxis.pw.toml @@ -1,13 +1,13 @@ name = "Ksyxis" -filename = "Ksyxis-1.3.3.jar" +filename = "Ksyxis-1.2.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/2ecVyZ49/versions/ueN87SNs/Ksyxis-1.3.3.jar" +url = "https://cdn.modrinth.com/data/2ecVyZ49/versions/H2bW83qs/Ksyxis-1.2.0.jar" hash-format = "sha512" -hash = "e754d8709d4a4c4ea894dda7bc5c3b017c8baddaaaa67b2319881d52dcce5ecd12d626087d55008de5eb942b02cf9e2099c71602296c5b63ea75abb2452b0bc7" +hash = "89b9ba6f8ab5db10023c568c0966b6211e6450f6403f1108a943b4df747659834efe0898511fd9c161d9136ed904a6136d61f7420e26d64501b07f7c8597dabe" [update] [update.modrinth] mod-id = "2ecVyZ49" -version = "ueN87SNs" +version = "H2bW83qs" diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml index da2d05b..727bb3f 100644 --- a/mods/lambdynamiclights.pw.toml +++ b/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-4.1.3+1.20.1.jar" +filename = "lambdynamiclights-4.1.4+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/Zxi6kGDV/lambdynamiclights-4.1.3%2B1.20.1.jar" +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/evN5ygtI/lambdynamiclights-4.1.4%2B1.20.1.jar" hash-format = "sha512" -hash = "f1fc41c4c99df4fe6eea97070dc8b54a28830fa6a6b33f33833f25741babfe38d12a2bdcae5ccc4b5a115a427d46e22e2487431e23d86080efad3a2f571a1831" +hash = "bcc479e8564dddb032e187e1eb169ff02575c2924c41a2572d8877dc3c1b063448aeefe8374432ec971a2868e73832af463411845e4c0d2f271e4e98e4631189" [update] [update.modrinth] mod-id = "yBW8D80W" -version = "Zxi6kGDV" +version = "evN5ygtI" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml index 5ebbda4..8e6eef0 100644 --- a/mods/modernfix.pw.toml +++ b/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.3+mc1.20.1.jar" +filename = "modernfix-fabric-5.24.4+mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/Qt5OXLYh/modernfix-fabric-5.24.3%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/PSpecC1r/modernfix-fabric-5.24.4%2Bmc1.20.1.jar" hash-format = "sha512" -hash = "f6f9fccf57eb9806d89a5b5d74dd8c22351dccd367860433b32b1bfd364d8192df086bcca9c885371dea7e2de01ab968e97be5b5974282f40db38b118344150b" +hash = "f56b3e3761af6031ecd4cab5b3dc143cbd47d97e0a5eb8138bd579bd6c169687d5affa154c71992703ffddb2e99f3e6c3852fb554ee0321467ffc6a8cc301a28" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "Qt5OXLYh" +version = "PSpecC1r" diff --git a/mods/polytone.pw.toml b/mods/polytone.pw.toml index 37e9fd1..2e05b77 100644 --- a/mods/polytone.pw.toml +++ b/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.1-fabric.jar" +filename = "polytone-1.20-3.5.3-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/KXgPOV0u/polytone-1.20-3.5.1-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/PlYSbPRp/polytone-1.20-3.5.3-fabric.jar" hash-format = "sha512" -hash = "3bd7b395ef38c6e16b4dd204cde4cdafe1f8f896049dcf0bf6d15c9abbd6ade22950e1a6ca2855909b376473f24e8601afe29bfa26dbd25542ecdcc35133627a" +hash = "ca65fbd16b3765aa8cd17fed66978cf95f85a8685e52fd7830b958b67f209fcc078787c8de97da0af4f367926ef887a96114e3a4ccdf9ba51d5f235efe44bb4f" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "KXgPOV0u" +version = "PlYSbPRp" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index e349805..34e22c7 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.20.1-2.5.35.jar" +filename = "voicechat-fabric-1.20.1-2.5.36.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/4DG7BvdF/voicechat-fabric-1.20.1-2.5.35.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/8vW48Tnj/voicechat-fabric-1.20.1-2.5.36.jar" hash-format = "sha512" -hash = "216bbd7d28a2c4f7685044360b8a2104666c300659dcab3dc8081665d794611ff2c710d536bf56047480239b8e050cd4b2f31bde8f845bc2222228543c5e3650" +hash = "f29a69831284636642e21d43bc365866ca8dd9d845408020477b4ca6b51a230e06746c30cf7532e0637c8f8354241f15450d9450a4cf18b82ecf30bf058b93e4" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "4DG7BvdF" +version = "8vW48Tnj" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml index d02e1c8..992a87e 100644 --- a/mods/sound-physics-remastered.pw.toml +++ b/mods/sound-physics-remastered.pw.toml @@ -1,13 +1,13 @@ name = "Sound Physics Remastered" -filename = "sound-physics-remastered-fabric-1.20.1-1.4.12.jar" +filename = "sound-physics-remastered-fabric-1.20.1-1.4.15.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/LrmG4rhi/sound-physics-remastered-fabric-1.20.1-1.4.12.jar" +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/ulnkyugI/sound-physics-remastered-fabric-1.20.1-1.4.15.jar" hash-format = "sha512" -hash = "d1719cb99b9f6b239ce0d02527be0d30172b208eed31737a45216f1151b7a1666503747d160dc38ffa6abe579d5f4905f261cafc8e150e4fe1f903505b201b26" +hash = "f1eb2cb5a6c33caf281fde33788f948192649c38c110c7d372a7d290d92254c2e65dfdb9ab6b5f0a767fd2d7bfe25f7874d9131c323078a156b26c842544e818" [update] [update.modrinth] mod-id = "qyVF9oeo" -version = "LrmG4rhi" +version = "ulnkyugI" diff --git a/pack.toml b/pack.toml index ddc4525..41299d6 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 = "2070f84b3f63a6c10379211968e8c97158b6cfeb7fb5712db967b59180cf69c1" +hash = "108c554c12d13a206da757ef8ca68ea07cb261e62769d069d96e70e4f6850916" [versions] fabric = "0.16.14" diff --git a/resourcepacks/icons.pw.toml b/resourcepacks/icons.pw.toml index 06855c3..763f4d0 100644 --- a/resourcepacks/icons.pw.toml +++ b/resourcepacks/icons.pw.toml @@ -1,5 +1,5 @@ name = "Icons" -filename = "Icons v.1.9.1§7.zip" +filename = "Icons v.1.9.1.zip" side = "client" [download] diff --git a/resourcepacks/translations-for-sodium.pw.toml b/resourcepacks/translations-for-sodium.pw.toml index 87fd9f0..2f23a73 100644 --- a/resourcepacks/translations-for-sodium.pw.toml +++ b/resourcepacks/translations-for-sodium.pw.toml @@ -3,11 +3,11 @@ filename = "SodiumTranslations.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/yfDziwn1/versions/kMhmZLcr/SodiumTranslations.zip" +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/IG6CxWl0/SodiumTranslations.zip" hash-format = "sha512" -hash = "592dcd2a76b3b683730c7260a5f9338b96207a1549c5630c8ae548d4593fffd178e91d6c6926fd3715b29e01cefb8fe338dc071bce3bb58eb5a35707e07d77c4" +hash = "1d8af3ffb771fa7297230617ebd566f6cda3cd15fcd28b2794759b0b8d840023372e81490a5cc3c389c432fe63c3258e2e67989e1e08f32647c6621e2cc6e042" [update] [update.modrinth] mod-id = "yfDziwn1" -version = "kMhmZLcr" +version = "IG6CxWl0" diff --git a/resourcepacks/unique-dark.pw.toml b/resourcepacks/unique-dark.pw.toml index 5470715..c3d066b 100644 --- a/resourcepacks/unique-dark.pw.toml +++ b/resourcepacks/unique-dark.pw.toml @@ -3,11 +3,11 @@ filename = "Unique Dark - Lite - 1.20.1.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/IDT4QdRA/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" +url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/ihWfiBeF/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" hash-format = "sha512" -hash = "8ac7d0bd46e2af31fd91a95e9121c8ce6f9e99a24152fdf8d967b9e883d163216f516fd9768ba8c35ef9222233209bdd5b5773ed42b5a0886795e231603327e8" +hash = "4deec8cba3730ed459af80d744e3a272495cb14b9f80ee3132362a7684f69138882baff04e3c790e812658be3cd65824b444de99d575aa3f0fc681ec65376c26" [update] [update.modrinth] mod-id = "BaY1UdGV" -version = "IDT4QdRA" +version = "ihWfiBeF" From 8649dc7860ded7b9886fe2f50cd72c9297ee0c1e Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 9 Aug 2025 14:58:14 +0200 Subject: [PATCH 13/82] Updated mods Updated: * Geckolib * Moonlight * Oh The Biomes We've Gone * Textonic --- index.toml | 8 ++++---- mods/geckolib.pw.toml | 8 ++++---- mods/moonlight.pw.toml | 8 ++++---- mods/oh-the-biomes-weve-gone.pw.toml | 8 ++++---- mods/tectonic.pw.toml | 8 ++++---- pack.toml | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/index.toml b/index.toml index 9ac86f0..15782f2 100644 --- a/index.toml +++ b/index.toml @@ -596,7 +596,7 @@ metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "486365308053b52809d840574fcf011125a146c2ab51ff8efb0f72c8cc1a759e" +hash = "956ce6abf28a447b1ab99aae9c7490151e8ea9d792528314735753b2789b46ce" metafile = true [[files]] @@ -776,7 +776,7 @@ metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "424d13befefe6441568e208be8a9482bdacc30c759731df8cbbd3f6b45922cc7" +hash = "2f8d9cb466e10aaee94f2cee013274820a9b121cc7ac5564b9fd35c60ee9f868" metafile = true [[files]] @@ -846,7 +846,7 @@ metafile = true [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" -hash = "8e99639fd6d88d46907e53201e62ec3dc81cfa1af3c1cb21be08051c38605b25" +hash = "2f130b42188c08d73e2a88351c350d2a30a36f72608cb68dbfc444a9206f9bcb" metafile = true [[files]] @@ -966,7 +966,7 @@ metafile = true [[files]] file = "mods/tectonic.pw.toml" -hash = "0fc3dcbac3c9c4cb72b563bf3237ccda9d7216345d7b69a5a06af12655dfc3f5" +hash = "9997449d4a5e48d8079d9765f868cea15dac4a49a83b800d720a362b4647a616" metafile = true [[files]] diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml index 2c139e8..184b4a6 100644 --- a/mods/geckolib.pw.toml +++ b/mods/geckolib.pw.toml @@ -1,13 +1,13 @@ name = "Geckolib" -filename = "geckolib-fabric-1.20.1-4.7.2.jar" +filename = "geckolib-fabric-1.20.1-4.7.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/ezKSGafs/geckolib-fabric-1.20.1-4.7.2.jar" +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/bw0HbHhL/geckolib-fabric-1.20.1-4.7.3.jar" hash-format = "sha512" -hash = "22e7e59f4c708f927f0e7c17e92491a25bb233ecfc6993b6f01d7f6c1a9fe0e88eb1f0a5f019a1bc1d60095a77b88be903e7e5b0132e214d43c5ba28087f00f7" +hash = "239e88cddd32a5df0d5f1d869f2cd97ea1ad7fd506f4cb75c54144ce1ed44329b6286add73bb89bf0564211ab2f62c5143349aa7b041cd5134882e991c9eae85" [update] [update.modrinth] mod-id = "8BmcQJ2H" -version = "ezKSGafs" +version = "bw0HbHhL" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index 770a0a7..dc677c4 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.20-2.14.13-fabric.jar" +filename = "moonlight-1.20-2.15.6-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/pCCm0cDl/moonlight-1.20-2.14.13-fabric.jar" +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/igJFcN94/moonlight-1.20-2.15.6-fabric.jar" hash-format = "sha512" -hash = "bf0b298f3682e01432ab5f41b8631ea6690cb7c0009a1f76be22993e7efef675ee94ae1798c7c49f0f4a223ce5f6965797ed7311d689bc6c852b8a133c81700d" +hash = "b55f326dcdfa5b21ec17e9018a87e0f945d8cfa993d2a96ab0d0e60d21489b9cc0f6058112b111f41d3f97e4eef9d997477dde0056415f30d338271662b3c9e2" [update] [update.modrinth] mod-id = "twkfQtEc" -version = "pCCm0cDl" +version = "igJFcN94" diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml index c8e4623..0d01df6 100644 --- a/mods/oh-the-biomes-weve-gone.pw.toml +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -1,13 +1,13 @@ name = "Oh The Biomes We've Gone" -filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.6.2.jar" +filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.6.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/tidtpvy0/Oh-The-Biomes-Weve-Gone-Fabric-1.6.2.jar" +url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/oTTacMoq/Oh-The-Biomes-Weve-Gone-Fabric-1.6.3.jar" hash-format = "sha512" -hash = "d426a2a74df9088697963024b45b8e0ace5335b502cb0d32cb972f5e57fd66fddfaf9873f72da2c7e99782bf8168ce2d3a3e0f1d080e7f36bca75793e84d8c91" +hash = "c0f764b991028ec20f1209c40a51bf79514cd3512d903a96f9f62a612d99da91402e6509c694f50629fb7bd71ab8bea71e69b478d127d4a4a03fca61f7c0958c" [update] [update.modrinth] mod-id = "NTi7d3Xc" -version = "tidtpvy0" +version = "oTTacMoq" diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml index 6386f12..13ef9e1 100644 --- a/mods/tectonic.pw.toml +++ b/mods/tectonic.pw.toml @@ -1,13 +1,13 @@ name = "Tectonic" -filename = "tectonic-3.0.1-fabric-1.20.1.jar" +filename = "tectonic-3.0.6-fabric-1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/sPAY67Vk/tectonic-3.0.1-fabric-1.20.1.jar" +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/tomgxTjS/tectonic-3.0.6-fabric-1.20.1.jar" hash-format = "sha512" -hash = "94f019e812e7fc7e07bf4009b101b52296f2dbf3af713d4d9e1fd14e2400e5980f285e09b96ffcfb7aa01e504f117aabd91e2303934a28b026b3b22fd50a5ce9" +hash = "13073543d3cebf0090ab5e66f3d63a506f1783a3251c4f7dc0650409a8599b47685702dcfcfff03de792463a588a377328c86410646466daaaf47052b7a7d8c8" [update] [update.modrinth] mod-id = "lWDHr9jE" -version = "sPAY67Vk" +version = "tomgxTjS" diff --git a/pack.toml b/pack.toml index 41299d6..dca4bf3 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 = "108c554c12d13a206da757ef8ca68ea07cb261e62769d069d96e70e4f6850916" +hash = "30b9a0217634493ac0b2091c99e7c1f5756c59c38a00c602f3e6ac482dd4888e" [versions] fabric = "0.16.14" From afe5b6037de1a9fb2f389af162b33de9b8086aa5 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 9 Aug 2025 15:42:07 +0200 Subject: [PATCH 14/82] Added Paxi and 512 world height datapack --- .../yosbr/config/paxi/datapacks/512-height.zip | Bin 0 -> 1412 bytes index.toml | 9 +++++++++ mods/paxi.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 config/yosbr/config/paxi/datapacks/512-height.zip create mode 100644 mods/paxi.pw.toml diff --git a/config/yosbr/config/paxi/datapacks/512-height.zip b/config/yosbr/config/paxi/datapacks/512-height.zip new file mode 100644 index 0000000000000000000000000000000000000000..4b112416df08fb85c2eb5d12b1f35d1d447339b0 GIT binary patch literal 1412 zcmWIWW@Zs#0D)7sY9U|-l;8)_DTyVC`nj2TsmVo&X(jprI2FrbDo)AFP0cIL%+HH2 zsVqo^>*ZjOUUfOj;JWJqc18vUQzixm9fErE%TkNV^NVs)^s->6KeBIQy}xT9+gnMs2mAJja&0+W z9K`$Mz=FlkEZ1Ce=v7me(Xd(2lh<&P!(h`^9ktVQtr>e8(-!DqS-d0x=Go^G~aJx8y2^wRz{S+@g@xOA8Q{9SdDO{?|Na*b4f zHr3`&=GIEbZ|u@Dc6OV%P-}zdjoZ!D5|3VbrW}!Z`TcbGzWra`t}T>{T*G`OvGthX znEH6vIc6U$PIp~3113|0Zx@0P5KZii$o zF`HNqTg2uhEcnH`EAP^kE&pbEFR|G7 zvl|quYe1p8@|q_5h47YR-Cq~<`)tkC$XayN`rocO#SLByzpV7UIoa{#fa{tS zqpU3VcKQNCGZu)sfw&+sIa@C`IXAT=arLvOK>-0;9zN&7HU%*hFSzq#%b!JejtDJS zv2Z0{h>hx2i=7&q7pNH9^J}bovT{ObRLr6Yb0*H1K5y2dghdm=XU(1x6|#mUDDL#> zP;Q0*Z$>5&2Hg1&Xf+TBKq$;yiCZ%$UqS##vn~*$Woe9D%E%-Sb_lk7ssc4j0Z3;O zGz&G?axs8(F)%PPNHFM!r0?*1c$*PMw@eLK%d_|fFi9h9$4u17w(kNab^Jbo+m4jP zk=+nsa(^Gl4KP~ajn!3jH((|KWH$&fqa+Aq!&_rcFggMahtWK(<-Z(&`~YuOHc%k2 P0^tjw7utYEFfafB^jZDo literal 0 HcmV?d00001 diff --git a/index.toml b/index.toml index 15782f2..7850c00 100644 --- a/index.toml +++ b/index.toml @@ -196,6 +196,10 @@ hash = "1fd983cb5539f39359982fb26efa37fa5111087a6d44e05fe268134ea11cee13" file = "config/yosbr/config/panorama_screens/settings.json" hash = "195baed1501b5a463600cb463556f9a59f362746418147e0b033ea855e44056d" +[[files]] +file = "config/yosbr/config/paxi/datapacks/512-height.zip" +hash = "12735bc3f990b167a62e942134eab052473c2f15ac2caaa365c4def8909b4f63" + [[files]] file = "config/yosbr/config/pickupnotifier/pickupnotifier-client.toml" hash = "987df7f93e6cdfe6773eb3e8ffaef563f784bf3d07074c966cb2e92d0f425e77" @@ -869,6 +873,11 @@ file = "mods/paper-doll.pw.toml" hash = "5160e0efcb8f1ec8a3761e4d095ae1cf5cc67a7ade9c852320260a1be7b45112" metafile = true +[[files]] +file = "mods/paxi.pw.toml" +hash = "58e0dcbd933909735c31a0da3009fc05276b322196026137ef39da9a50525d8d" +metafile = true + [[files]] file = "mods/pick-up-notifier.pw.toml" hash = "9ad63ddb4586e2650aca101712f9d0f5efa14e5959965cb6e6fc6ad300e8c3ee" diff --git a/mods/paxi.pw.toml b/mods/paxi.pw.toml new file mode 100644 index 0000000..676234f --- /dev/null +++ b/mods/paxi.pw.toml @@ -0,0 +1,13 @@ +name = "Paxi" +filename = "Paxi-1.20-Fabric-4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/UVPLKCqf/Paxi-1.20-Fabric-4.0.jar" +hash-format = "sha512" +hash = "81a9918d6730db5d9b1b1eae3a7104ba4d83557aa90308b9acc1026cae1789265b7ebde9c6a573ebaca91bae6e0988f069f442f4d18d63f1c46909a758080e9e" + +[update] +[update.modrinth] +mod-id = "CU0PAyzb" +version = "UVPLKCqf" diff --git a/pack.toml b/pack.toml index dca4bf3..4157ecb 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 = "30b9a0217634493ac0b2091c99e7c1f5756c59c38a00c602f3e6ac482dd4888e" +hash = "33a3289f69452c3936cf2d6fb5b1709ad6b55d65ff8196f8303d29d12a03654a" [versions] fabric = "0.16.14" From c30e90d96a207d05707d1fe63365a277f70c39f7 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 9 Aug 2025 15:42:56 +0200 Subject: [PATCH 15/82] Updated to 0.1.2 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 83abec0..f47f77e 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.1"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.2"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index d0705af..a13dc67 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.1","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} +{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.2","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} diff --git a/index.toml b/index.toml index 7850c00..d72cfe8 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "a7308e36cf2b3e61740390b1fcf77fbb7d48512575a3827dc05453c126522f64" +hash = "d1b5db4cbb13bb5f22dc4c0a63ae5d8d0f965ce20f102e342825b7ccb5a90488" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "a762e6975f9eee6f4e32134cd1ccf1602bbb022656132e0f38a10732f2c5570a" +hash = "881c3f5e77c4543615eb66b0b524f86cd9d7ae5734cfddcd83dda14caa29395e" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" diff --git a/pack.toml b/pack.toml index 4157ecb..86a574e 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.1" +version = "0.1.2" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "33a3289f69452c3936cf2d6fb5b1709ad6b55d65ff8196f8303d29d12a03654a" +hash = "1676efaccfd169d043191af205e2f1c0dbfa35abcffe4e6a7336aebc7684c259" [versions] fabric = "0.16.14" From 553a07d22e5e6cb45a56a4e23c2523b4ce54d8f1 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Thu, 14 Aug 2025 14:05:38 +0200 Subject: [PATCH 16/82] Added Fabulous 1.0.4, needed mods and released Fabulous Create 0.0.1 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- config/yosbr/options.txt | 2 +- index.toml | 26 +++++++++---------- mods/balm.pw.toml | 8 +++--- mods/ksyxis.pw.toml | 8 +++--- mods/lambdynamiclights.pw.toml | 8 +++--- mods/modernfix.pw.toml | 8 +++--- mods/polytone.pw.toml | 8 +++--- mods/simple-voice-chat.pw.toml | 8 +++--- mods/sound-physics-remastered.pw.toml | 8 +++--- pack.toml | 4 +-- resourcepacks/icons.pw.toml | 2 +- resourcepacks/translations-for-sodium.pw.toml | 6 ++--- resourcepacks/unique-dark.pw.toml | 6 ++--- 15 files changed, 53 insertions(+), 53 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index a9eec0d..2438e33 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous":">=1.0.3"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} \ No newline at end of file +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous":">=1.0.4"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} \ No newline at end of file diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 1d839f2..5b8636f 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous 1.0.3","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/Fabulous"}}]}} \ No newline at end of file +{"main_menu":{"bottom_right":[{"text":"Fabulous 1.0.4","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/Fabulous"}}]}} \ No newline at end of file diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index c36063f..1ad54f5 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -5,7 +5,7 @@ snooperEnabled:false simulationDistance:6 guiScale:3 maxFps:260 -resourcePacks:["vanilla","fabric","file/SodiumTranslations.zip","file/Chat Reporting Helper.zip","file/Icons v.1.9.1§7.zip","file/Icons+Menu+(Put+Above+Icons).zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/EBE_1.20.x_v1.1.zip","file/Redstone Tweaks 2.3.zip","file/SPEGG BP [1.20-1.x].zip","file/visual-armor-trims-v1.1-1.20.X.zip","black_icons","file/FreshAnimations_v1.9.2.zip","file/VanillaEvolved_1.9.0.zip","file/cubic-sun-moon-v1.8.3a.zip","file/Unique Dark - Lite - 1.20.1.zip"] +resourcePacks:["vanilla","fabric","file/SodiumTranslations.zip","file/Chat Reporting Helper.zip","file/Icons v.1.9.1.zip","file/Icons+Menu+(Put+Above+Icons).zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/EBE_1.20.x_v1.1.zip","file/Redstone Tweaks 2.3.zip","file/SPEGG BP [1.20-1.x].zip","file/visual-armor-trims-v1.1-1.20.X.zip","black_icons","file/FreshAnimations_v1.9.2.zip","file/VanillaEvolved_1.9.0.zip","file/cubic-sun-moon-v1.8.3a.zip","file/Unique Dark - Lite - 1.20.1.zip"] incompatibleResourcePacks:["file/visual-armor-trims-v1.1-1.20.X.zip"] advancedItemTooltips:true tutorialStep:none diff --git a/index.toml b/index.toml index 74d2a74..58159e1 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "7c5bcaa9e176d752313a31dfd12c1f2e506151a08553c068112aa0e3963612e8" +hash = "b992df1a8daf17072eeb0a9ea9d4928ffb3fff5c3bcd6a729cab60ce6022ecdb" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "415d1adb179b1fffc478c875ca9667cd56f9ddaecedb37d775e271de1722b945" +hash = "46930fb6b7a87001aaa97fb5b01689f1e93fb143a626dede5fc1075870e99986" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -194,7 +194,7 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" -hash = "1f6706438ddebbdb8afe098cd61f40241bc2b237f759f8d80592194e647c6211" +hash = "cc06a125021ee6cb45274e666d2f5434d323103cdd3c39eeca7cdf7c9548820e" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -243,7 +243,7 @@ metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "4c6bd9db593961209b5b8836f4bb05ff86791fd981fce381569220a23ef5c5aa" +hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" metafile = true [[files]] @@ -578,12 +578,12 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" -hash = "7c6239fe970cd45a1f680493b9fceef6870afcfd2de72086bfef3f765bd3c4c6" +hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "e727cc5823b7391db5c30bbaa3769fed77533db693011d0dc8698b0e4303b71d" +hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" metafile = true [[files]] @@ -638,7 +638,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "936f8e3b23ec686afb7bf7f379984662f44099bc54f11767445ef2bd3e70fde7" +hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" metafile = true [[files]] @@ -723,7 +723,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "8e91f784e6799face9c6b538f26d5d13a2974db7e3f23f53d3fcc60698f5157a" +hash = "d44ce17470cc949f0ad2180ecaf9e98b13f6866312eeb1b12a2e0a04f41e8647" metafile = true [[files]] @@ -763,7 +763,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "177b37256afd171f2e5447434057f604acd09b5328e85e46ed4c5399f90269f5" +hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" metafile = true [[files]] @@ -783,7 +783,7 @@ metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" -hash = "d2fbb82f0d2b6112b8b941bb25d7a3bd00deeb6cff220a13feb1248f42ef64d7" +hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" metafile = true [[files]] @@ -878,7 +878,7 @@ metafile = true [[files]] file = "resourcepacks/icons.pw.toml" -hash = "29a7b3eb5b9bfd6ddaa5efd808dcbe4c0eb1428b57f03cd700fcadd1c552edfb" +hash = "7f207cc8275d556aba9eaf508bfa55d84b0c7c13ad0cfc65778224e1f366c200" metafile = true [[files]] @@ -893,12 +893,12 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" -hash = "4168044fa7ac6b57f3c663c96cdbe5bc1058b20b569ca6faaa05fb2fe2f0188a" +hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" -hash = "cb7f6b710fb17ae202114c95466ee65cbe54826a9b5764c4f044c832c78ac82c" +hash = "add358ba82b5e329c64ff1ea925007aeba0e7704b71942176bfa9f1cb1f1114d" metafile = true [[files]] diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index 32e41e3..b1d9965 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,13 +1,13 @@ name = "Balm" -filename = "balm-fabric-1.20.1-7.3.33.jar" +filename = "balm-fabric-1.20.1-7.3.34.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/wF767h1L/balm-fabric-1.20.1-7.3.33.jar" +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/bZcdZaMf/balm-fabric-1.20.1-7.3.34.jar" hash-format = "sha512" -hash = "c76634db0dd53d92d4dfc57f027d4f5e788e59daf84ef475f1ca8ab834e7a63e50d01ef467b579bead0675ac406b16e0c2ed36298e7618cd00b5b73feb6a8b90" +hash = "0e1ef92ac603b07b751f86ccf19b36eac706419c8e54e8e1d7cc6ce690700e9490dccf2ab5c97e3dbbef56b61e8b0a8abcfafc1ee697b9a251b18e277db0f8a1" [update] [update.modrinth] mod-id = "MBAkmtvl" -version = "wF767h1L" +version = "bZcdZaMf" diff --git a/mods/ksyxis.pw.toml b/mods/ksyxis.pw.toml index 1eef119..43bd5c9 100644 --- a/mods/ksyxis.pw.toml +++ b/mods/ksyxis.pw.toml @@ -1,13 +1,13 @@ name = "Ksyxis" -filename = "Ksyxis-1.3.3.jar" +filename = "Ksyxis-1.2.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/2ecVyZ49/versions/ueN87SNs/Ksyxis-1.3.3.jar" +url = "https://cdn.modrinth.com/data/2ecVyZ49/versions/H2bW83qs/Ksyxis-1.2.0.jar" hash-format = "sha512" -hash = "e754d8709d4a4c4ea894dda7bc5c3b017c8baddaaaa67b2319881d52dcce5ecd12d626087d55008de5eb942b02cf9e2099c71602296c5b63ea75abb2452b0bc7" +hash = "89b9ba6f8ab5db10023c568c0966b6211e6450f6403f1108a943b4df747659834efe0898511fd9c161d9136ed904a6136d61f7420e26d64501b07f7c8597dabe" [update] [update.modrinth] mod-id = "2ecVyZ49" -version = "ueN87SNs" +version = "H2bW83qs" diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml index da2d05b..727bb3f 100644 --- a/mods/lambdynamiclights.pw.toml +++ b/mods/lambdynamiclights.pw.toml @@ -1,13 +1,13 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-4.1.3+1.20.1.jar" +filename = "lambdynamiclights-4.1.4+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/Zxi6kGDV/lambdynamiclights-4.1.3%2B1.20.1.jar" +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/evN5ygtI/lambdynamiclights-4.1.4%2B1.20.1.jar" hash-format = "sha512" -hash = "f1fc41c4c99df4fe6eea97070dc8b54a28830fa6a6b33f33833f25741babfe38d12a2bdcae5ccc4b5a115a427d46e22e2487431e23d86080efad3a2f571a1831" +hash = "bcc479e8564dddb032e187e1eb169ff02575c2924c41a2572d8877dc3c1b063448aeefe8374432ec971a2868e73832af463411845e4c0d2f271e4e98e4631189" [update] [update.modrinth] mod-id = "yBW8D80W" -version = "Zxi6kGDV" +version = "evN5ygtI" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml index 5ebbda4..8e6eef0 100644 --- a/mods/modernfix.pw.toml +++ b/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.24.3+mc1.20.1.jar" +filename = "modernfix-fabric-5.24.4+mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/Qt5OXLYh/modernfix-fabric-5.24.3%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/PSpecC1r/modernfix-fabric-5.24.4%2Bmc1.20.1.jar" hash-format = "sha512" -hash = "f6f9fccf57eb9806d89a5b5d74dd8c22351dccd367860433b32b1bfd364d8192df086bcca9c885371dea7e2de01ab968e97be5b5974282f40db38b118344150b" +hash = "f56b3e3761af6031ecd4cab5b3dc143cbd47d97e0a5eb8138bd579bd6c169687d5affa154c71992703ffddb2e99f3e6c3852fb554ee0321467ffc6a8cc301a28" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "Qt5OXLYh" +version = "PSpecC1r" diff --git a/mods/polytone.pw.toml b/mods/polytone.pw.toml index 37e9fd1..2e05b77 100644 --- a/mods/polytone.pw.toml +++ b/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.1-fabric.jar" +filename = "polytone-1.20-3.5.3-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/KXgPOV0u/polytone-1.20-3.5.1-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/PlYSbPRp/polytone-1.20-3.5.3-fabric.jar" hash-format = "sha512" -hash = "3bd7b395ef38c6e16b4dd204cde4cdafe1f8f896049dcf0bf6d15c9abbd6ade22950e1a6ca2855909b376473f24e8601afe29bfa26dbd25542ecdcc35133627a" +hash = "ca65fbd16b3765aa8cd17fed66978cf95f85a8685e52fd7830b958b67f209fcc078787c8de97da0af4f367926ef887a96114e3a4ccdf9ba51d5f235efe44bb4f" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "KXgPOV0u" +version = "PlYSbPRp" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index e349805..34e22c7 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.20.1-2.5.35.jar" +filename = "voicechat-fabric-1.20.1-2.5.36.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/4DG7BvdF/voicechat-fabric-1.20.1-2.5.35.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/8vW48Tnj/voicechat-fabric-1.20.1-2.5.36.jar" hash-format = "sha512" -hash = "216bbd7d28a2c4f7685044360b8a2104666c300659dcab3dc8081665d794611ff2c710d536bf56047480239b8e050cd4b2f31bde8f845bc2222228543c5e3650" +hash = "f29a69831284636642e21d43bc365866ca8dd9d845408020477b4ca6b51a230e06746c30cf7532e0637c8f8354241f15450d9450a4cf18b82ecf30bf058b93e4" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "4DG7BvdF" +version = "8vW48Tnj" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml index d02e1c8..992a87e 100644 --- a/mods/sound-physics-remastered.pw.toml +++ b/mods/sound-physics-remastered.pw.toml @@ -1,13 +1,13 @@ name = "Sound Physics Remastered" -filename = "sound-physics-remastered-fabric-1.20.1-1.4.12.jar" +filename = "sound-physics-remastered-fabric-1.20.1-1.4.15.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/LrmG4rhi/sound-physics-remastered-fabric-1.20.1-1.4.12.jar" +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/ulnkyugI/sound-physics-remastered-fabric-1.20.1-1.4.15.jar" hash-format = "sha512" -hash = "d1719cb99b9f6b239ce0d02527be0d30172b208eed31737a45216f1151b7a1666503747d160dc38ffa6abe579d5f4905f261cafc8e150e4fe1f903505b201b26" +hash = "f1eb2cb5a6c33caf281fde33788f948192649c38c110c7d372a7d290d92254c2e65dfdb9ab6b5f0a767fd2d7bfe25f7874d9131c323078a156b26c842544e818" [update] [update.modrinth] mod-id = "qyVF9oeo" -version = "LrmG4rhi" +version = "ulnkyugI" diff --git a/pack.toml b/pack.toml index 1829ba0..e16ed6f 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous" author = "Malasaur" -version = "1.0.3" +version = "1.0.4" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5583358a690d3ccec91ce2cb0223b568eca2d95455452b90eca2c7fac2b2868f" +hash = "ae3a633e094f52ff80077e7c9eaa09a519df5827e83a7315b3101ad703a7bcda" [versions] fabric = "0.16.14" diff --git a/resourcepacks/icons.pw.toml b/resourcepacks/icons.pw.toml index 06855c3..763f4d0 100644 --- a/resourcepacks/icons.pw.toml +++ b/resourcepacks/icons.pw.toml @@ -1,5 +1,5 @@ name = "Icons" -filename = "Icons v.1.9.1§7.zip" +filename = "Icons v.1.9.1.zip" side = "client" [download] diff --git a/resourcepacks/translations-for-sodium.pw.toml b/resourcepacks/translations-for-sodium.pw.toml index 87fd9f0..2f23a73 100644 --- a/resourcepacks/translations-for-sodium.pw.toml +++ b/resourcepacks/translations-for-sodium.pw.toml @@ -3,11 +3,11 @@ filename = "SodiumTranslations.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/yfDziwn1/versions/kMhmZLcr/SodiumTranslations.zip" +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/IG6CxWl0/SodiumTranslations.zip" hash-format = "sha512" -hash = "592dcd2a76b3b683730c7260a5f9338b96207a1549c5630c8ae548d4593fffd178e91d6c6926fd3715b29e01cefb8fe338dc071bce3bb58eb5a35707e07d77c4" +hash = "1d8af3ffb771fa7297230617ebd566f6cda3cd15fcd28b2794759b0b8d840023372e81490a5cc3c389c432fe63c3258e2e67989e1e08f32647c6621e2cc6e042" [update] [update.modrinth] mod-id = "yfDziwn1" -version = "kMhmZLcr" +version = "IG6CxWl0" diff --git a/resourcepacks/unique-dark.pw.toml b/resourcepacks/unique-dark.pw.toml index 5470715..c3d066b 100644 --- a/resourcepacks/unique-dark.pw.toml +++ b/resourcepacks/unique-dark.pw.toml @@ -3,11 +3,11 @@ filename = "Unique Dark - Lite - 1.20.1.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/IDT4QdRA/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" +url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/ihWfiBeF/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" hash-format = "sha512" -hash = "8ac7d0bd46e2af31fd91a95e9121c8ce6f9e99a24152fdf8d967b9e883d163216f516fd9768ba8c35ef9222233209bdd5b5773ed42b5a0886795e231603327e8" +hash = "4deec8cba3730ed459af80d744e3a272495cb14b9f80ee3132362a7684f69138882baff04e3c790e812658be3cd65824b444de99d575aa3f0fc681ec65376c26" [update] [update.modrinth] mod-id = "BaY1UdGV" -version = "IDT4QdRA" +version = "ihWfiBeF" From dee597cfd8ce0bc363a30d086e06a93756173cb2 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Thu, 14 Aug 2025 14:05:53 +0200 Subject: [PATCH 17/82] Updated to 0.0.1 --- README.md | 66 ++++---- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 158 +++++++++++++++++- mods/big-contraptions.pw.toml | 13 ++ mods/botarium.pw.toml | 13 ++ mods/copycats.pw.toml | 13 ++ mods/create-better-villagers.pw.toml | 13 ++ mods/create-big-cannons.pw.toml | 13 ++ mods/create-broken-bad-fabric.pw.toml | 13 ++ mods/create-data-and-plots.pw.toml | 13 ++ mods/create-deco-additions.pw.toml | 13 ++ mods/create-deco.pw.toml | 13 ++ mods/create-enchantable-machinery.pw.toml | 13 ++ ...create-enchantment-industry-fabric.pw.toml | 13 ++ mods/create-fabric.pw.toml | 13 ++ mods/create-food.pw.toml | 13 ++ mods/create-jetpack.pw.toml | 13 ++ mods/create-man-of-many-planes.pw.toml | 13 ++ mods/create-mod-trims.pw.toml | 13 ++ mods/create-new-age.pw.toml | 13 ++ mods/create-steam-n-rails.pw.toml | 13 ++ mods/create-train-perspective.pw.toml | 13 ++ mods/create-ultimate-factory.pw.toml | 13 ++ mods/create-utilities.pw.toml | 13 ++ mods/createaddition.pw.toml | 13 ++ mods/farmers-delight-refabricated.pw.toml | 13 ++ mods/immersive-aircraft.pw.toml | 13 ++ mods/man-of-many-planes.pw.toml | 13 ++ mods/numismatics.pw.toml | 13 ++ mods/resourceful-lib.pw.toml | 13 ++ mods/slice-and-dice.pw.toml | 13 ++ mods/trinkets.pw.toml | 13 ++ mods/underground-village,-stoneholm.pw.toml | 13 ++ mods/xaeros-minimap.pw.toml | 2 +- mods/xaeros-world-map.pw.toml | 2 +- pack.toml | 6 +- 37 files changed, 579 insertions(+), 49 deletions(-) create mode 100644 mods/big-contraptions.pw.toml create mode 100644 mods/botarium.pw.toml create mode 100644 mods/copycats.pw.toml create mode 100644 mods/create-better-villagers.pw.toml create mode 100644 mods/create-big-cannons.pw.toml create mode 100644 mods/create-broken-bad-fabric.pw.toml create mode 100644 mods/create-data-and-plots.pw.toml create mode 100644 mods/create-deco-additions.pw.toml create mode 100644 mods/create-deco.pw.toml create mode 100644 mods/create-enchantable-machinery.pw.toml create mode 100644 mods/create-enchantment-industry-fabric.pw.toml create mode 100644 mods/create-fabric.pw.toml create mode 100644 mods/create-food.pw.toml create mode 100644 mods/create-jetpack.pw.toml create mode 100644 mods/create-man-of-many-planes.pw.toml create mode 100644 mods/create-mod-trims.pw.toml create mode 100644 mods/create-new-age.pw.toml create mode 100644 mods/create-steam-n-rails.pw.toml create mode 100644 mods/create-train-perspective.pw.toml create mode 100644 mods/create-ultimate-factory.pw.toml create mode 100644 mods/create-utilities.pw.toml create mode 100644 mods/createaddition.pw.toml create mode 100644 mods/farmers-delight-refabricated.pw.toml create mode 100644 mods/immersive-aircraft.pw.toml create mode 100644 mods/man-of-many-planes.pw.toml create mode 100644 mods/numismatics.pw.toml create mode 100644 mods/resourceful-lib.pw.toml create mode 100644 mods/slice-and-dice.pw.toml create mode 100644 mods/trinkets.pw.toml create mode 100644 mods/underground-village,-stoneholm.pw.toml diff --git a/README.md b/README.md index 9880db5..0503dc5 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,32 @@ -**Fabulous** is a Vanilla++ modpack that adds tons of beautiful client-side enhancements, gameplay polish, and additional optimization tools to make Minecraft look and feel _truly majestic_, even without shaders. Who needs shaders anyways? +# Fabulous Create -## What's inside? +**Fabulous Create** is an exciting modpack that builds upon the foundation of **Fabulous**, adding a plethora of Create mods for tech enthusiasts. This pack not only enhances the visual and gameplay experience but also focuses on optimization to ensure smooth performance. -- **Performance**: Built on top of _5 optimization modpacks_, this pack adds even more optimization and profiling mods for smooth gameplay with minimal setup. Just gimme that fine speed bruh 🙏 +## Key Features -- **Enhanced Visuals**: Dynamic lighting, ambient sounds, fog effects, improved animations, redefined entities, and more. Your world will truly look ✨ beautiful ✨ - _you can even download resources and shaders in-game!_ +- **Optimization**: Like its predecessor, Fabulous Create is designed for performance, ensuring a smooth gameplay experience with minimal setup. +- **Create**: The core mod that introduces a variety of mechanical systems and automation. +- **Create Better Villagers**: Enhances villager interactions and trades. +- **Create Big Cannons**: Adds powerful cannons for explosive fun. +- **Create Crafts & Additions**: Expands crafting options and introduces new items. +- **Create Deco**: Offers decorative blocks and items for creative builds. +- **Create Deco Additions**: Further expands the decorative options available. +- **Create Enchantment Industry**: Introduces new ways to enchant items. +- **Create Jetpack**: Allows players to fly with jetpacks. +- **Create Man of Many Planes**: Adds various planes for transportation. +- **Create Slice & Dice**: Introduces new slicing and dicing mechanics for food. +- **Create Utilities**: Provides additional tools and utilities for players. +- **Create: Armor Trims**: Customizes armor with unique trims. +- **Create: Big Contraptions**: Enables the creation of larger and more complex contraptions. +- **Create: Broken Bad**: Adds unique mechanics and items inspired by popular culture. +- **Create: Copycats+**: Introduces new features for copying and pasting designs. +- **Create: Data and Plots**: Adds data visualization tools for your creations. +- **Create: Enchantable Machinery**: Allows machines to be enchanted for enhanced functionality. +- **Create: Food**: Expands food options and cooking mechanics. +- **Create: New Age**: Introduces futuristic elements and technologies. +- **Create: Numismatics**: Adds currency and economic systems to the game. +- **Create: Steam 'n' Rails**: Introduces steam-powered trains and rail systems. +- **Create: Train Perspective**: Enhances the experience of traveling by train. +- **Create: Ultimate Factory**: Allows for the creation of massive, automated factories. -- **Quality of Life**: Helpful tooltips, JEI, Jade, minimaps, ~~zoomers~~ zoom functionality, UI tweaks, block information... great for beginners and technical players alike. Never forget how to craft your nuclear reactor again ☢️ - -- **Gameplay Tweaks**: Customizable armor stands and other fixes that make the vanilla experience smoother and more fun. Who's never needed a calculator in their chat before? 🖩 - -- **Social & Customization**: Skins, capes, emotes, emojis and voice chat, all preconfigured to make multiplayer more expressive and seamless. Show off your dragon skin to all your friends! 🐉 - -- **Expansion Friendly**: This pack was built with expansion in mind. It tries to be as compatible as it can be with other mods. A perfect example is [RandomAhhPack](https://modrinth.com/modpack/RandomAhhPack), which uses Fabulous along with 100+ random mods and doesn't crash. Most of the time. - -### Built for performance - -Fabulous was built upon the base of these **5 optimization-focused modpacks**: - -- [Fabulously Optimized](https://modrinth.com/modpack/fabulously-optimized) -- [Simply Optimized](https://modrinth.com/modpack/sop) -- [OptiFabric](https://modrinth.com/modpack/optifabric-modpack) -- [FPS Modpack](https://modrinth.com/modpack/fps) -- [Additive](https://modrinth.com/modpack/additive) - -This pack takes the best features from all of the above to ensure the best performance possible. - -## Server compatibility - -This pack includes a few mods, like Simple Voice Chat, WATUT and EmoteCraft, that include server-side features. If the server doesn't have them installed, they should just disable themselves and hopefully not crash your whole computer. - -Also, if playing on big servers, consider disabling mods like Better Bridging as they could get you banned for cheating. I mean, it is not cheating, but admins think it is, so you better be cautious (also, maybe don’t enable XRay unless you’re in for a "friendly chat" with an admin). - -
-Note - -This isn’t a professional level modpack (yet™). It’s just a copy-paste of the above mentioned packs with extra mods, tweaks, and resource packs thrown at it. While it’s fast, beautiful, and highly usable, I can't guarantee stability nor compatibility with other mods. - -The other packs themselves probably have years of development, regular updates, and a large community. This pack builds on that solid foundation, but keep in mind: it's a personal project, not a finished product. - -
+Fabulous Create is perfect for players looking to dive deep into the world of automation and technology while enjoying the beautiful enhancements that Fabulous has to offer. diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 2438e33..56ef117 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous":">=1.0.4"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} \ No newline at end of file +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Create":">=0.0.1"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} \ No newline at end of file diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 5b8636f..19ecaaa 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous 1.0.4","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/Fabulous"}}]}} \ No newline at end of file +{"main_menu":{"bottom_right":[{"text":"Fabulous Create 0.0.1","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousCreate"}}]}} \ No newline at end of file diff --git a/index.toml b/index.toml index 58159e1..d0b2bf5 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "b992df1a8daf17072eeb0a9ea9d4928ffb3fff5c3bcd6a729cab60ce6022ecdb" +hash = "b56cbe1bdac19518ddd8fa7636e44ab7b49ebb327650f1be2b710c8623dc707a" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "46930fb6b7a87001aaa97fb5b01689f1e93fb143a626dede5fc1075870e99986" +hash = "fa0d14e040fb07aaf2cd28cf7e54e10fa5e6bd38853259bb2488f8a9d5b0ae63" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -271,6 +271,11 @@ file = "mods/bettergrassify.pw.toml" hash = "444dc7b515acd2e5a5b399c78fe89758f43bfe962a453472ad18a50193eae8b6" metafile = true +[[files]] +file = "mods/big-contraptions.pw.toml" +hash = "33268ca1b3c1c583102a0324cd0cadcd43d3a47d27f542ea3b909ad1b3e0c1de" +metafile = true + [[files]] file = "mods/blur-plus.pw.toml" hash = "04ddfc50d957ad8cd71306a19b98b3b64d5235bb1c6a694592087ccb1f0c0dfc" @@ -291,6 +296,11 @@ file = "mods/borderless-mining.pw.toml" hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7" metafile = true +[[files]] +file = "mods/botarium.pw.toml" +hash = "2f57caef93731338be19b1e14065978eb3e14dbfc0c1f9699dfcc2f201e2c23b" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" @@ -356,11 +366,111 @@ file = "mods/continuity.pw.toml" hash = "ca80c5f6b0faca95bbc06192a3da36446ff396b5e6e0304f6779269b60bbdd9d" metafile = true +[[files]] +file = "mods/copycats.pw.toml" +hash = "f460d01d0351226ce596672936cc09364028046e87fc357bd0218c6df3e89d83" +metafile = true + [[files]] file = "mods/coroutil.pw.toml" hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7" metafile = true +[[files]] +file = "mods/create-better-villagers.pw.toml" +hash = "957a1155261f7e17c6fd70fd64d16c447addd07f0dc2774411784d259fa317b4" +metafile = true + +[[files]] +file = "mods/create-big-cannons.pw.toml" +hash = "cf0ea0786cf67b126b589a71f311268eb96bc98f1e4b58467aad45cb9aa24dfd" +metafile = true + +[[files]] +file = "mods/create-broken-bad-fabric.pw.toml" +hash = "2e1340c87d29049156ba336b0220aa9c1a159762b8b469ec030183c1d726f64a" +metafile = true + +[[files]] +file = "mods/create-data-and-plots.pw.toml" +hash = "1bfe31c340a12252ddc2ed6a3d642e871a5bfe1c74d701048891ff20b63172fc" +metafile = true + +[[files]] +file = "mods/create-deco-additions.pw.toml" +hash = "f7cd6a1ac16a483a1adaad11a43c549281ff0bef56d031b1aa5df330f3b58d02" +metafile = true + +[[files]] +file = "mods/create-deco.pw.toml" +hash = "023532063fbf310dd047a33cf1afd06b0c4baf72da4dc23e78d1d599ad5dcccd" +metafile = true + +[[files]] +file = "mods/create-enchantable-machinery.pw.toml" +hash = "bf00fc836ad7fde31173e8babcdf9c78baa32022e88f68872ff6090ed8fe5f36" +metafile = true + +[[files]] +file = "mods/create-enchantment-industry-fabric.pw.toml" +hash = "0be9a4a21dec89c60c7952c4ac9c34387bd2714666a90564cf0d2524ea033a1c" +metafile = true + +[[files]] +file = "mods/create-fabric.pw.toml" +hash = "7d227ef90b1918ceb348ade235a5d17c7894acbf387575e96c08920a5bad1bbb" +metafile = true + +[[files]] +file = "mods/create-food.pw.toml" +hash = "24a248ebfe79d6e08095c7048b8a909fb9a4d7751e6f5f83069724f06514fb47" +metafile = true + +[[files]] +file = "mods/create-jetpack.pw.toml" +hash = "b4126dfd91618f20b6bb32e1aa7de64a38f1a39c2513ac5892fbb4c7b61e91ff" +metafile = true + +[[files]] +file = "mods/create-man-of-many-planes.pw.toml" +hash = "05e9862287954ca4ff2f1a4b160f73ee43ea3573d90919de9a4202d54da93adb" +metafile = true + +[[files]] +file = "mods/create-mod-trims.pw.toml" +hash = "598af112d247563245d5638a384c711eb8d6f19d2281da119aca3a82a313a609" +metafile = true + +[[files]] +file = "mods/create-new-age.pw.toml" +hash = "2c65b7ed826a2d147f0eb4788152b9f1ae878e0df102af58a9ea23ebd1c48f04" +metafile = true + +[[files]] +file = "mods/create-steam-n-rails.pw.toml" +hash = "b79bc9976d5958f4b88ca23575e0d0dc677a2b06931108f6f7bc3fd3e46bb22c" +metafile = true + +[[files]] +file = "mods/create-train-perspective.pw.toml" +hash = "3a7e9ae9a7ff284d61665a98149fbb07c67b9235315473440ceb9d121a45209e" +metafile = true + +[[files]] +file = "mods/create-ultimate-factory.pw.toml" +hash = "2175c6f9f0ab263b1e2bed479a92e02fe9d4ae0d9e4ce80bf0f72e919049235b" +metafile = true + +[[files]] +file = "mods/create-utilities.pw.toml" +hash = "9ccef182f9ef60d4dd5e093430c372098b45809d0468aedda6e43011a9c89b87" +metafile = true + +[[files]] +file = "mods/createaddition.pw.toml" +hash = "76aba8d8cc62f325d52613c1b66d17dae77dd1df918b1153fc2bd5fb80b42a27" +metafile = true + [[files]] file = "mods/creativecore.pw.toml" hash = "78085457d022d795c7f4f5566476fde9a8a4e81eee96db09ef7f5bd09eb34926" @@ -461,6 +571,11 @@ file = "mods/fadeless.pw.toml" hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" metafile = true +[[files]] +file = "mods/farmers-delight-refabricated.pw.toml" +hash = "5c98012330282f45370e95f4206ccf214fb059b73a8b4ebe0aeb2ae57647d8d5" +metafile = true + [[files]] file = "mods/fast-ip-ping.pw.toml" hash = "29d41095d30271247f296402d3e50d8ce060acf77808efcbe25de0ec84e76975" @@ -501,6 +616,11 @@ file = "mods/immediatelyfast.pw.toml" hash = "67099bc47fc849c2964b3b64b6f3af6fcbf941d9a4f1c03dda25f746b279015b" metafile = true +[[files]] +file = "mods/immersive-aircraft.pw.toml" +hash = "3319f0c86b32001aeba4fa02e26ac9035b8d434b928c07961065663e7274e91f" +metafile = true + [[files]] file = "mods/immersive-messages-api.pw.toml" hash = "b2b2c8e4f24d100944950363a846a49b610df63e41f531bff2b241da6b91b687" @@ -611,6 +731,11 @@ file = "mods/main-menu-credits.pw.toml" hash = "4aca2ece9ab7bb2e653f3ef1778cf91f716db71bceb9b20fa105c1424fc17cdb" metafile = true +[[files]] +file = "mods/man-of-many-planes.pw.toml" +hash = "9c75a2572604803f8e03d00c98ef3b971fad40f9560676d564064a26e32b7a20" +metafile = true + [[files]] file = "mods/memoryleakfix.pw.toml" hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" @@ -696,6 +821,11 @@ file = "mods/nuit.pw.toml" hash = "421b6b05164e623dc65e0e4133fc484fb3b87b26b040ad4b2ffb239491d8bb2d" metafile = true +[[files]] +file = "mods/numismatics.pw.toml" +hash = "f404b8f2227c496972da6647710a5691acbbd0f15e1951fc7b225970bb1b4da2" +metafile = true + [[files]] file = "mods/octo-lib.pw.toml" hash = "eff75aaa788bf041f3767fb0115a0d9fbfc9d75d2464860c5b47674dfc79178e" @@ -741,6 +871,11 @@ file = "mods/reeses-sodium-options.pw.toml" hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" metafile = true +[[files]] +file = "mods/resourceful-lib.pw.toml" +hash = "3f9e020fb15e1c2ede36d50b40c72d536f6de3f817bd703d26805a747175c8bc" +metafile = true + [[files]] file = "mods/resourcify.pw.toml" hash = "5736dea6480c9e68467139b935695423c9903ac617f5fe757b5f158007fed8cb" @@ -771,6 +906,11 @@ file = "mods/skinrestorer.pw.toml" hash = "b724863c9d4ffc8516808623857913e699002dc1eb00eee070985554ae2a9a66" metafile = true +[[files]] +file = "mods/slice-and-dice.pw.toml" +hash = "47493d398295964924d386d0fb866dac1a2d5e0cd4692b8436ea2552ce6c99f6" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "8ad07191dfdea31249b4416a390c1cdf1d4ff1938cf9f8a617f98f7a08c5356c" @@ -811,11 +951,21 @@ file = "mods/tooltipfix.pw.toml" hash = "ee103bf45111c2cd7ea2d9b31087867dd4b0d07a4b7dad7b138a4ae506127b37" metafile = true +[[files]] +file = "mods/trinkets.pw.toml" +hash = "ffdb79f5bc29f990e5889f5d159a043c7046b8cd8d79f17f54b44d7ccc2b242a" +metafile = true + [[files]] file = "mods/txnilib.pw.toml" hash = "3f12e299c61128e9b68e30f814a8507437afc84e27c678fe7955ced741fc176a" metafile = true +[[files]] +file = "mods/underground-village,-stoneholm.pw.toml" +hash = "ffc611062472d334b9748b6e36e587184508f261f51bdfad6d26cebe19b62cbc" +metafile = true + [[files]] file = "mods/what-are-they-up-to.pw.toml" hash = "c709708a11f117743c086f16de67701eb35bfad331826960398bb1e64ea4d35f" @@ -823,12 +973,12 @@ metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" -hash = "34b672500b3219fa67f776c0e2c69854746034e541a2d17bef34ae90e38f1a03" +hash = "fd725a2383164ee2866a41635b0a8baf4cc1506d33df1ce1cc1455ab98a32e01" metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "bbde815d37f2d9e01be4c39266bc2219222384737b4e6958a0047397a31c80fb" +hash = "7598f0435251f845fdf85c8ed2ac612b2d0404e0ee73a1fcdebaf4eb6c95296d" metafile = true [[files]] diff --git a/mods/big-contraptions.pw.toml b/mods/big-contraptions.pw.toml new file mode 100644 index 0000000..bbc9d0a --- /dev/null +++ b/mods/big-contraptions.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Big Contraptions" +filename = "bigcontraptions-1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/jv0UKGOX/versions/IineM2mL/bigcontraptions-1.0.jar" +hash-format = "sha512" +hash = "c5f11a54c38ae579a5e387d23a83d2d1481cee9c2f75b4f293790ccd3123755778ea70a7b413540b3e6183afd639dc91201b9be5e4ad2424b8783a53b2ff216b" + +[update] +[update.modrinth] +mod-id = "jv0UKGOX" +version = "IineM2mL" diff --git a/mods/botarium.pw.toml b/mods/botarium.pw.toml new file mode 100644 index 0000000..181f342 --- /dev/null +++ b/mods/botarium.pw.toml @@ -0,0 +1,13 @@ +name = "Botarium" +filename = "botarium-fabric-1.20.1-2.3.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/f3ATcSfq/botarium-fabric-1.20.1-2.3.4.jar" +hash-format = "sha512" +hash = "03589a8d05c17dbb4271c212d0eb00c53d9d5c0705f63c7816ff9e099245db71f94e7c544e323beaeac28d30bd3807eeccb1352792cb6d778ff6ecf68f4635c7" + +[update] +[update.modrinth] +mod-id = "2u6LRnMa" +version = "f3ATcSfq" diff --git a/mods/copycats.pw.toml b/mods/copycats.pw.toml new file mode 100644 index 0000000..02c4375 --- /dev/null +++ b/mods/copycats.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Copycats+" +filename = "copycats-2.2.2+mc.1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UT2M39wf/versions/WYmjbo0H/copycats-2.2.2%2Bmc.1.20.1-fabric.jar" +hash-format = "sha512" +hash = "21c4409d5f453a29d161b34ebed3b6253953529fbfcac4651fd4476059a99f6d2244486345b69a46dc9b3a1ebdfd39cd0ef0c1b8b814a95b3cf7c8465471eee1" + +[update] +[update.modrinth] +mod-id = "UT2M39wf" +version = "WYmjbo0H" diff --git a/mods/create-better-villagers.pw.toml b/mods/create-better-villagers.pw.toml new file mode 100644 index 0000000..3fd1ef0 --- /dev/null +++ b/mods/create-better-villagers.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Better Villagers" +filename = "create-better-villagers-1.2.9-Fabric-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kS90mr4y/versions/OMYQMsxi/create-better-villagers-1.2.9-Fabric-1.20.1.jar" +hash-format = "sha512" +hash = "b9364c1d820935983d4a07759268f5c12c370f25d515ea788397e0ab3563a179442f00d63b94e90e79a6392d0dd9e0a335797461dd19795d450e3c7bf8948467" + +[update] +[update.modrinth] +mod-id = "kS90mr4y" +version = "OMYQMsxi" diff --git a/mods/create-big-cannons.pw.toml b/mods/create-big-cannons.pw.toml new file mode 100644 index 0000000..0946827 --- /dev/null +++ b/mods/create-big-cannons.pw.toml @@ -0,0 +1,13 @@ +name = "Create Big Cannons" +filename = "createbigcannons-5.8.2-mc.1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/bIFKELd8/createbigcannons-5.8.2-mc.1.20.1-fabric.jar" +hash-format = "sha512" +hash = "f4bcc2293dbe1003b79888e616f8900796354733eb37511fc0d4edfd63077f57c82dd592f236ecb384fca182aadb30e757f5b6f949b20efa31cb43fd0dac7903" + +[update] +[update.modrinth] +mod-id = "GWp4jCJj" +version = "bIFKELd8" diff --git a/mods/create-broken-bad-fabric.pw.toml b/mods/create-broken-bad-fabric.pw.toml new file mode 100644 index 0000000..fe6f666 --- /dev/null +++ b/mods/create-broken-bad-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Broken Bad ReBroken" +filename = "createbb1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uIfluo9C/versions/5Ibh9a9W/createbb1.20.1.jar" +hash-format = "sha512" +hash = "ae80bbc4a7a72e0e268f83a2b19819ce15a348c238ef0af046b34eb3f52efbeba5bc1a775b184f7a9b788ee403cb8254a76a49431d8ea905c1169ab46f41f7cf" + +[update] +[update.modrinth] +mod-id = "uIfluo9C" +version = "5Ibh9a9W" diff --git a/mods/create-data-and-plots.pw.toml b/mods/create-data-and-plots.pw.toml new file mode 100644 index 0000000..7174809 --- /dev/null +++ b/mods/create-data-and-plots.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Data and Plots" +filename = "create-dataplots-1.20.1-19b.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vf089MQY/versions/MzlgYkaI/create-dataplots-1.20.1-19b.jar" +hash-format = "sha512" +hash = "f3886ecf470e0f34c7cf3d0ea286735958c93785cbfda8742990bbd0541e341de7464d0b010f90e61c8fb649e178dbd4f5be2b7d4877e76a6dd8f18b2fc41c50" + +[update] +[update.modrinth] +mod-id = "vf089MQY" +version = "MzlgYkaI" diff --git a/mods/create-deco-additions.pw.toml b/mods/create-deco-additions.pw.toml new file mode 100644 index 0000000..f97d985 --- /dev/null +++ b/mods/create-deco-additions.pw.toml @@ -0,0 +1,13 @@ +name = "Create Deco Additions" +filename = "create-deco-additions-1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HrsF061q/versions/GWWkSXtF/create-deco-additions-1.3.jar" +hash-format = "sha512" +hash = "ac7b1544d0ea796036ad328a7208a5b6ebb8dde3415bde78886b5d54c8d390e56913c89d075f310716188f732caea6612b88e4cde40234ebf490d9b9715043a7" + +[update] +[update.modrinth] +mod-id = "HrsF061q" +version = "GWWkSXtF" diff --git a/mods/create-deco.pw.toml b/mods/create-deco.pw.toml new file mode 100644 index 0000000..76b1453 --- /dev/null +++ b/mods/create-deco.pw.toml @@ -0,0 +1,13 @@ +name = "Create Deco" +filename = "createdeco-2.0.2-1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/GsxgfeNu/createdeco-2.0.2-1.20.1-fabric.jar" +hash-format = "sha512" +hash = "f7ce4b520b7eb47fb9d1a8f510465b96673dee2d6f91ff0720713ee62143d095b399a980666538ebfb8b401fb5e93baf50a2cb2be6a4f2adfde2024f198a35c9" + +[update] +[update.modrinth] +mod-id = "sMvUb4Rb" +version = "GsxgfeNu" diff --git a/mods/create-enchantable-machinery.pw.toml b/mods/create-enchantable-machinery.pw.toml new file mode 100644 index 0000000..2aa340d --- /dev/null +++ b/mods/create-enchantable-machinery.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Enchantable Machinery" +filename = "createenchantablemachinery-2.9.11-mc1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eqrvp4NK/versions/PhOLS9Et/createenchantablemachinery-2.9.11-mc1.20.1-fabric.jar" +hash-format = "sha512" +hash = "08fcbe3f7eafdbe5216bf71ebccace24b0270e888dc85490f8f2e91396a818fc73deb4da48a08ebd47f4efccb2b1dfcb0e357ae7d5ea45d52f62322b603110dc" + +[update] +[update.modrinth] +mod-id = "eqrvp4NK" +version = "PhOLS9Et" diff --git a/mods/create-enchantment-industry-fabric.pw.toml b/mods/create-enchantment-industry-fabric.pw.toml new file mode 100644 index 0000000..329357c --- /dev/null +++ b/mods/create-enchantment-industry-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Enchantment Industry - Fabric" +filename = "create_enchantment_industry-1.2.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AEZO385x/versions/SI0RzkGk/create_enchantment_industry-1.2.16.jar" +hash-format = "sha512" +hash = "c9b9c8d03c763aa6e378d20534e8ae25861e6895b8f2f301108ae7271a6bfaceae306f1b45fbf79db5aa05a0164efc57db5dba37be54cc82dc3a652d6f6d5c3d" + +[update] +[update.modrinth] +mod-id = "AEZO385x" +version = "SI0RzkGk" diff --git a/mods/create-fabric.pw.toml b/mods/create-fabric.pw.toml new file mode 100644 index 0000000..8db92b5 --- /dev/null +++ b/mods/create-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Fabric" +filename = "create-fabric-0.5.1-j-build.1631+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/7Ub71nPb/create-fabric-0.5.1-j-build.1631%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "73ff936492c857ae411c10cae0194d64a56b98a1a7a9478ca13fe2a6e3ee155e327cf4590a3888aaa671561b4cf74de97f2f44224d7981b03a546e36236c3de2" + +[update] +[update.modrinth] +mod-id = "Xbc0uyRg" +version = "7Ub71nPb" diff --git a/mods/create-food.pw.toml b/mods/create-food.pw.toml new file mode 100644 index 0000000..416d1d5 --- /dev/null +++ b/mods/create-food.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Food" +filename = "create-food-1.20.1-1.1.11-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4HnO3el1/versions/2wqGkVWL/create-food-1.20.1-1.1.11-fabric.jar" +hash-format = "sha512" +hash = "9a95d97065df687527f367f418a58cc4e0656aae2804d013ee5496c1b3787ecc8a99a8d5ce990d864b7b1377a71d8a47270c7c785642bd1740d27fecc704ec7a" + +[update] +[update.modrinth] +mod-id = "4HnO3el1" +version = "2wqGkVWL" diff --git a/mods/create-jetpack.pw.toml b/mods/create-jetpack.pw.toml new file mode 100644 index 0000000..0246e71 --- /dev/null +++ b/mods/create-jetpack.pw.toml @@ -0,0 +1,13 @@ +name = "Create Jetpack" +filename = "create_jetpack-fabric-4.3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UbFnAd4l/versions/lKhjIqZR/create_jetpack-fabric-4.3.0.jar" +hash-format = "sha512" +hash = "e8110147fc90666467e837403316fdffb04d72ac0c28572945519b8f0b36c7fab9a2704f934718267c6e165213760b66bcc04e1f0d217cccb9bac83eabaec082" + +[update] +[update.modrinth] +mod-id = "UbFnAd4l" +version = "lKhjIqZR" diff --git a/mods/create-man-of-many-planes.pw.toml b/mods/create-man-of-many-planes.pw.toml new file mode 100644 index 0000000..3b598b4 --- /dev/null +++ b/mods/create-man-of-many-planes.pw.toml @@ -0,0 +1,13 @@ +name = "Create Man of Many Planes" +filename = "create-man-of-many-planes-1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/F4Rdk2PX/versions/XUkRA6F4/create-man-of-many-planes-1.0.jar" +hash-format = "sha512" +hash = "711e79456938fbee7b2105f3468b9a995c0dfee1300c57c212858b9a649011bfa8e7ff483a28b6d88ed9f077c4bac69f4917bdcbb02164e8334f2261b72835b9" + +[update] +[update.modrinth] +mod-id = "F4Rdk2PX" +version = "XUkRA6F4" diff --git a/mods/create-mod-trims.pw.toml b/mods/create-mod-trims.pw.toml new file mode 100644 index 0000000..9d24f9b --- /dev/null +++ b/mods/create-mod-trims.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Armor Trims" +filename = "create_armor_trims-1.20.1-2.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Q4F90RHI/versions/C9U99P99/create_armor_trims-1.20.1-2.0.1.jar" +hash-format = "sha512" +hash = "aded234e3c435f88b3282592e04c0923d7509b464abe20ebd5a250daad603e7da9e3c26dd978b734f988e1326d5b0fd1e8302807d3d4e5dd7934deb1b90e841c" + +[update] +[update.modrinth] +mod-id = "Q4F90RHI" +version = "C9U99P99" diff --git a/mods/create-new-age.pw.toml b/mods/create-new-age.pw.toml new file mode 100644 index 0000000..d9aaf97 --- /dev/null +++ b/mods/create-new-age.pw.toml @@ -0,0 +1,13 @@ +name = "Create: New Age" +filename = "create-new-age-fabric-1.20.1-1.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FTeXqI9v/versions/rk63oafd/create-new-age-fabric-1.20.1-1.1.2.jar" +hash-format = "sha512" +hash = "a94c20d349546a774a89265c56650e547de353af7e8eb8d7ca7a69033570bdaa7c8d478edda3a6c50379d64d708c3ffd581da4214abc3930694fcf8462b03058" + +[update] +[update.modrinth] +mod-id = "FTeXqI9v" +version = "rk63oafd" diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml new file mode 100644 index 0000000..28da183 --- /dev/null +++ b/mods/create-steam-n-rails.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Steam 'n' Rails" +filename = "Steam_Rails-1.6.9+fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/VFhdqLko/Steam_Rails-1.6.9%2Bfabric-mc1.20.1.jar" +hash-format = "sha512" +hash = "048a0cad7fd4f9eb7516ee557a8d427f4e65b7e7020a24f60fe171f5b84c53dc0a67b603fc4a7d063f15df05ae5e35fc4ff64ec1b8996ca6fc42833fc2f5d55b" + +[update] +[update.modrinth] +mod-id = "ZzjhlDgM" +version = "VFhdqLko" diff --git a/mods/create-train-perspective.pw.toml b/mods/create-train-perspective.pw.toml new file mode 100644 index 0000000..e9fe5e1 --- /dev/null +++ b/mods/create-train-perspective.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Train Perspective" +filename = "create-train-perspective-1.0.0+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/MAuPqvf1/versions/MEr1HxeV/create-train-perspective-1.0.0%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "300b3c7882bb45001c3fc8355f899cc58d2317f8f0d08c10bc4f72eec40c3e2670bcc466aa0b6a86e28e232d48916f0b9900f0448fada3844e631d75db641601" + +[update] +[update.modrinth] +mod-id = "MAuPqvf1" +version = "MEr1HxeV" diff --git a/mods/create-ultimate-factory.pw.toml b/mods/create-ultimate-factory.pw.toml new file mode 100644 index 0000000..07b9587 --- /dev/null +++ b/mods/create-ultimate-factory.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Ultimate Factory [Forge/Fabric/NeoForge]" +filename = "create_ultimate_factory-2.1.0-fabric-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/N9QToVpw/versions/rqKE4xS1/create_ultimate_factory-2.1.0-fabric-1.20.1.jar" +hash-format = "sha512" +hash = "de9c27465f5b12266f7120735cde4fe9e9dfa2b44258ac1404cc7c54a3508698066b66b47119ac47d902df55da72a52e35174f6dcf65759c8652b5d01561a6c8" + +[update] +[update.modrinth] +mod-id = "N9QToVpw" +version = "rqKE4xS1" diff --git a/mods/create-utilities.pw.toml b/mods/create-utilities.pw.toml new file mode 100644 index 0000000..12318b9 --- /dev/null +++ b/mods/create-utilities.pw.toml @@ -0,0 +1,13 @@ +name = "Create Utilities" +filename = "createutilities-0.3.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/PRHeWeBs/versions/OAIxXWCY/createutilities-0.3.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "548ce5bc958dcdebd28d0627d3547dc3d8b2b9b854f6cf1d6cb85f713d4092f531648d730224ca9d8593e529247c3d4eefd0b0d52a97c165510f0179bb9978dd" + +[update] +[update.modrinth] +mod-id = "PRHeWeBs" +version = "OAIxXWCY" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml new file mode 100644 index 0000000..264ad95 --- /dev/null +++ b/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +name = "Create Crafts & Additions" +filename = "createaddition-fabric+1.20.1-1.2.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/ybLiaryg/createaddition-fabric%2B1.20.1-1.2.6.jar" +hash-format = "sha512" +hash = "f4ac98d196cef9cc0bfeac7d4070a60376b83cc5c441820a2d602443e7726aef8101fa5bbd5b60ea10ed926fc2770eff3fa5dda695268d1a96f16f4399b0bf77" + +[update] +[update.modrinth] +mod-id = "kU1G12Nn" +version = "ybLiaryg" diff --git a/mods/farmers-delight-refabricated.pw.toml b/mods/farmers-delight-refabricated.pw.toml new file mode 100644 index 0000000..81e2783 --- /dev/null +++ b/mods/farmers-delight-refabricated.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Delight Refabricated" +filename = "FarmersDelight-1.20.1-2.4.0+refabricated.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7vxePowz/versions/PB4pwRax/FarmersDelight-1.20.1-2.4.0%2Brefabricated.jar" +hash-format = "sha512" +hash = "298a416f5718926dfb825725705f3baa2b1b1ae0d8462df3fa0ca0f9d9f681570ef431b9ec37e0cdb52c82c195c6d010671a5e2b235fa182c4bcbf9c2978db79" + +[update] +[update.modrinth] +mod-id = "7vxePowz" +version = "PB4pwRax" diff --git a/mods/immersive-aircraft.pw.toml b/mods/immersive-aircraft.pw.toml new file mode 100644 index 0000000..047a20e --- /dev/null +++ b/mods/immersive-aircraft.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Aircraft" +filename = "immersive_aircraft-1.3.3+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/x3HZvrj6/versions/hXtuenCl/immersive_aircraft-1.3.3%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "a928e382fec751e715c70c166b83e34e9c57960af68dc5f1785a0285dcdc696bb9c5879a12b9d9605968e1a1a275b7ffb9cac63ffa94677d17e658489859c807" + +[update] +[update.modrinth] +mod-id = "x3HZvrj6" +version = "hXtuenCl" diff --git a/mods/man-of-many-planes.pw.toml b/mods/man-of-many-planes.pw.toml new file mode 100644 index 0000000..4c02223 --- /dev/null +++ b/mods/man-of-many-planes.pw.toml @@ -0,0 +1,13 @@ +name = "Man of Many Planes" +filename = "man_of_many_planes-0.2.0+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9qdTHi0q/versions/BiO2Uv4J/man_of_many_planes-0.2.0%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "8583f09beeb33004920130d8da6a3e7354d1a819fe635feafd86fb8ccd547a319bf43303166ea11ab60d2eca1d6f33225e7c71fef10fcc56aa57e9c644b46e86" + +[update] +[update.modrinth] +mod-id = "9qdTHi0q" +version = "BiO2Uv4J" diff --git a/mods/numismatics.pw.toml b/mods/numismatics.pw.toml new file mode 100644 index 0000000..c7f5531 --- /dev/null +++ b/mods/numismatics.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Numismatics" +filename = "CreateNumismatics-1.0.11+fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Jdbbtt0i/versions/vnV7qp9x/CreateNumismatics-1.0.11%2Bfabric-mc1.20.1.jar" +hash-format = "sha512" +hash = "fbab8909921d7a88b72ec4c3d34a842c936ce82b08015b18636b444f97d9257f288b0a2d04a6c0386024f224e137817d42c801961b3680ccca29a2313f4663a4" + +[update] +[update.modrinth] +mod-id = "Jdbbtt0i" +version = "vnV7qp9x" diff --git a/mods/resourceful-lib.pw.toml b/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..3b3d541 --- /dev/null +++ b/mods/resourceful-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lib" +filename = "resourcefullib-fabric-1.20.1-2.1.29.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/UOdaYbhh/resourcefullib-fabric-1.20.1-2.1.29.jar" +hash-format = "sha512" +hash = "d3fcf5440c9359ee84cdec6ab198a6b2e10e5b1939995d2b12837ffdaa1f82d3caa80b14107cf02380718c65f20672b1faca3a498d2b41d79c79de34b2f7189b" + +[update] +[update.modrinth] +mod-id = "G1hIVOrD" +version = "UOdaYbhh" diff --git a/mods/slice-and-dice.pw.toml b/mods/slice-and-dice.pw.toml new file mode 100644 index 0000000..2bad230 --- /dev/null +++ b/mods/slice-and-dice.pw.toml @@ -0,0 +1,13 @@ +name = "Create Slice & Dice" +filename = "sliceanddice-fabric-3.3.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/EzpVcwYV/sliceanddice-fabric-3.3.1.jar" +hash-format = "sha512" +hash = "0afb4988affe98b88122285f956d045f4e345aca25c16dd2c62b0d876f1ff21e0f613f2ab06399634ae32ed196ce888b6c7bb7df06c7e4b4a53713761a0fcc94" + +[update] +[update.modrinth] +mod-id = "GmjmRQ0A" +version = "EzpVcwYV" diff --git a/mods/trinkets.pw.toml b/mods/trinkets.pw.toml new file mode 100644 index 0000000..6fb5475 --- /dev/null +++ b/mods/trinkets.pw.toml @@ -0,0 +1,13 @@ +name = "Trinkets" +filename = "trinkets-3.7.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar" +hash-format = "sha512" +hash = "bedf97c87c5e556416410267108ad358b32806448be24ef8ae1a79ac63b78b48b9c851c00c845b8aedfc7805601385420716b9e65326fdab21340e8ba3cc4274" + +[update] +[update.modrinth] +mod-id = "5aaWibi9" +version = "AHxQGtuC" diff --git a/mods/underground-village,-stoneholm.pw.toml b/mods/underground-village,-stoneholm.pw.toml new file mode 100644 index 0000000..c84fa04 --- /dev/null +++ b/mods/underground-village,-stoneholm.pw.toml @@ -0,0 +1,13 @@ +name = "Underground Village, Stoneholm" +filename = "Underground_Village-1.5.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KmyhssPl/versions/COqCDTg8/Underground_Village-1.5.2.jar" +hash-format = "sha512" +hash = "fa7b12ed605de32f6eaa0f07e0e7d36aba93dcf9766a22af8509725e1d121d8023e5a887b62947fdf66917a334046f531d5accaac15312308bb62dcecd88696a" + +[update] +[update.modrinth] +mod-id = "KmyhssPl" +version = "COqCDTg8" diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml index 2a41708..8ecfea8 100644 --- a/mods/xaeros-minimap.pw.toml +++ b/mods/xaeros-minimap.pw.toml @@ -1,6 +1,6 @@ name = "Xaero's Minimap" filename = "Xaeros_Minimap_25.2.10_Fabric_1.20.jar" -side = "client" +side = "both" [download] url = "https://cdn.modrinth.com/data/1bokaNcj/versions/1Knv1cKY/Xaeros_Minimap_25.2.10_Fabric_1.20.jar" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml index a7ee502..e7ccfb6 100644 --- a/mods/xaeros-world-map.pw.toml +++ b/mods/xaeros-world-map.pw.toml @@ -1,6 +1,6 @@ name = "Xaero's World Map" filename = "XaerosWorldMap_1.39.12_Fabric_1.20.jar" -side = "client" +side = "both" [download] url = "https://cdn.modrinth.com/data/NcUtCpym/versions/XBgSFzXh/XaerosWorldMap_1.39.12_Fabric_1.20.jar" diff --git a/pack.toml b/pack.toml index e16ed6f..0e3389e 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ -name = "Fabulous" +name = "Fabulous Create" author = "Malasaur" -version = "1.0.4" +version = "0.0.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ae3a633e094f52ff80077e7c9eaa09a519df5827e83a7315b3101ad703a7bcda" +hash = "c43a65204c988803205ee172285b302c34bfb39aaa8952d69368bcc6ebdb1b33" [versions] fabric = "0.16.14" From dd8e09f492559c3506d40307f0c3b6ee86177733 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 16 Aug 2025 14:09:29 +0200 Subject: [PATCH 18/82] Updated to Fabulous 1.0.5 --- config/yosbr/options.txt | 2 +- index.toml | 16 ++++++++++++++-- mods/3dskinlayers.pw.toml | 8 ++++---- mods/fabric-language-kotlin.pw.toml | 8 ++++---- mods/polytone.pw.toml | 8 ++++---- resourcepacks/icons.pw.toml | 8 ++++---- resourcepacks/unique-dark.pw.toml | 6 +++--- resourcepacks/xalis-potions.pw.toml | 13 +++++++++++++ 8 files changed, 47 insertions(+), 22 deletions(-) create mode 100644 resourcepacks/xalis-potions.pw.toml diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index 1ad54f5..d452827 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -6,7 +6,7 @@ simulationDistance:6 guiScale:3 maxFps:260 resourcePacks:["vanilla","fabric","file/SodiumTranslations.zip","file/Chat Reporting Helper.zip","file/Icons v.1.9.1.zip","file/Icons+Menu+(Put+Above+Icons).zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/EBE_1.20.x_v1.1.zip","file/Redstone Tweaks 2.3.zip","file/SPEGG BP [1.20-1.x].zip","file/visual-armor-trims-v1.1-1.20.X.zip","black_icons","file/FreshAnimations_v1.9.2.zip","file/VanillaEvolved_1.9.0.zip","file/cubic-sun-moon-v1.8.3a.zip","file/Unique Dark - Lite - 1.20.1.zip"] -incompatibleResourcePacks:["file/visual-armor-trims-v1.1-1.20.X.zip"] +incompatibleResourcePacks:["file/visual-armor-trims-v1.1-1.20.X.zip","file/xali\u0027s Potions v1.1.0.zip"] advancedItemTooltips:true tutorialStep:none skipMultiplayerWarning:true diff --git a/index.toml b/index.toml index d72cfe8..b4cca9e 100644 --- a/index.toml +++ b/index.toml @@ -270,7 +270,7 @@ hash = "cc06a125021ee6cb45274e666d2f5434d323103cdd3c39eeca7cdf7c9548820e" [[files]] file = "mods/3dskinlayers.pw.toml" -hash = "89c5cc16522edbc203d3d85f2e766b6c7991148c1f5a1740ed3530014fcb3628" +hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" metafile = true [[files]] @@ -316,6 +316,7 @@ metafile = true [[files]] file = "mods/balm.pw.toml" hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" +hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" metafile = true [[files]] @@ -555,7 +556,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab" +hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" metafile = true [[files]] @@ -701,11 +702,13 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" +hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" +hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" metafile = true [[files]] @@ -771,6 +774,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" +hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" metafile = true [[files]] @@ -931,6 +935,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" +hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" metafile = true [[files]] @@ -951,6 +956,7 @@ metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" +hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" metafile = true [[files]] @@ -1136,6 +1142,7 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" +hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" metafile = true [[files]] @@ -1152,3 +1159,8 @@ metafile = true file = "resourcepacks/visual-armor-trims.pw.toml" hash = "e7a3945feb4ef231579385cb92d1298a06fd7af4655d11763e563ee06980d642" metafile = true + +[[files]] +file = "resourcepacks/xalis-potions.pw.toml" +hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" +metafile = true diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml index b95d479..23a5092 100644 --- a/mods/3dskinlayers.pw.toml +++ b/mods/3dskinlayers.pw.toml @@ -1,13 +1,13 @@ name = "3D Skin Layers" -filename = "skinlayers3d-fabric-1.8.2-mc1.20.1.jar" +filename = "skinlayers3d-fabric-1.9.0-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/YUlOqvMH/skinlayers3d-fabric-1.8.2-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/mh2PivEP/skinlayers3d-fabric-1.9.0-mc1.20.1.jar" hash-format = "sha512" -hash = "f7f1178b35a393c3914e2e66373fe41412418914678b627fd743ad39a044cba4432121fdf22fd874dacc858339da65709400db54ac9f22496b9e30892e721bb0" +hash = "0b386b5d05f5581acce0d92e861bb43a59f84ae72ca8166ec1d41774bc957e3b0ac12b685f03aa50a969695d329fe7f1d3ae7cb5f7460b4f27e9ee9f53cd5137" [update] [update.modrinth] mod-id = "zV5r3pPn" -version = "YUlOqvMH" +version = "mh2PivEP" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml index 5bfa988..382e838 100644 --- a/mods/fabric-language-kotlin.pw.toml +++ b/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +filename = "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/Y91MRWtG/fabric-language-kotlin-1.13.5%2Bkotlin.2.2.10.jar" hash-format = "sha512" -hash = "26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055" +hash = "bae89ea5e71895f5a760def61359bb90a715832d998aec8141902410c503533fc42631e033109fcc9cdb3f869c58da9b89e9efc3b3ef112cbafe27059de9239e" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "mccDBWqV" +version = "Y91MRWtG" diff --git a/mods/polytone.pw.toml b/mods/polytone.pw.toml index 2e05b77..46e2cb4 100644 --- a/mods/polytone.pw.toml +++ b/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.3-fabric.jar" +filename = "polytone-1.20-3.5.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/PlYSbPRp/polytone-1.20-3.5.3-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/bueYgpJh/polytone-1.20-3.5.4-fabric.jar" hash-format = "sha512" -hash = "ca65fbd16b3765aa8cd17fed66978cf95f85a8685e52fd7830b958b67f209fcc078787c8de97da0af4f367926ef887a96114e3a4ccdf9ba51d5f235efe44bb4f" +hash = "8aa85b3e13284b5004b7bcab95c62a4076acee079dda1b6216bc0eefb8cd46a665b088b51a5cb19b8250402e0b7a1c999041143b562a20cbb00a7df82f7c5fd9" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "PlYSbPRp" +version = "bueYgpJh" diff --git a/resourcepacks/icons.pw.toml b/resourcepacks/icons.pw.toml index 763f4d0..5cb9062 100644 --- a/resourcepacks/icons.pw.toml +++ b/resourcepacks/icons.pw.toml @@ -1,13 +1,13 @@ name = "Icons" -filename = "Icons v.1.9.1.zip" +filename = "Icons v.1.9.1 - NoLanguageMenu§7.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/O7z3QKAG/versions/V6gZViNb/Icons%20v.1.9.1%C2%A77.zip" +url = "https://cdn.modrinth.com/data/O7z3QKAG/versions/TbwsY14s/Icons%20v.1.9.1%20-%20NoLanguageMenu%C2%A77.zip" hash-format = "sha512" -hash = "cd5f7d8cf2d61ece253f0c556e4f22e77e04022322dc58c82466c9bf250f93a028e2d5f9b7136ddce4c00def664cf5f2bba69bec97f0bda726b4518aa247d7e8" +hash = "c12254d7b0c4d7cb563be7f02123ed87a1acd8c8528353ff5dc341de718041b9e6f04130ab9d8baef7f92011d0e4e8b1f62a43d42d5c727089510491ace227bb" [update] [update.modrinth] mod-id = "O7z3QKAG" -version = "V6gZViNb" +version = "TbwsY14s" diff --git a/resourcepacks/unique-dark.pw.toml b/resourcepacks/unique-dark.pw.toml index c3d066b..b6b0046 100644 --- a/resourcepacks/unique-dark.pw.toml +++ b/resourcepacks/unique-dark.pw.toml @@ -3,11 +3,11 @@ filename = "Unique Dark - Lite - 1.20.1.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/ihWfiBeF/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" +url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/uH1LoRFy/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" hash-format = "sha512" -hash = "4deec8cba3730ed459af80d744e3a272495cb14b9f80ee3132362a7684f69138882baff04e3c790e812658be3cd65824b444de99d575aa3f0fc681ec65376c26" +hash = "a1daaeb63995d4e1b39a5325f5054a1c391515c89d84fe01a4a6094c730cda3c33662e49a2692ceda7948382140e6316948f68d5a0bf227f26b24172c7e70b77" [update] [update.modrinth] mod-id = "BaY1UdGV" -version = "ihWfiBeF" +version = "uH1LoRFy" diff --git a/resourcepacks/xalis-potions.pw.toml b/resourcepacks/xalis-potions.pw.toml new file mode 100644 index 0000000..12b7cda --- /dev/null +++ b/resourcepacks/xalis-potions.pw.toml @@ -0,0 +1,13 @@ +name = "xali's Potions" +filename = "xali's Potions v1.0.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yFn9hTiq/versions/cCOinnlk/xali%27s%20Potions%20v1.0.0.zip" +hash-format = "sha512" +hash = "5dc911c1999152ba233a3a35fdac00666a944b83a47c5ad1123f364b8bb9d11c9e93ba4f6130a035946bc662f79862a21f3801f131533797093ffe653b171b55" + +[update] +[update.modrinth] +mod-id = "yFn9hTiq" +version = "cCOinnlk" From a2dcc17ab0d93a0c15ba940add2e491853c9d0c6 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 16 Aug 2025 14:13:49 +0200 Subject: [PATCH 19/82] Fixed packwiz and updated mods * Fixed packwiz duplicate hashes * Updated: * Moonlight * Oh The Biomes We've Gone * Tectonic --- index.toml | 21 +++++++-------------- mods/moonlight.pw.toml | 8 ++++---- mods/oh-the-biomes-weve-gone.pw.toml | 8 ++++---- mods/tectonic.pw.toml | 8 ++++---- pack.toml | 2 +- 5 files changed, 20 insertions(+), 27 deletions(-) diff --git a/index.toml b/index.toml index b4cca9e..69d5224 100644 --- a/index.toml +++ b/index.toml @@ -266,7 +266,7 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" -hash = "cc06a125021ee6cb45274e666d2f5434d323103cdd3c39eeca7cdf7c9548820e" +hash = "2f4887656ebedcdd5d97229e7fb106321f3cf4f5e0379a2134c7997d2790fa38" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -316,7 +316,6 @@ metafile = true [[files]] file = "mods/balm.pw.toml" hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" -hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" metafile = true [[files]] @@ -702,13 +701,11 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" -hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" -hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" metafile = true [[files]] @@ -774,7 +771,6 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" -hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" metafile = true [[files]] @@ -784,7 +780,7 @@ metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "2f8d9cb466e10aaee94f2cee013274820a9b121cc7ac5564b9fd35c60ee9f868" +hash = "3c85113c198a5eef228e7042f3a5251d19cff8a49d1dc3dd743e8757fb71517b" metafile = true [[files]] @@ -854,7 +850,7 @@ metafile = true [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" -hash = "2f130b42188c08d73e2a88351c350d2a30a36f72608cb68dbfc444a9206f9bcb" +hash = "10ff63fee0a5224dc82344cf01809b9e4b909c8f6fbfc1d378f222797de49ce0" metafile = true [[files]] @@ -889,7 +885,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "d44ce17470cc949f0ad2180ecaf9e98b13f6866312eeb1b12a2e0a04f41e8647" +hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" metafile = true [[files]] @@ -935,7 +931,6 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" -hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" metafile = true [[files]] @@ -956,7 +951,6 @@ metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" -hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" metafile = true [[files]] @@ -981,7 +975,7 @@ metafile = true [[files]] file = "mods/tectonic.pw.toml" -hash = "9997449d4a5e48d8079d9765f868cea15dac4a49a83b800d720a362b4647a616" +hash = "fbeb197c38ee467b5f723e1bb8b9f577faf301f4879d2883c4fd4dca6d120386" metafile = true [[files]] @@ -1126,7 +1120,7 @@ metafile = true [[files]] file = "resourcepacks/icons.pw.toml" -hash = "7f207cc8275d556aba9eaf508bfa55d84b0c7c13ad0cfc65778224e1f366c200" +hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" metafile = true [[files]] @@ -1142,12 +1136,11 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" -hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" -hash = "add358ba82b5e329c64ff1ea925007aeba0e7704b71942176bfa9f1cb1f1114d" +hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" metafile = true [[files]] diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index dc677c4..129e14d 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.20-2.15.6-fabric.jar" +filename = "moonlight-1.20-2.16.2-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/igJFcN94/moonlight-1.20-2.15.6-fabric.jar" +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/rUsTCU7K/moonlight-1.20-2.16.2-fabric.jar" hash-format = "sha512" -hash = "b55f326dcdfa5b21ec17e9018a87e0f945d8cfa993d2a96ab0d0e60d21489b9cc0f6058112b111f41d3f97e4eef9d997477dde0056415f30d338271662b3c9e2" +hash = "c980d8ab98318cdc06fb879ca2ea0488d22ed98b29bb2defcf0ff49a05a7aa516d288de6b831407b41ad2396c7a065c4675d6a08b8ecbe8b4a056ee799ead7e9" [update] [update.modrinth] mod-id = "twkfQtEc" -version = "igJFcN94" +version = "rUsTCU7K" diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml index 0d01df6..719ca10 100644 --- a/mods/oh-the-biomes-weve-gone.pw.toml +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -1,13 +1,13 @@ name = "Oh The Biomes We've Gone" -filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.6.3.jar" +filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.6.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/oTTacMoq/Oh-The-Biomes-Weve-Gone-Fabric-1.6.3.jar" +url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/C8KDCTER/Oh-The-Biomes-Weve-Gone-Fabric-1.6.4.jar" hash-format = "sha512" -hash = "c0f764b991028ec20f1209c40a51bf79514cd3512d903a96f9f62a612d99da91402e6509c694f50629fb7bd71ab8bea71e69b478d127d4a4a03fca61f7c0958c" +hash = "9841e5efcb59554e34002c6a29a7adceeb4af01294cf952e2ec49e2174ca2e42e829c40788c9b460ad9975e8a05b8cc315b3f6b033445e07627c30f08f717878" [update] [update.modrinth] mod-id = "NTi7d3Xc" -version = "oTTacMoq" +version = "C8KDCTER" diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml index 13ef9e1..bb9efaf 100644 --- a/mods/tectonic.pw.toml +++ b/mods/tectonic.pw.toml @@ -1,13 +1,13 @@ name = "Tectonic" -filename = "tectonic-3.0.6-fabric-1.20.1.jar" +filename = "tectonic-3.0.8-fabric-1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/tomgxTjS/tectonic-3.0.6-fabric-1.20.1.jar" +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/YRZvMfxY/tectonic-3.0.8-fabric-1.20.1.jar" hash-format = "sha512" -hash = "13073543d3cebf0090ab5e66f3d63a506f1783a3251c4f7dc0650409a8599b47685702dcfcfff03de792463a588a377328c86410646466daaaf47052b7a7d8c8" +hash = "1fcb072cb9da14e9b24a3d300432fe2d4651a0f3d1df3fa070c69bb83aabd9a1c48efbd510648a9c7008c6d9598ead3e3cedb02231b1df7dc648b940657a4aeb" [update] [update.modrinth] mod-id = "lWDHr9jE" -version = "tomgxTjS" +version = "YRZvMfxY" diff --git a/pack.toml b/pack.toml index 86a574e..e0515b5 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 = "1676efaccfd169d043191af205e2f1c0dbfa35abcffe4e6a7336aebc7684c259" +hash = "9e63626f5b91c80de132de45510c247a26db793e282fde5b083282fd04c8e34a" [versions] fabric = "0.16.14" From 388e296f042d1b0d7840a77bbb07f8229aa78d16 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 11:47:16 +0200 Subject: [PATCH 20/82] Updated to Fabulous 1.0.6 --- config/yosbr/config/clienttweaks-common.toml | 2 +- config/yosbr/options.txt | 4 ++-- index.toml | 21 ++++++++++++++++++-- mods/skinrestorer.pw.toml | 8 ++++---- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/config/yosbr/config/clienttweaks-common.toml b/config/yosbr/config/clienttweaks-common.toml index c7ea8aa..4ff13bb 100644 --- a/config/yosbr/config/clienttweaks-common.toml +++ b/config/yosbr/config/clienttweaks-common.toml @@ -30,7 +30,7 @@ torchTools = [ [tweaks] # This option will let you climb ladders automatically by just looking upwards, rather than requiring a key to be held down. -autoClimbLadder = true +autoClimbLadder = false # This option will disable log stripping. disableLogStripping = false # This option will disable paving when holding a block in your offhand. diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index d452827..48123be 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -5,8 +5,8 @@ snooperEnabled:false simulationDistance:6 guiScale:3 maxFps:260 -resourcePacks:["vanilla","fabric","file/SodiumTranslations.zip","file/Chat Reporting Helper.zip","file/Icons v.1.9.1.zip","file/Icons+Menu+(Put+Above+Icons).zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/EBE_1.20.x_v1.1.zip","file/Redstone Tweaks 2.3.zip","file/SPEGG BP [1.20-1.x].zip","file/visual-armor-trims-v1.1-1.20.X.zip","black_icons","file/FreshAnimations_v1.9.2.zip","file/VanillaEvolved_1.9.0.zip","file/cubic-sun-moon-v1.8.3a.zip","file/Unique Dark - Lite - 1.20.1.zip"] -incompatibleResourcePacks:["file/visual-armor-trims-v1.1-1.20.X.zip","file/xali\u0027s Potions v1.1.0.zip"] +resourcePacks:["vanilla","fabric","file/Translations for Sodium.zip","file/Chat Reporting Helper.zip","file/Icons.zip","file/Icons Advertisement Removal [1.8 - 1.21.5].zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/Even Better Enchants.zip","file/Redstone Tweaks.zip","file/xali\u0027s Potions.zip","file/Spawn Egg Backport.zip","file/Visual: Armor Trims.zip","black_icons","file/Fresh Animations.zip","file/Vanilla Evolved.zip","file/Cubic Sun \u0026 Moon.zip","file/Unique Dark.zip"] +incompatibleResourcePacks:["file/Visual: Armor Trims.zip","file/xali\u0027s Potions.zip"] advancedItemTooltips:true tutorialStep:none skipMultiplayerWarning:true diff --git a/index.toml b/index.toml index 69d5224..274c811 100644 --- a/index.toml +++ b/index.toml @@ -106,7 +106,7 @@ hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991" [[files]] file = "config/yosbr/config/clienttweaks-common.toml" -hash = "f6e996169b41ce7bfe171d2abd974d2f531cea79ff0e32aa7146330e8db24194" +hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" [[files]] file = "config/yosbr/config/debugify.json" @@ -271,6 +271,7 @@ hash = "2f4887656ebedcdd5d97229e7fb106321f3cf4f5e0379a2134c7997d2790fa38" [[files]] file = "mods/3dskinlayers.pw.toml" hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" +hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" metafile = true [[files]] @@ -316,6 +317,7 @@ metafile = true [[files]] file = "mods/balm.pw.toml" hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" +hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" metafile = true [[files]] @@ -556,6 +558,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" +hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" metafile = true [[files]] @@ -701,11 +704,13 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" +hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" +hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" metafile = true [[files]] @@ -771,6 +776,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" +hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" metafile = true [[files]] @@ -886,6 +892,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" +hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" metafile = true [[files]] @@ -931,11 +938,12 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" +hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" metafile = true [[files]] file = "mods/skinrestorer.pw.toml" -hash = "b724863c9d4ffc8516808623857913e699002dc1eb00eee070985554ae2a9a66" +hash = "ab2cdde5a186dffd88a30af1fb4264f62fcffa3be07cec98bd1a9079956c58b3" metafile = true [[files]] @@ -951,6 +959,7 @@ metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" +hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" metafile = true [[files]] @@ -1121,6 +1130,7 @@ metafile = true [[files]] file = "resourcepacks/icons.pw.toml" hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" +hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" metafile = true [[files]] @@ -1136,11 +1146,13 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" +hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" +hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" metafile = true [[files]] @@ -1157,3 +1169,8 @@ metafile = true file = "resourcepacks/xalis-potions.pw.toml" hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" metafile = true + +[[files]] +file = "resourcepacks/xalis-potions.pw.toml" +hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" +metafile = true diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml index cfa4748..176447d 100644 --- a/mods/skinrestorer.pw.toml +++ b/mods/skinrestorer.pw.toml @@ -1,13 +1,13 @@ name = "Skin Restorer" -filename = "skinrestorer-2.4.2+1.20-fabric.jar" +filename = "skinrestorer-2.4.3+1.20-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/q06yyYO8/skinrestorer-2.4.2%2B1.20-fabric.jar" +url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/vOQRWGz7/skinrestorer-2.4.3%2B1.20-fabric.jar" hash-format = "sha512" -hash = "6b6813e3f7606b6e6f5e66f24bb2a401dfbbfd49c4554f039b5645a5463bfc468e247f6b07831c23267f95eb687becf3107d14d33a959224872de41b2187ded2" +hash = "850ee69db48c4cc90e8f7edd4b1cf87ab195b97d09118a5654c0665fc575dabe665eb4753ad8718ddc05709a2d870e414d8bdedf88714ef02d7a1cfb973879c3" [update] [update.modrinth] mod-id = "ghrZDhGW" -version = "q06yyYO8" +version = "vOQRWGz7" From ac4123a7a932068ddd58d2a17b30930f62e12452 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 13:06:29 +0200 Subject: [PATCH 21/82] * Updated: * Moonlight * Tectonic * Updated to 0.1.3 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 27 +++++--------------------- mods/moonlight.pw.toml | 8 ++++---- mods/tectonic.pw.toml | 8 ++++---- pack.toml | 4 ++-- 6 files changed, 17 insertions(+), 34 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index f47f77e..3310391 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.2"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.3"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index a13dc67..c25cd72 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.2","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} +{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.3","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} diff --git a/index.toml b/index.toml index 274c811..bb7b4b9 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "d1b5db4cbb13bb5f22dc4c0a63ae5d8d0f965ce20f102e342825b7ccb5a90488" +hash = "dc494e1263f087ba45255c7e9949d45b3cacf997ac1cfa073b9d444ed4a060dd" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "881c3f5e77c4543615eb66b0b524f86cd9d7ae5734cfddcd83dda14caa29395e" +hash = "4d24088a20d23c5593143dc64932244eb70e0bc4317216ac35c424fc02ca6e26" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -266,12 +266,11 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" -hash = "2f4887656ebedcdd5d97229e7fb106321f3cf4f5e0379a2134c7997d2790fa38" +hash = "14b2eb0b87072bc315213917629ce856a0fc2996432c64d7b5e49fd7a3a59163" [[files]] file = "mods/3dskinlayers.pw.toml" hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" -hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" metafile = true [[files]] @@ -317,7 +316,6 @@ metafile = true [[files]] file = "mods/balm.pw.toml" hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" -hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" metafile = true [[files]] @@ -558,7 +556,6 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" -hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" metafile = true [[files]] @@ -704,13 +701,11 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" -hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" -hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" metafile = true [[files]] @@ -776,7 +771,6 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" -hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" metafile = true [[files]] @@ -786,7 +780,7 @@ metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "3c85113c198a5eef228e7042f3a5251d19cff8a49d1dc3dd743e8757fb71517b" +hash = "f641c163788080caec5bb44e0db78acdabe6882244ec3b9de8ec79c40ca670bc" metafile = true [[files]] @@ -892,7 +886,6 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" -hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" metafile = true [[files]] @@ -938,7 +931,6 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" -hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" metafile = true [[files]] @@ -959,7 +951,6 @@ metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" -hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" metafile = true [[files]] @@ -984,7 +975,7 @@ metafile = true [[files]] file = "mods/tectonic.pw.toml" -hash = "fbeb197c38ee467b5f723e1bb8b9f577faf301f4879d2883c4fd4dca6d120386" +hash = "2082dd6293dea0e771b03d77ca1244b3cc89fca79b83adafa8178d14162d7b52" metafile = true [[files]] @@ -1130,7 +1121,6 @@ metafile = true [[files]] file = "resourcepacks/icons.pw.toml" hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" -hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" metafile = true [[files]] @@ -1146,13 +1136,11 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" -hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" -hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" metafile = true [[files]] @@ -1169,8 +1157,3 @@ metafile = true file = "resourcepacks/xalis-potions.pw.toml" hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" metafile = true - -[[files]] -file = "resourcepacks/xalis-potions.pw.toml" -hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" -metafile = true diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index 129e14d..bcbcd9c 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.20-2.16.2-fabric.jar" +filename = "moonlight-1.20-2.16.5-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/rUsTCU7K/moonlight-1.20-2.16.2-fabric.jar" +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/atqz5wM5/moonlight-1.20-2.16.5-fabric.jar" hash-format = "sha512" -hash = "c980d8ab98318cdc06fb879ca2ea0488d22ed98b29bb2defcf0ff49a05a7aa516d288de6b831407b41ad2396c7a065c4675d6a08b8ecbe8b4a056ee799ead7e9" +hash = "54c2ed73639933117e7e4d3ed6851b22ee234b5aacf7d5fbd2f73aa0019f6b5cee3d8c6775826342f7da105e14461219704c63936d359935b781727e52bd1185" [update] [update.modrinth] mod-id = "twkfQtEc" -version = "rUsTCU7K" +version = "atqz5wM5" diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml index bb9efaf..3967bbf 100644 --- a/mods/tectonic.pw.toml +++ b/mods/tectonic.pw.toml @@ -1,13 +1,13 @@ name = "Tectonic" -filename = "tectonic-3.0.8-fabric-1.20.1.jar" +filename = "tectonic-3.0.10-fabric-1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/YRZvMfxY/tectonic-3.0.8-fabric-1.20.1.jar" +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/RQgQyfUR/tectonic-3.0.10-fabric-1.20.1.jar" hash-format = "sha512" -hash = "1fcb072cb9da14e9b24a3d300432fe2d4651a0f3d1df3fa070c69bb83aabd9a1c48efbd510648a9c7008c6d9598ead3e3cedb02231b1df7dc648b940657a4aeb" +hash = "a0bc6c78e49c1059c9d8a470c2a82a4fe463d35ab7cc6eb1f20129480968c3c9f60a3d49ccdece4bd56f036caf3839d693522c89e5fea11b3d62d77e733cd21f" [update] [update.modrinth] mod-id = "lWDHr9jE" -version = "YRZvMfxY" +version = "RQgQyfUR" diff --git a/pack.toml b/pack.toml index e0515b5..b648287 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.2" +version = "0.1.3" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "9e63626f5b91c80de132de45510c247a26db793e282fde5b083282fd04c8e34a" +hash = "cbdaafa696fa7f7ffa6bcd9df6f3b504d4c297f0367fa2b6d2681389b735e795" [versions] fabric = "0.16.14" From 115299172734ccf99a2c6ef2830bc815f5a9a915 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 13:12:40 +0200 Subject: [PATCH 22/82] Updated to Fabulous 1.0.6 --- config/yosbr/config/clienttweaks-common.toml | 2 +- config/yosbr/options.txt | 4 ++-- index.toml | 21 ++++++++++++-------- mods/3dskinlayers.pw.toml | 8 ++++---- mods/fabric-language-kotlin.pw.toml | 8 ++++---- mods/polytone.pw.toml | 8 ++++---- mods/skinrestorer.pw.toml | 8 ++++---- pack.toml | 2 +- resourcepacks/icons.pw.toml | 8 ++++---- resourcepacks/unique-dark.pw.toml | 6 +++--- resourcepacks/xalis-potions.pw.toml | 13 ++++++++++++ 11 files changed, 53 insertions(+), 35 deletions(-) create mode 100644 resourcepacks/xalis-potions.pw.toml diff --git a/config/yosbr/config/clienttweaks-common.toml b/config/yosbr/config/clienttweaks-common.toml index c7ea8aa..4ff13bb 100644 --- a/config/yosbr/config/clienttweaks-common.toml +++ b/config/yosbr/config/clienttweaks-common.toml @@ -30,7 +30,7 @@ torchTools = [ [tweaks] # This option will let you climb ladders automatically by just looking upwards, rather than requiring a key to be held down. -autoClimbLadder = true +autoClimbLadder = false # This option will disable log stripping. disableLogStripping = false # This option will disable paving when holding a block in your offhand. diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index 1ad54f5..48123be 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -5,8 +5,8 @@ snooperEnabled:false simulationDistance:6 guiScale:3 maxFps:260 -resourcePacks:["vanilla","fabric","file/SodiumTranslations.zip","file/Chat Reporting Helper.zip","file/Icons v.1.9.1.zip","file/Icons+Menu+(Put+Above+Icons).zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/EBE_1.20.x_v1.1.zip","file/Redstone Tweaks 2.3.zip","file/SPEGG BP [1.20-1.x].zip","file/visual-armor-trims-v1.1-1.20.X.zip","black_icons","file/FreshAnimations_v1.9.2.zip","file/VanillaEvolved_1.9.0.zip","file/cubic-sun-moon-v1.8.3a.zip","file/Unique Dark - Lite - 1.20.1.zip"] -incompatibleResourcePacks:["file/visual-armor-trims-v1.1-1.20.X.zip"] +resourcePacks:["vanilla","fabric","file/Translations for Sodium.zip","file/Chat Reporting Helper.zip","file/Icons.zip","file/Icons Advertisement Removal [1.8 - 1.21.5].zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/Even Better Enchants.zip","file/Redstone Tweaks.zip","file/xali\u0027s Potions.zip","file/Spawn Egg Backport.zip","file/Visual: Armor Trims.zip","black_icons","file/Fresh Animations.zip","file/Vanilla Evolved.zip","file/Cubic Sun \u0026 Moon.zip","file/Unique Dark.zip"] +incompatibleResourcePacks:["file/Visual: Armor Trims.zip","file/xali\u0027s Potions.zip"] advancedItemTooltips:true tutorialStep:none skipMultiplayerWarning:true diff --git a/index.toml b/index.toml index d0b2bf5..4cb0ff5 100644 --- a/index.toml +++ b/index.toml @@ -54,7 +54,7 @@ hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991" [[files]] file = "config/yosbr/config/clienttweaks-common.toml" -hash = "f6e996169b41ce7bfe171d2abd974d2f531cea79ff0e32aa7146330e8db24194" +hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" [[files]] file = "config/yosbr/config/debugify.json" @@ -194,11 +194,11 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" -hash = "cc06a125021ee6cb45274e666d2f5434d323103cdd3c39eeca7cdf7c9548820e" +hash = "14b2eb0b87072bc315213917629ce856a0fc2996432c64d7b5e49fd7a3a59163" [[files]] file = "mods/3dskinlayers.pw.toml" -hash = "89c5cc16522edbc203d3d85f2e766b6c7991148c1f5a1740ed3530014fcb3628" +hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" metafile = true [[files]] @@ -558,7 +558,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab" +hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" metafile = true [[files]] @@ -853,7 +853,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "d44ce17470cc949f0ad2180ecaf9e98b13f6866312eeb1b12a2e0a04f41e8647" +hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" metafile = true [[files]] @@ -903,7 +903,7 @@ metafile = true [[files]] file = "mods/skinrestorer.pw.toml" -hash = "b724863c9d4ffc8516808623857913e699002dc1eb00eee070985554ae2a9a66" +hash = "ab2cdde5a186dffd88a30af1fb4264f62fcffa3be07cec98bd1a9079956c58b3" metafile = true [[files]] @@ -1028,7 +1028,7 @@ metafile = true [[files]] file = "resourcepacks/icons.pw.toml" -hash = "7f207cc8275d556aba9eaf508bfa55d84b0c7c13ad0cfc65778224e1f366c200" +hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" metafile = true [[files]] @@ -1048,7 +1048,7 @@ metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" -hash = "add358ba82b5e329c64ff1ea925007aeba0e7704b71942176bfa9f1cb1f1114d" +hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" metafile = true [[files]] @@ -1060,3 +1060,8 @@ metafile = true file = "resourcepacks/visual-armor-trims.pw.toml" hash = "e7a3945feb4ef231579385cb92d1298a06fd7af4655d11763e563ee06980d642" metafile = true + +[[files]] +file = "resourcepacks/xalis-potions.pw.toml" +hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" +metafile = true diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml index b95d479..23a5092 100644 --- a/mods/3dskinlayers.pw.toml +++ b/mods/3dskinlayers.pw.toml @@ -1,13 +1,13 @@ name = "3D Skin Layers" -filename = "skinlayers3d-fabric-1.8.2-mc1.20.1.jar" +filename = "skinlayers3d-fabric-1.9.0-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/YUlOqvMH/skinlayers3d-fabric-1.8.2-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/mh2PivEP/skinlayers3d-fabric-1.9.0-mc1.20.1.jar" hash-format = "sha512" -hash = "f7f1178b35a393c3914e2e66373fe41412418914678b627fd743ad39a044cba4432121fdf22fd874dacc858339da65709400db54ac9f22496b9e30892e721bb0" +hash = "0b386b5d05f5581acce0d92e861bb43a59f84ae72ca8166ec1d41774bc957e3b0ac12b685f03aa50a969695d329fe7f1d3ae7cb5f7460b4f27e9ee9f53cd5137" [update] [update.modrinth] mod-id = "zV5r3pPn" -version = "YUlOqvMH" +version = "mh2PivEP" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml index 5bfa988..382e838 100644 --- a/mods/fabric-language-kotlin.pw.toml +++ b/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +filename = "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/Y91MRWtG/fabric-language-kotlin-1.13.5%2Bkotlin.2.2.10.jar" hash-format = "sha512" -hash = "26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055" +hash = "bae89ea5e71895f5a760def61359bb90a715832d998aec8141902410c503533fc42631e033109fcc9cdb3f869c58da9b89e9efc3b3ef112cbafe27059de9239e" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "mccDBWqV" +version = "Y91MRWtG" diff --git a/mods/polytone.pw.toml b/mods/polytone.pw.toml index 2e05b77..46e2cb4 100644 --- a/mods/polytone.pw.toml +++ b/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.3-fabric.jar" +filename = "polytone-1.20-3.5.4-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/PlYSbPRp/polytone-1.20-3.5.3-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/bueYgpJh/polytone-1.20-3.5.4-fabric.jar" hash-format = "sha512" -hash = "ca65fbd16b3765aa8cd17fed66978cf95f85a8685e52fd7830b958b67f209fcc078787c8de97da0af4f367926ef887a96114e3a4ccdf9ba51d5f235efe44bb4f" +hash = "8aa85b3e13284b5004b7bcab95c62a4076acee079dda1b6216bc0eefb8cd46a665b088b51a5cb19b8250402e0b7a1c999041143b562a20cbb00a7df82f7c5fd9" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "PlYSbPRp" +version = "bueYgpJh" diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml index cfa4748..176447d 100644 --- a/mods/skinrestorer.pw.toml +++ b/mods/skinrestorer.pw.toml @@ -1,13 +1,13 @@ name = "Skin Restorer" -filename = "skinrestorer-2.4.2+1.20-fabric.jar" +filename = "skinrestorer-2.4.3+1.20-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/q06yyYO8/skinrestorer-2.4.2%2B1.20-fabric.jar" +url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/vOQRWGz7/skinrestorer-2.4.3%2B1.20-fabric.jar" hash-format = "sha512" -hash = "6b6813e3f7606b6e6f5e66f24bb2a401dfbbfd49c4554f039b5645a5463bfc468e247f6b07831c23267f95eb687becf3107d14d33a959224872de41b2187ded2" +hash = "850ee69db48c4cc90e8f7edd4b1cf87ab195b97d09118a5654c0665fc575dabe665eb4753ad8718ddc05709a2d870e414d8bdedf88714ef02d7a1cfb973879c3" [update] [update.modrinth] mod-id = "ghrZDhGW" -version = "q06yyYO8" +version = "vOQRWGz7" diff --git a/pack.toml b/pack.toml index 0e3389e..203a711 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 = "c43a65204c988803205ee172285b302c34bfb39aaa8952d69368bcc6ebdb1b33" +hash = "edbf77fa80cfd6ac983c9fa851b1534f5a91b996315264df78eecd99a9f46abb" [versions] fabric = "0.16.14" diff --git a/resourcepacks/icons.pw.toml b/resourcepacks/icons.pw.toml index 763f4d0..5cb9062 100644 --- a/resourcepacks/icons.pw.toml +++ b/resourcepacks/icons.pw.toml @@ -1,13 +1,13 @@ name = "Icons" -filename = "Icons v.1.9.1.zip" +filename = "Icons v.1.9.1 - NoLanguageMenu§7.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/O7z3QKAG/versions/V6gZViNb/Icons%20v.1.9.1%C2%A77.zip" +url = "https://cdn.modrinth.com/data/O7z3QKAG/versions/TbwsY14s/Icons%20v.1.9.1%20-%20NoLanguageMenu%C2%A77.zip" hash-format = "sha512" -hash = "cd5f7d8cf2d61ece253f0c556e4f22e77e04022322dc58c82466c9bf250f93a028e2d5f9b7136ddce4c00def664cf5f2bba69bec97f0bda726b4518aa247d7e8" +hash = "c12254d7b0c4d7cb563be7f02123ed87a1acd8c8528353ff5dc341de718041b9e6f04130ab9d8baef7f92011d0e4e8b1f62a43d42d5c727089510491ace227bb" [update] [update.modrinth] mod-id = "O7z3QKAG" -version = "V6gZViNb" +version = "TbwsY14s" diff --git a/resourcepacks/unique-dark.pw.toml b/resourcepacks/unique-dark.pw.toml index c3d066b..b6b0046 100644 --- a/resourcepacks/unique-dark.pw.toml +++ b/resourcepacks/unique-dark.pw.toml @@ -3,11 +3,11 @@ filename = "Unique Dark - Lite - 1.20.1.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/ihWfiBeF/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" +url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/uH1LoRFy/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" hash-format = "sha512" -hash = "4deec8cba3730ed459af80d744e3a272495cb14b9f80ee3132362a7684f69138882baff04e3c790e812658be3cd65824b444de99d575aa3f0fc681ec65376c26" +hash = "a1daaeb63995d4e1b39a5325f5054a1c391515c89d84fe01a4a6094c730cda3c33662e49a2692ceda7948382140e6316948f68d5a0bf227f26b24172c7e70b77" [update] [update.modrinth] mod-id = "BaY1UdGV" -version = "ihWfiBeF" +version = "uH1LoRFy" diff --git a/resourcepacks/xalis-potions.pw.toml b/resourcepacks/xalis-potions.pw.toml new file mode 100644 index 0000000..12b7cda --- /dev/null +++ b/resourcepacks/xalis-potions.pw.toml @@ -0,0 +1,13 @@ +name = "xali's Potions" +filename = "xali's Potions v1.0.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yFn9hTiq/versions/cCOinnlk/xali%27s%20Potions%20v1.0.0.zip" +hash-format = "sha512" +hash = "5dc911c1999152ba233a3a35fdac00666a944b83a47c5ad1123f364b8bb9d11c9e93ba4f6130a035946bc662f79862a21f3801f131533797093ffe653b171b55" + +[update] +[update.modrinth] +mod-id = "yFn9hTiq" +version = "cCOinnlk" From b0653de5bf859d662c85072b03d6ae3a2581f71b Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 14:08:59 +0200 Subject: [PATCH 23/82] Updated to Fabulous 1.0.7 --- index.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/index.toml b/index.toml index bb7b4b9..edd00eb 100644 --- a/index.toml +++ b/index.toml @@ -107,6 +107,7 @@ hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991" [[files]] file = "config/yosbr/config/clienttweaks-common.toml" hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" +hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" [[files]] file = "config/yosbr/config/debugify.json" @@ -267,10 +268,12 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" hash = "14b2eb0b87072bc315213917629ce856a0fc2996432c64d7b5e49fd7a3a59163" +hash = "14b2eb0b87072bc315213917629ce856a0fc2996432c64d7b5e49fd7a3a59163" [[files]] file = "mods/3dskinlayers.pw.toml" hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" +hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" metafile = true [[files]] @@ -316,6 +319,7 @@ metafile = true [[files]] file = "mods/balm.pw.toml" hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" +hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" metafile = true [[files]] @@ -556,6 +560,7 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" +hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" metafile = true [[files]] @@ -701,11 +706,13 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" +hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" +hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" metafile = true [[files]] @@ -771,6 +778,7 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" +hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" metafile = true [[files]] @@ -886,6 +894,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" +hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" metafile = true [[files]] @@ -931,11 +940,13 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" +hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" metafile = true [[files]] file = "mods/skinrestorer.pw.toml" hash = "ab2cdde5a186dffd88a30af1fb4264f62fcffa3be07cec98bd1a9079956c58b3" +hash = "ab2cdde5a186dffd88a30af1fb4264f62fcffa3be07cec98bd1a9079956c58b3" metafile = true [[files]] @@ -951,6 +962,7 @@ metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" +hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" metafile = true [[files]] @@ -1121,6 +1133,7 @@ metafile = true [[files]] file = "resourcepacks/icons.pw.toml" hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" +hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" metafile = true [[files]] @@ -1136,11 +1149,13 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" +hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" +hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" metafile = true [[files]] @@ -1157,3 +1172,8 @@ metafile = true file = "resourcepacks/xalis-potions.pw.toml" hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" metafile = true + +[[files]] +file = "resourcepacks/xalis-potions.pw.toml" +hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" +metafile = true From 7d8889a39339f956ca0f683e45eca484675ce5aa Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 14:10:38 +0200 Subject: [PATCH 24/82] Updated to 0.1.4 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 24 ++---------------------- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 26 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 3310391..d292ab8 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.3"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.4"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index c25cd72..c13c6d0 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.3","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} +{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.4","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} diff --git a/index.toml b/index.toml index edd00eb..afc85db 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "dc494e1263f087ba45255c7e9949d45b3cacf997ac1cfa073b9d444ed4a060dd" +hash = "b1b55549884fea0dc71b15983963aa60bff2d4a79335b307226629dbb8ef6587" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "4d24088a20d23c5593143dc64932244eb70e0bc4317216ac35c424fc02ca6e26" +hash = "4043e6566a8af2d5237558848c351cd8f89bb42fefc6476f4cca05e92d76916a" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -107,7 +107,6 @@ hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991" [[files]] file = "config/yosbr/config/clienttweaks-common.toml" hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" -hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" [[files]] file = "config/yosbr/config/debugify.json" @@ -268,12 +267,10 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" hash = "14b2eb0b87072bc315213917629ce856a0fc2996432c64d7b5e49fd7a3a59163" -hash = "14b2eb0b87072bc315213917629ce856a0fc2996432c64d7b5e49fd7a3a59163" [[files]] file = "mods/3dskinlayers.pw.toml" hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" -hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" metafile = true [[files]] @@ -319,7 +316,6 @@ metafile = true [[files]] file = "mods/balm.pw.toml" hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" -hash = "a10f7f1072508bbe2d8d9cd9ce980cabc46805568ae9f055a5f47622aead26a7" metafile = true [[files]] @@ -560,7 +556,6 @@ metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" -hash = "36587a2be418f365faa1a6deac5eadcc00b6a79ebacab25ad87839f9ddc021e7" metafile = true [[files]] @@ -706,13 +701,11 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" -hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" -hash = "85f465bc8bdcd62e413c8dd8e7b41a07b1f0adb4e02d15fb17abe0072128759b" metafile = true [[files]] @@ -778,7 +771,6 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" -hash = "25eaf217efd36d674b35fe2577c41736bcceb2961224ce9dd3e67be0bd483d1d" metafile = true [[files]] @@ -894,7 +886,6 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" -hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" metafile = true [[files]] @@ -940,13 +931,11 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" -hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" metafile = true [[files]] file = "mods/skinrestorer.pw.toml" hash = "ab2cdde5a186dffd88a30af1fb4264f62fcffa3be07cec98bd1a9079956c58b3" -hash = "ab2cdde5a186dffd88a30af1fb4264f62fcffa3be07cec98bd1a9079956c58b3" metafile = true [[files]] @@ -962,7 +951,6 @@ metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" -hash = "64b5305d2318d2e32f6e26023b681e1de63cce3c65a0db053338b5f0848d33d7" metafile = true [[files]] @@ -1133,7 +1121,6 @@ metafile = true [[files]] file = "resourcepacks/icons.pw.toml" hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" -hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" metafile = true [[files]] @@ -1149,13 +1136,11 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" -hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" -hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" metafile = true [[files]] @@ -1172,8 +1157,3 @@ metafile = true file = "resourcepacks/xalis-potions.pw.toml" hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" metafile = true - -[[files]] -file = "resourcepacks/xalis-potions.pw.toml" -hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" -metafile = true diff --git a/pack.toml b/pack.toml index b648287..47e844d 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.3" +version = "0.1.4" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "cbdaafa696fa7f7ffa6bcd9df6f3b504d4c297f0367fa2b6d2681389b735e795" +hash = "4b5df32f8d94a09e422a80584794575aea94cae21480cb36a4aa084ab790ef75" [versions] fabric = "0.16.14" From 6247b5fa9f95de52b0c613db92c7021463b0521d Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 14:12:06 +0200 Subject: [PATCH 25/82] Updated to Fabulous 1.0.7 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 56ef117..5e9015a 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Create":">=0.0.1"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} \ No newline at end of file +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Create":">=0.0.1"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 19ecaaa..5522c01 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous Create 0.0.1","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousCreate"}}]}} \ No newline at end of file +{"main_menu":{"bottom_right":[{"text":"Fabulous Create 0.0.1","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousCreate"}}]}} From 0f1df8976a718aea6e30a986e8c3374a4814e7c4 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 14:53:16 +0200 Subject: [PATCH 26/82] Updated to Fabulous 1.0.7 --- config/yosbr/options.txt | 2 +- index.toml | 30 +++++++++---------- pack.toml | 2 +- resourcepacks/cubic-sun-moon.pw.toml | 2 +- resourcepacks/even-better-enchants.pw.toml | 2 +- resourcepacks/fresh-animations.pw.toml | 2 +- .../icons-advertisement-removal.pw.toml | 2 +- resourcepacks/icons.pw.toml | 2 +- resourcepacks/redstone-tweaks.pw.toml | 2 +- resourcepacks/spawn-egg-backport.pw.toml | 2 +- resourcepacks/translations-for-sodium.pw.toml | 2 +- resourcepacks/unique-dark.pw.toml | 2 +- resourcepacks/vanilla-evolved.pw.toml | 2 +- resourcepacks/visual-armor-trims.pw.toml | 2 +- resourcepacks/xalis-potions.pw.toml | 2 +- 15 files changed, 29 insertions(+), 29 deletions(-) diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index 48123be..25cbd6e 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -5,7 +5,7 @@ snooperEnabled:false simulationDistance:6 guiScale:3 maxFps:260 -resourcePacks:["vanilla","fabric","file/Translations for Sodium.zip","file/Chat Reporting Helper.zip","file/Icons.zip","file/Icons Advertisement Removal [1.8 - 1.21.5].zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/Even Better Enchants.zip","file/Redstone Tweaks.zip","file/xali\u0027s Potions.zip","file/Spawn Egg Backport.zip","file/Visual: Armor Trims.zip","black_icons","file/Fresh Animations.zip","file/Vanilla Evolved.zip","file/Cubic Sun \u0026 Moon.zip","file/Unique Dark.zip"] +resourcePacks:["vanilla","fabric","file/Translations for Sodium.zip","file/Chat Reporting Helper.zip","file/Icons.zip","file/Icons Advertisement Removal.zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/Even Better Enchants.zip","file/Redstone Tweaks.zip","file/xali\u0027s Potions.zip","file/Spawn Egg Backport.zip","file/Visual: Armor Trims.zip","black_icons","file/Fresh Animations.zip","file/Vanilla Evolved.zip","file/Cubic Sun \u0026 Moon.zip","file/Unique Dark.zip"] incompatibleResourcePacks:["file/Visual: Armor Trims.zip","file/xali\u0027s Potions.zip"] advancedItemTooltips:true tutorialStep:none diff --git a/index.toml b/index.toml index 4cb0ff5..7475ef9 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "b56cbe1bdac19518ddd8fa7636e44ab7b49ebb327650f1be2b710c8623dc707a" +hash = "6a1184bde25a9d0aef429eb64c440851cf1eb02d41b338c72645b7e6a7c84412" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "fa0d14e040fb07aaf2cd28cf7e54e10fa5e6bd38853259bb2488f8a9d5b0ae63" +hash = "c7402a1912957ffeb34b224a546cb518e57fdfcf07c12ba890b8801f00308cf1" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -194,7 +194,7 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" -hash = "14b2eb0b87072bc315213917629ce856a0fc2996432c64d7b5e49fd7a3a59163" +hash = "5709e34e54d6da68cb3538ac1e4f74e46f5ac5b8e0e66cc57dd97577916e84b5" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -1003,12 +1003,12 @@ metafile = true [[files]] file = "resourcepacks/cubic-sun-moon.pw.toml" -hash = "f5e98012cc353ad12cb6cd0a272dc4e3ade24cbd4cd726fdb4b756c8abf095f6" +hash = "cfb4615882529e2c60448fb72d0b21eaa32ab294edac7fbe3ceac188c96cf748" metafile = true [[files]] file = "resourcepacks/even-better-enchants.pw.toml" -hash = "c787950c5bdbff78bc2ef218554f1486fc81f747d7abd4a29fba5286229b225a" +hash = "bc501eb1796f77a64444c79427d688f89384a4ca1adc00c89c6841f83b7333af" metafile = true [[files]] @@ -1018,50 +1018,50 @@ metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "b96abadb2cdb56d53145609e6a8ee9fd70171878bb5414412dddee1fca902a7b" +hash = "92bb85c87f4b35d3b6aa01b0d716d48a74529072f515576a5b08acb266727f7e" metafile = true [[files]] file = "resourcepacks/icons-advertisement-removal.pw.toml" -hash = "228a07690b66e69c2cf3b4fcc0736381105dd652a4a1ae08292875f019ce6a98" +hash = "ef633de55ff6488fb5c53a9c4053866b7856d4df484e47167c1aba6e2c3a0b5c" metafile = true [[files]] file = "resourcepacks/icons.pw.toml" -hash = "2113bbaa408ee30a4bad3420b5a5f918860f35f1d0879884fc8a12abec412f8e" +hash = "ecf06055dab282ba0c953b3ff1c35e894d92d3259e8798d35f5ac6c506e8acd7" metafile = true [[files]] file = "resourcepacks/redstone-tweaks.pw.toml" -hash = "ea6aca4502021cf77920c2fe853a50a6e875ead0df19bbdd3cc152ae7ff005c2" +hash = "b2cb714936adb721db3e97bfe67c361b557883b9440306579f74dede2bcdbc32" metafile = true [[files]] file = "resourcepacks/spawn-egg-backport.pw.toml" -hash = "bd9f83c597a2f38195bc32fe795f66ed62e34911dcbdece1674c75414622bc98" +hash = "a68d40da06b67d3f8bc12fcd5b48253c6cfd69891a9f14d311b265b3aaa04552" metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" -hash = "a6fb7aeeb780fd5cc931a503737a4e03eaa735e19dba5e0e2c7138020304eee2" +hash = "d536a8ac3a0ff829ccdfa524f47594bd30ae20ed94cdf9dd472cfe3a03592fea" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" -hash = "98752b80b4066b9528d808ee2a72c94e5e06a51170cc3d80fd02b14e71ff61b2" +hash = "55760a3a3b1a3196a9c93179d2fc4c3dcf52bd2171472c258fca002c95fc3c87" metafile = true [[files]] file = "resourcepacks/vanilla-evolved.pw.toml" -hash = "4b6982016e6ab990cd2a89eb70cbe354206ea6302eb7f3658aaf64fbaf70373a" +hash = "c7fc774223cc1def3577668c6b61944af863e65401609b68fa00b77e4be90c78" metafile = true [[files]] file = "resourcepacks/visual-armor-trims.pw.toml" -hash = "e7a3945feb4ef231579385cb92d1298a06fd7af4655d11763e563ee06980d642" +hash = "e22baa4c13fb8947941e8d8589a4ff394f0bbaff2b2a1acd3766a24066885b5b" metafile = true [[files]] file = "resourcepacks/xalis-potions.pw.toml" -hash = "9f9743c793b257f5dee93d4aa492811aff475f90e7005fb723053fd5daaf90c4" +hash = "6703c8e82e7ac8c7b4172b9b35924494be61ce6c9734b3e8524a8c1dea58ac2b" metafile = true diff --git a/pack.toml b/pack.toml index 203a711..703f965 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 = "edbf77fa80cfd6ac983c9fa851b1534f5a91b996315264df78eecd99a9f46abb" +hash = "31f279edbff0f7fd52ef5943fc856727bb723872e775979dd3c18c24ef6ff1fb" [versions] fabric = "0.16.14" diff --git a/resourcepacks/cubic-sun-moon.pw.toml b/resourcepacks/cubic-sun-moon.pw.toml index 8588e4b..03e96a1 100644 --- a/resourcepacks/cubic-sun-moon.pw.toml +++ b/resourcepacks/cubic-sun-moon.pw.toml @@ -1,5 +1,5 @@ name = "Cubic Sun & Moon" -filename = "cubic-sun-moon-v1.8.3a.zip" +filename = "Cubic Sun & Moon.zip" side = "client" [download] diff --git a/resourcepacks/even-better-enchants.pw.toml b/resourcepacks/even-better-enchants.pw.toml index c5a0289..35c1e8f 100644 --- a/resourcepacks/even-better-enchants.pw.toml +++ b/resourcepacks/even-better-enchants.pw.toml @@ -1,5 +1,5 @@ name = "Even Better Enchants" -filename = "EBE_1.20.x_v1.1.zip" +filename = "Even Better Enchants.zip" side = "client" [download] diff --git a/resourcepacks/fresh-animations.pw.toml b/resourcepacks/fresh-animations.pw.toml index 7bb97e5..14b2f7b 100644 --- a/resourcepacks/fresh-animations.pw.toml +++ b/resourcepacks/fresh-animations.pw.toml @@ -1,5 +1,5 @@ name = "Fresh Animations" -filename = "FreshAnimations_v1.9.2.zip" +filename = "Fresh Animations.zip" side = "client" [download] diff --git a/resourcepacks/icons-advertisement-removal.pw.toml b/resourcepacks/icons-advertisement-removal.pw.toml index 4fff59f..f59f8d5 100644 --- a/resourcepacks/icons-advertisement-removal.pw.toml +++ b/resourcepacks/icons-advertisement-removal.pw.toml @@ -1,5 +1,5 @@ name = "Icons Advertisement Removal [1.8 - 1.21.5]" -filename = "Icons+Menu+(Put+Above+Icons).zip" +filename = "Icons Advertisement Removal.zip" side = "client" [download] diff --git a/resourcepacks/icons.pw.toml b/resourcepacks/icons.pw.toml index 5cb9062..cfbcd85 100644 --- a/resourcepacks/icons.pw.toml +++ b/resourcepacks/icons.pw.toml @@ -1,5 +1,5 @@ name = "Icons" -filename = "Icons v.1.9.1 - NoLanguageMenu§7.zip" +filename = "Icons.zip" side = "client" [download] diff --git a/resourcepacks/redstone-tweaks.pw.toml b/resourcepacks/redstone-tweaks.pw.toml index 5c31ace..96a96b7 100644 --- a/resourcepacks/redstone-tweaks.pw.toml +++ b/resourcepacks/redstone-tweaks.pw.toml @@ -1,5 +1,5 @@ name = "Redstone Tweaks" -filename = "Redstone Tweaks 2.3.zip" +filename = "Redstone Tweaks.zip" side = "client" [download] diff --git a/resourcepacks/spawn-egg-backport.pw.toml b/resourcepacks/spawn-egg-backport.pw.toml index 74d8ca9..bcb9fe9 100644 --- a/resourcepacks/spawn-egg-backport.pw.toml +++ b/resourcepacks/spawn-egg-backport.pw.toml @@ -1,5 +1,5 @@ name = "Spawn Egg Backport" -filename = "SPEGG BP [1.20-1.x].zip" +filename = "Spawn Egg Backport.zip" side = "client" [download] diff --git a/resourcepacks/translations-for-sodium.pw.toml b/resourcepacks/translations-for-sodium.pw.toml index 2f23a73..2ca4d81 100644 --- a/resourcepacks/translations-for-sodium.pw.toml +++ b/resourcepacks/translations-for-sodium.pw.toml @@ -1,5 +1,5 @@ name = "Translations for Sodium" -filename = "SodiumTranslations.zip" +filename = "Translations for Sodium.zip" side = "client" [download] diff --git a/resourcepacks/unique-dark.pw.toml b/resourcepacks/unique-dark.pw.toml index b6b0046..333e782 100644 --- a/resourcepacks/unique-dark.pw.toml +++ b/resourcepacks/unique-dark.pw.toml @@ -1,5 +1,5 @@ name = "Unique Dark" -filename = "Unique Dark - Lite - 1.20.1.zip" +filename = "Unique Dark.zip" side = "client" [download] diff --git a/resourcepacks/vanilla-evolved.pw.toml b/resourcepacks/vanilla-evolved.pw.toml index 4581dc3..7c3fae9 100644 --- a/resourcepacks/vanilla-evolved.pw.toml +++ b/resourcepacks/vanilla-evolved.pw.toml @@ -1,5 +1,5 @@ name = "Vanilla Evolved" -filename = "VanillaEvolved_1.9.0.zip" +filename = "Vanilla Evolved.zip" side = "client" [download] diff --git a/resourcepacks/visual-armor-trims.pw.toml b/resourcepacks/visual-armor-trims.pw.toml index 47734b6..bc64416 100644 --- a/resourcepacks/visual-armor-trims.pw.toml +++ b/resourcepacks/visual-armor-trims.pw.toml @@ -1,5 +1,5 @@ name = "Visual: Armor Trims" -filename = "visual-armor-trims-v1.1-1.20.X.zip" +filename = "Visual: Armor Trims.zip" side = "client" [download] diff --git a/resourcepacks/xalis-potions.pw.toml b/resourcepacks/xalis-potions.pw.toml index 12b7cda..d27e2a1 100644 --- a/resourcepacks/xalis-potions.pw.toml +++ b/resourcepacks/xalis-potions.pw.toml @@ -1,5 +1,5 @@ name = "xali's Potions" -filename = "xali's Potions v1.0.0.zip" +filename = "xali's Potions.zip" side = "client" [download] From edcb95ccebaffb1606bf539101ede445fca54699 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 17:32:34 +0200 Subject: [PATCH 27/82] Fixed Create Food salt recipe --- .gitignore | 2 -- .packwizignore | 4 +--- index.toml | 4 ++++ pack.toml | 2 +- scripts/create.zs | 3 +++ 5 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .gitignore create mode 100644 scripts/create.zs diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4cd787f..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/releases/ -/scripts/ \ No newline at end of file diff --git a/.packwizignore b/.packwizignore index 4ff2c46..42061c0 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,3 +1 @@ -README.md -/releases/ -/scripts/ \ No newline at end of file +README.md \ No newline at end of file diff --git a/index.toml b/index.toml index 7475ef9..1409827 100644 --- a/index.toml +++ b/index.toml @@ -1065,3 +1065,7 @@ metafile = true file = "resourcepacks/xalis-potions.pw.toml" hash = "6703c8e82e7ac8c7b4172b9b35924494be61ce6c9734b3e8524a8c1dea58ac2b" metafile = true + +[[files]] +file = "scripts/create.zs" +hash = "3d3ee9a2fac705e71579e0b6556d0c0ea5000bae5daaba445474dbe774f87b41" diff --git a/pack.toml b/pack.toml index 703f965..b2e7ad0 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 = "31f279edbff0f7fd52ef5943fc856727bb723872e775979dd3c18c24ef6ff1fb" +hash = "8594c6b43a5472beaf6c1c2710a059dae0b59c3083646e44bb3c8881f2b409d1" [versions] fabric = "0.16.14" diff --git a/scripts/create.zs b/scripts/create.zs new file mode 100644 index 0000000..e5e1045 --- /dev/null +++ b/scripts/create.zs @@ -0,0 +1,3 @@ +// Remove Create: Food's salt recipes + +.remove(); From 831fa2fe3498c81d60c428ed261f1bd4ddd54770 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 19 Aug 2025 17:41:25 +0200 Subject: [PATCH 28/82] Added CraftTweaker and CreateTweaker --- index.toml | 15 +++++++++++++++ mods/crafttweaker.pw.toml | 13 +++++++++++++ mods/createtweaker.pw.toml | 13 +++++++++++++ mods/faux-custom-entity-data.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/crafttweaker.pw.toml create mode 100644 mods/createtweaker.pw.toml create mode 100644 mods/faux-custom-entity-data.pw.toml diff --git a/index.toml b/index.toml index 1409827..7ef6fbd 100644 --- a/index.toml +++ b/index.toml @@ -376,6 +376,11 @@ file = "mods/coroutil.pw.toml" hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7" metafile = true +[[files]] +file = "mods/crafttweaker.pw.toml" +hash = "a30726b64c6922cd85d0a2d0b4946cbf1c2c5bee9d167a21ad66e27a8359b4bf" +metafile = true + [[files]] file = "mods/create-better-villagers.pw.toml" hash = "957a1155261f7e17c6fd70fd64d16c447addd07f0dc2774411784d259fa317b4" @@ -471,6 +476,11 @@ file = "mods/createaddition.pw.toml" hash = "76aba8d8cc62f325d52613c1b66d17dae77dd1df918b1153fc2bd5fb80b42a27" metafile = true +[[files]] +file = "mods/createtweaker.pw.toml" +hash = "4f36e1935e02fa10a1659f9943fe3c63709da542631f89bfba4ceb4c3fdaedea" +metafile = true + [[files]] file = "mods/creativecore.pw.toml" hash = "78085457d022d795c7f4f5566476fde9a8a4e81eee96db09ef7f5bd09eb34926" @@ -586,6 +596,11 @@ file = "mods/fastquit.pw.toml" hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" metafile = true +[[files]] +file = "mods/faux-custom-entity-data.pw.toml" +hash = "00f2e8c9f900b119fc5931bce91d7c00845a8e494db8910c3a4e7d69bde2bc75" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" diff --git a/mods/crafttweaker.pw.toml b/mods/crafttweaker.pw.toml new file mode 100644 index 0000000..5f75a97 --- /dev/null +++ b/mods/crafttweaker.pw.toml @@ -0,0 +1,13 @@ +name = "CraftTweaker" +filename = "CraftTweaker-fabric-1.20.1-14.0.57.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/mdTQhYGk/CraftTweaker-fabric-1.20.1-14.0.57.jar" +hash-format = "sha512" +hash = "bd55f4a3cb29e96b2edf3d4294330c455f405ecfbb2a91e13196e3e58b7d98a04bd0921e6a54a9d77c8d3564ffe638e4207f8d1388d24ef9326584cbe4feb91f" + +[update] +[update.modrinth] +mod-id = "Xg35A4rS" +version = "mdTQhYGk" diff --git a/mods/createtweaker.pw.toml b/mods/createtweaker.pw.toml new file mode 100644 index 0000000..c91ccc6 --- /dev/null +++ b/mods/createtweaker.pw.toml @@ -0,0 +1,13 @@ +name = "CreateTweaker" +filename = "CreateTweaker-fabric-1.20.1-4.0.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vEila6nl/versions/C5FpflFw/CreateTweaker-fabric-1.20.1-4.0.15.jar" +hash-format = "sha512" +hash = "3f128ef8ea150584c17e46b6f05ca1d0983d5df427651d66c3a977078b8f0badeecd6678871f118d51c9bf80360b39b46e0551de30e5c54737a1056af1b47b0b" + +[update] +[update.modrinth] +mod-id = "vEila6nl" +version = "C5FpflFw" diff --git a/mods/faux-custom-entity-data.pw.toml b/mods/faux-custom-entity-data.pw.toml new file mode 100644 index 0000000..dedea9e --- /dev/null +++ b/mods/faux-custom-entity-data.pw.toml @@ -0,0 +1,13 @@ +name = "Faux Custom Entity Data" +filename = "FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E7ZFR7qk/versions/11wR6r8x/FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +hash-format = "sha512" +hash = "db9599b6bbbf236ee48712052731cccae0b2431f959d047e51c94b4a4ce9ad48710da48ae699d06b275e9ebb74ddb5b5ccf7678efee9a1ecafc2a04456ed9105" + +[update] +[update.modrinth] +mod-id = "E7ZFR7qk" +version = "11wR6r8x" diff --git a/pack.toml b/pack.toml index b2e7ad0..360b633 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 = "8594c6b43a5472beaf6c1c2710a059dae0b59c3083646e44bb3c8881f2b409d1" +hash = "08c7e2c0fb88158fa85893c4cc87761bb0fdb636c3ed6eb99d0b453413e2848c" [versions] fabric = "0.16.14" From c4820e690d204770752ac608f06487cb256e7405 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sun, 7 Sep 2025 14:08:52 +0200 Subject: [PATCH 29/82] Updated to Fabulous 1.0.9, added mods and resourcepacks, and updated to 0.0.2 Added: * Create: Contraption Terminals * Create: Radars Refabricated * Tom's Simple Storage * Create: Darkmode --- .../config => }/enhanced_bes.properties | 1 + config/fabric_loader_dependencies.json | 2 +- config/fog/config.json | 20 +++++++ config/isxander-main-menu-credits.json | 2 +- config/yosbr/options.txt | 4 +- index.toml | 59 ++++++++++++++----- mods/create-contraption-terminals.pw.toml | 13 ++++ mods/create-radars-refabricated.pw.toml | 13 ++++ mods/entity-model-features.pw.toml | 8 +-- mods/entitytexturefeatures.pw.toml | 8 +-- mods/polytone.pw.toml | 8 +-- mods/puzzles-lib.pw.toml | 8 +-- mods/simple-voice-chat.pw.toml | 8 +-- mods/toms-storage.pw.toml | 13 ++++ mods/worldeditcui-fabric.pw.toml | 13 ++++ pack.toml | 4 +- resourcepacks/create-darkmode.pw.toml | 13 ++++ resourcepacks/fresh-animations.pw.toml | 8 +-- resourcepacks/translations-for-sodium.pw.toml | 8 +-- resourcepacks/unique-dark.pw.toml | 6 +- 20 files changed, 167 insertions(+), 52 deletions(-) rename config/{yosbr/config => }/enhanced_bes.properties (63%) create mode 100644 config/fog/config.json create mode 100644 mods/create-contraption-terminals.pw.toml create mode 100644 mods/create-radars-refabricated.pw.toml create mode 100644 mods/toms-storage.pw.toml create mode 100644 mods/worldeditcui-fabric.pw.toml create mode 100644 resourcepacks/create-darkmode.pw.toml diff --git a/config/yosbr/config/enhanced_bes.properties b/config/enhanced_bes.properties similarity index 63% rename from config/yosbr/config/enhanced_bes.properties rename to config/enhanced_bes.properties index ccc39c5..3bddaf3 100644 --- a/config/yosbr/config/enhanced_bes.properties +++ b/config/enhanced_bes.properties @@ -2,3 +2,4 @@ sign_ao=true shulker_box_ao=true chest_ao=true bed_ao=true +render_enhanced_chests=false diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 5e9015a..3e53b92 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Create":">=0.0.1"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Create":">=0.0.2"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} diff --git a/config/fog/config.json b/config/fog/config.json new file mode 100644 index 0000000..9037fff --- /dev/null +++ b/config/fog/config.json @@ -0,0 +1,20 @@ +{ + "disableMod": false, + "disabledDimensions": [ + "minecraft:the_nether" + ], + "disableRaininessEffect": false, + "disableUndergroundFogMultiplier": false, + "disableBiomeFogColour": false, + "disableCloudWhitening": false, + "initialFogStart": 0.5, + "initialFogEnd": 0.85, + "raininessTransitionSpeed": 0.003, + "undergroundnessTransitionSpeed": 0.003, + "fogStartTransitionSpeed": 0.003, + "fogEndTransitionSpeed": 0.003, + "darknessTransitionSpeed": 0.003, + "fogColorTransitionSpeed": 0.015, + "startMultiplierTransitionSpeed": 0.005, + "endMultiplierTransitionSpeed": 0.005 +} \ No newline at end of file diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 5522c01..d8e4e45 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous Create 0.0.1","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousCreate"}}]}} +{"main_menu":{"bottom_right":[{"text":"Fabulous Create 0.0.2","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousCreate"}}]}} diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index 25cbd6e..cd7b6a8 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -5,8 +5,8 @@ snooperEnabled:false simulationDistance:6 guiScale:3 maxFps:260 -resourcePacks:["vanilla","fabric","file/Translations for Sodium.zip","file/Chat Reporting Helper.zip","file/Icons.zip","file/Icons Advertisement Removal.zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/Even Better Enchants.zip","file/Redstone Tweaks.zip","file/xali\u0027s Potions.zip","file/Spawn Egg Backport.zip","file/Visual: Armor Trims.zip","black_icons","file/Fresh Animations.zip","file/Vanilla Evolved.zip","file/Cubic Sun \u0026 Moon.zip","file/Unique Dark.zip"] -incompatibleResourcePacks:["file/Visual: Armor Trims.zip","file/xali\u0027s Potions.zip"] +resourcePacks:["vanilla","fabric","file/Sodium Translations.zip","file/Chat Reporting Helper.zip","file/Icons.zip","file/Icons Advertisement Removal.zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/Even Better Enchants.zip","file/Redstone Tweaks.zip","file/xali\u0027s Potions.zip","file/Spawn Egg Backport.zip","file/Visual: Armor Trims.zip","black_icons","file/Fresh Animations.zip","file/Vanilla Evolved.zip","file/Cubic Sun \u0026 Moon.zip","file/Unique Dark.zip","file/Create Darkmode.zip"] +incompatibleResourcePacks:["file/Visual: Armor Trims.zip","file/xali\u0027s Potions.zip","file/Create Darkmode.zip"] advancedItemTooltips:true tutorialStep:none skipMultiplayerWarning:true diff --git a/index.toml b/index.toml index 7ef6fbd..d27d42a 100644 --- a/index.toml +++ b/index.toml @@ -1,12 +1,20 @@ hash-format = "sha256" +[[files]] +file = "config/enhanced_bes.properties" +hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" + [[files]] file = "config/fabric_loader_dependencies.json" -hash = "6a1184bde25a9d0aef429eb64c440851cf1eb02d41b338c72645b7e6a7c84412" +hash = "9465e56a580253daeaad9882e7d15be4dff6de94ee9ca8fa7309fa35b9d2e019" + +[[files]] +file = "config/fog/config.json" +hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "c7402a1912957ffeb34b224a546cb518e57fdfcf07c12ba890b8801f00308cf1" +hash = "3fab601c38c8e3b633fb3c8318a232416f5c6622bcb648e8e5c3ab1029926902" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -68,10 +76,6 @@ hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" file = "config/yosbr/config/emotecraft.json" hash = "88ff06335191beefa9fb3746f8de31fa2f3b787c32193771eb58bbe97491404e" -[[files]] -file = "config/yosbr/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" - [[files]] file = "config/yosbr/config/entity_texture_features.json" hash = "eefa86fa9a8df6eda5d39d3bbbf53138a44df71a01a24262c27584badea97d79" @@ -194,7 +198,7 @@ hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" -hash = "5709e34e54d6da68cb3538ac1e4f74e46f5ac5b8e0e66cc57dd97577916e84b5" +hash = "50301bbccad229f2a7ee3a897b07db0158c73fe4aa26fb920dafe9f7971508a2" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -396,6 +400,11 @@ file = "mods/create-broken-bad-fabric.pw.toml" hash = "2e1340c87d29049156ba336b0220aa9c1a159762b8b469ec030183c1d726f64a" metafile = true +[[files]] +file = "mods/create-contraption-terminals.pw.toml" +hash = "5d83b1518fa7939016af80f298348a2a28713a42cc7323fb33331098853b4210" +metafile = true + [[files]] file = "mods/create-data-and-plots.pw.toml" hash = "1bfe31c340a12252ddc2ed6a3d642e871a5bfe1c74d701048891ff20b63172fc" @@ -451,6 +460,11 @@ file = "mods/create-new-age.pw.toml" hash = "2c65b7ed826a2d147f0eb4788152b9f1ae878e0df102af58a9ea23ebd1c48f04" metafile = true +[[files]] +file = "mods/create-radars-refabricated.pw.toml" +hash = "892e0fa815a47bb48c6502ea2dff50f785eb6bffb9aca587e7cf31df6bb4502d" +metafile = true + [[files]] file = "mods/create-steam-n-rails.pw.toml" hash = "b79bc9976d5958f4b88ca23575e0d0dc677a2b06931108f6f7bc3fd3e46bb22c" @@ -548,7 +562,7 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "724f38446c3830230388cec99fed286ff1e8580f0a82c1466c7d59bde4450c71" +hash = "f1d9c0910c3172c83058cc6d9af49e9b8dd9a6e410b0113e41077a373a0646a0" metafile = true [[files]] @@ -558,7 +572,7 @@ metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "431846491318f66fdef523f169044383847e75d3e1ff36cccd2bf8cb10e85ae8" +hash = "91f45174d8627de2d04922bcf83b4b7c31188fbfc748240fcca27ea4f3282e93" metafile = true [[files]] @@ -868,7 +882,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "1251cbb4503a8ee3d70d2eba7144c9a4ae18ee75a5623f328ea77df23047c5d3" +hash = "031743fe4b9dde448acc3e3b8cfcde7bef052c2b25b3a5506aae8da3b9ac6166" metafile = true [[files]] @@ -878,7 +892,7 @@ metafile = true [[files]] file = "mods/puzzles-lib.pw.toml" -hash = "e7aaef7215f2419177f1b1d3240d2d61d17ca2b2e03127d92941874ad5594d6f" +hash = "a1eff7b33a54586b6989c7bfd89992f9d315f1c656b7596649d9af7017c6af7b" metafile = true [[files]] @@ -913,7 +927,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "15a2a2b64ce2acc534793268a84f76e1f46cbccd409633879b1655afeb0b85c7" +hash = "72c1533380179770ae00d958d3f5750842cd8df096ba05779e3903f935951bb7" metafile = true [[files]] @@ -961,6 +975,11 @@ file = "mods/threadtweak.pw.toml" hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" metafile = true +[[files]] +file = "mods/toms-storage.pw.toml" +hash = "c57e5187ae4382be6c19e596c8a3f4a7a2b4d566c16c6fc8ad8a0629dc9454d1" +metafile = true + [[files]] file = "mods/tooltipfix.pw.toml" hash = "ee103bf45111c2cd7ea2d9b31087867dd4b0d07a4b7dad7b138a4ae506127b37" @@ -986,6 +1005,11 @@ file = "mods/what-are-they-up-to.pw.toml" hash = "c709708a11f117743c086f16de67701eb35bfad331826960398bb1e64ea4d35f" metafile = true +[[files]] +file = "mods/worldeditcui-fabric.pw.toml" +hash = "48c5a8213925efd652a9e13f40116d53e0516e9147b27d6d0e0ae8cf68f83f6d" +metafile = true + [[files]] file = "mods/xaeros-minimap.pw.toml" hash = "fd725a2383164ee2866a41635b0a8baf4cc1506d33df1ce1cc1455ab98a32e01" @@ -1016,6 +1040,11 @@ file = "resourcepacks/chat-reporting-helper.pw.toml" hash = "421b267f441e7be3feefa686191e5b363929ecb39ddd5f2ff5b515db4b169891" metafile = true +[[files]] +file = "resourcepacks/create-darkmode.pw.toml" +hash = "c233cfc74d0370380fbf16414254bfbf4513bc99bf7ead9f170afb40eb78cf83" +metafile = true + [[files]] file = "resourcepacks/cubic-sun-moon.pw.toml" hash = "cfb4615882529e2c60448fb72d0b21eaa32ab294edac7fbe3ceac188c96cf748" @@ -1033,7 +1062,7 @@ metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "92bb85c87f4b35d3b6aa01b0d716d48a74529072f515576a5b08acb266727f7e" +hash = "bf6bf356ece200c132c604c1cdd981c8a7baf6a30ed05fa057fdfc0444df779d" metafile = true [[files]] @@ -1058,12 +1087,12 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" -hash = "d536a8ac3a0ff829ccdfa524f47594bd30ae20ed94cdf9dd472cfe3a03592fea" +hash = "257c0783627aacad3502bdb96a7096254ecc3a1587987ba4800a39ac1ae62906" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" -hash = "55760a3a3b1a3196a9c93179d2fc4c3dcf52bd2171472c258fca002c95fc3c87" +hash = "69e34c7ad74279f39a8a1e4ee17a4e69fc04cc38dfa95b7c044d60b98a5d5c8a" metafile = true [[files]] diff --git a/mods/create-contraption-terminals.pw.toml b/mods/create-contraption-terminals.pw.toml new file mode 100644 index 0000000..af4928d --- /dev/null +++ b/mods/create-contraption-terminals.pw.toml @@ -0,0 +1,13 @@ +name = "Create Contraption Terminals" +filename = "createcontraptionterminals-fabric-1.20-1.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gOPAFzp0/versions/TymTJZew/createcontraptionterminals-fabric-1.20-1.1.0.jar" +hash-format = "sha512" +hash = "10d9b00a2165c12b5d552e1dfcdb744a3ee74434dadd9bf698aee1e8545856110cf89b859e56d89b270a56a21afe9394279bb018ccde492cd6f78628c3b05605" + +[update] +[update.modrinth] +mod-id = "gOPAFzp0" +version = "TymTJZew" diff --git a/mods/create-radars-refabricated.pw.toml b/mods/create-radars-refabricated.pw.toml new file mode 100644 index 0000000..7d2257d --- /dev/null +++ b/mods/create-radars-refabricated.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Radars Refabricated" +filename = "create_radar-0.1.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IUlhKVP4/versions/FcTcjseq/create_radar-0.1.1%2B1.20.1.jar" +hash-format = "sha512" +hash = "935df653558596cee66a6af9faecfbeee140fc69affc96f3aa8c9514a00fe1049892e7aa3a5311dfddb0a17e1758c77946a1aa324d54238835b40a879a909fa7" + +[update] +[update.modrinth] +mod-id = "IUlhKVP4" +version = "FcTcjseq" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml index 8fc0572..4c1b95d 100644 --- a/mods/entity-model-features.pw.toml +++ b/mods/entity-model-features.pw.toml @@ -1,13 +1,13 @@ name = "[EMF] Entity Model Features" -filename = "entity_model_features_fabric_1.20.1-2.4.1.jar" +filename = "entity_model_features_1.20.1-fabric-3.0.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/X2NBK99f/entity_model_features_fabric_1.20.1-2.4.1.jar" +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/ZQTkVFpd/entity_model_features_1.20.1-fabric-3.0.1.jar" hash-format = "sha512" -hash = "6b078e98ed5bf6eb6437a2230b15b32bb1579973ccdb418f3778eb1e745289ccc5e202cb0145558fa815a864847ba7396cfe5ba44df561e651d3da5cee7dd33b" +hash = "fb0c481e504b0e5ecba4448b525c3909e9df670d6bdc61351ffa75f4ba3f07b1db832e7fd9f4930b9fe901de9d1e615dbc7237fde208e93fc465b7a827b31912" [update] [update.modrinth] mod-id = "4I1XuqiY" -version = "X2NBK99f" +version = "ZQTkVFpd" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml index efd71f0..58539cc 100644 --- a/mods/entitytexturefeatures.pw.toml +++ b/mods/entitytexturefeatures.pw.toml @@ -1,13 +1,13 @@ name = "[ETF] Entity Texture Features" -filename = "entity_texture_features_fabric_1.20.1-6.2.9.jar" +filename = "entity_texture_features_1.20.1-fabric-7.0.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/WvkMQbYb/entity_texture_features_fabric_1.20.1-6.2.9.jar" +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/MCqOUd7i/entity_texture_features_1.20.1-fabric-7.0.2.jar" hash-format = "sha512" -hash = "56d65ccc56ee45e6a5aeb330bad0e59ddbec47fb3468dad1e42db8952ab70f2fd2eeda1046ff4394ac89e35941261623ee71a7a0e580fffa4f86971f615bbfa8" +hash = "63db050bf0abc1e954f32d9103d008a599f9fed7899353479b4477b9f9e336c4b12d88b99fc4ea4cd7b15d2e87a393b95e880e155aad31a3ec7f8e8d0e11beb9" [update] [update.modrinth] mod-id = "BVzZfTc1" -version = "WvkMQbYb" +version = "MCqOUd7i" diff --git a/mods/polytone.pw.toml b/mods/polytone.pw.toml index 46e2cb4..5cdb1b1 100644 --- a/mods/polytone.pw.toml +++ b/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.4-fabric.jar" +filename = "polytone-1.20-3.5.5-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/bueYgpJh/polytone-1.20-3.5.4-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/EeuXQKXp/polytone-1.20-3.5.5-fabric.jar" hash-format = "sha512" -hash = "8aa85b3e13284b5004b7bcab95c62a4076acee079dda1b6216bc0eefb8cd46a665b088b51a5cb19b8250402e0b7a1c999041143b562a20cbb00a7df82f7c5fd9" +hash = "348fcfb3c1856415b1549e26bdf1c41516d7311b9516309b332a86777f7d11cbc2e777aac49bee48e0e73e2951dd1166263b9ce6621b8ae8e2c155632190aad5" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "bueYgpJh" +version = "EeuXQKXp" diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml index ef89e0d..1863faa 100644 --- a/mods/puzzles-lib.pw.toml +++ b/mods/puzzles-lib.pw.toml @@ -1,13 +1,13 @@ name = "Puzzles Lib" -filename = "PuzzlesLib-v8.1.32-1.20.1-Fabric.jar" +filename = "PuzzlesLib-v8.1.33-1.20.1-Fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/QAGBst4M/versions/RbcWdHr1/PuzzlesLib-v8.1.32-1.20.1-Fabric.jar" +url = "https://cdn.modrinth.com/data/QAGBst4M/versions/N8gFdljq/PuzzlesLib-v8.1.33-1.20.1-Fabric.jar" hash-format = "sha512" -hash = "340f5ee637a8a35b2ce66b2fda0b2e829e58b8dcc445856a7635f4f77ad79c894a38ee26c259d46c3973b72b8593eb25b07d8484d2ab8bebe1dab949f15cf454" +hash = "86e57fcf41a1b1f6f33375a10e3eba5c78b7e634b5c694d9082e7f56f77aa6339a5d0bbfe4e50978154e3246a70d5a4a7b6570b56fd70ae41033f870de3178d2" [update] [update.modrinth] mod-id = "QAGBst4M" -version = "RbcWdHr1" +version = "N8gFdljq" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index 34e22c7..840c540 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-fabric-1.20.1-2.5.36.jar" +filename = "voicechat-fabric-1.20.1-2.6.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/8vW48Tnj/voicechat-fabric-1.20.1-2.5.36.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/cPBVejCp/voicechat-fabric-1.20.1-2.6.2.jar" hash-format = "sha512" -hash = "f29a69831284636642e21d43bc365866ca8dd9d845408020477b4ca6b51a230e06746c30cf7532e0637c8f8354241f15450d9450a4cf18b82ecf30bf058b93e4" +hash = "b359a1a4b67e93f77d721718a906120aa74215431a389e2ac2d60fbec2e573e85125710aa6649805678094310218b0b122dba27137b1f03898b5d27803cdd178" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "8vW48Tnj" +version = "cPBVejCp" diff --git a/mods/toms-storage.pw.toml b/mods/toms-storage.pw.toml new file mode 100644 index 0000000..fad0f1d --- /dev/null +++ b/mods/toms-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Tom's Simple Storage Mod" +filename = "toms_storage_fabric-1.20-1.7.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/nvqkBIsD/toms_storage_fabric-1.20-1.7.1.jar" +hash-format = "sha512" +hash = "0e94f6b240fe7afc93b1c314806edb6b8ffb5b7c2827051cb336bcb48c64e3e5e5199ca09fac1d3b9da58b1b85544a9e90af015fa73aa795a0bce04fb6d6048d" + +[update] +[update.modrinth] +mod-id = "XZNI4Cpy" +version = "nvqkBIsD" diff --git a/mods/worldeditcui-fabric.pw.toml b/mods/worldeditcui-fabric.pw.toml new file mode 100644 index 0000000..160a393 --- /dev/null +++ b/mods/worldeditcui-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "WorldEdit CUI (Fabric)" +filename = "WorldEditCUI-1.20+01.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4fd64cabffe5c2160a175101ed8474faf969e6a6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4575022 +project-id = 402098 diff --git a/pack.toml b/pack.toml index 360b633..9b678d3 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Create" author = "Malasaur" -version = "0.0.1" +version = "0.0.2" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "08c7e2c0fb88158fa85893c4cc87761bb0fdb636c3ed6eb99d0b453413e2848c" +hash = "bc0f1b79157cacd9e5e40dc3fb77c4b4aab8da3f7c82da0be7ebd4ff71f1c0d2" [versions] fabric = "0.16.14" diff --git a/resourcepacks/create-darkmode.pw.toml b/resourcepacks/create-darkmode.pw.toml new file mode 100644 index 0000000..864f329 --- /dev/null +++ b/resourcepacks/create-darkmode.pw.toml @@ -0,0 +1,13 @@ +name = "Create Darkmode" +filename = "Create Darkmode.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/QTqrHaYC/versions/wjKUN0fP/Create_Darkmode_v0.0.2.zip" +hash-format = "sha512" +hash = "6699b0762b94d90cf0241ee1c8f1fb6746375e8edd28a2df4911d15b65cf6761ff5290eef52f1a6cda4960f907249fad7e9c20d618dedb252ba4406fc4e2a2bc" + +[update] +[update.modrinth] +mod-id = "QTqrHaYC" +version = "wjKUN0fP" diff --git a/resourcepacks/fresh-animations.pw.toml b/resourcepacks/fresh-animations.pw.toml index 14b2f7b..9486ae6 100644 --- a/resourcepacks/fresh-animations.pw.toml +++ b/resourcepacks/fresh-animations.pw.toml @@ -1,13 +1,13 @@ name = "Fresh Animations" -filename = "Fresh Animations.zip" +filename = "FreshAnimations_v1.10.1.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/50dA9Sha/versions/8vtPih5h/FreshAnimations_v1.9.2.zip" +url = "https://cdn.modrinth.com/data/50dA9Sha/versions/EkWu7smn/FreshAnimations_v1.10.1.zip" hash-format = "sha512" -hash = "97a387112a5a94b0e7f4d0d2439977a9f28579303ad883ed3d0fcc3277357f8b3ab2418960f698d1a5f435903e0b2f82716fc92f8500cac090f900b2d2135dcf" +hash = "f5bf17c74afbe9acda9f0b7ad177fa28218077bec286cf04e465ff83b84d7e21fe53d15e8ceea4d2b358521dda2007417394b33ac8737fdc5c91ffcbcb715994" [update] [update.modrinth] mod-id = "50dA9Sha" -version = "8vtPih5h" +version = "EkWu7smn" diff --git a/resourcepacks/translations-for-sodium.pw.toml b/resourcepacks/translations-for-sodium.pw.toml index 2ca4d81..7403883 100644 --- a/resourcepacks/translations-for-sodium.pw.toml +++ b/resourcepacks/translations-for-sodium.pw.toml @@ -1,13 +1,13 @@ name = "Translations for Sodium" -filename = "Translations for Sodium.zip" +filename = "Sodium Translations.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/yfDziwn1/versions/IG6CxWl0/SodiumTranslations.zip" +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/ty2pVO7d/SodiumTranslations.zip" hash-format = "sha512" -hash = "1d8af3ffb771fa7297230617ebd566f6cda3cd15fcd28b2794759b0b8d840023372e81490a5cc3c389c432fe63c3258e2e67989e1e08f32647c6621e2cc6e042" +hash = "0af3d59f1995a2ec20590e819c0720272eb3641cc774dfab60d483f4ac7bc845e83106e22d7cce295181b31f5fa7f91a32a61bd3a3fa40fb08051e7313269803" [update] [update.modrinth] mod-id = "yfDziwn1" -version = "IG6CxWl0" +version = "ty2pVO7d" diff --git a/resourcepacks/unique-dark.pw.toml b/resourcepacks/unique-dark.pw.toml index 333e782..6f49e00 100644 --- a/resourcepacks/unique-dark.pw.toml +++ b/resourcepacks/unique-dark.pw.toml @@ -3,11 +3,11 @@ filename = "Unique Dark.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/uH1LoRFy/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" +url = "https://cdn.modrinth.com/data/BaY1UdGV/versions/8e2Z8CSk/Unique%20Dark%20-%20Lite%20-%201.20.1.zip" hash-format = "sha512" -hash = "a1daaeb63995d4e1b39a5325f5054a1c391515c89d84fe01a4a6094c730cda3c33662e49a2692ceda7948382140e6316948f68d5a0bf227f26b24172c7e70b77" +hash = "ce51f615eef17c6981e74e102b623a52ea3519857f9c0a2f72ad6b6666e6fc2a1bfdea8338a422492b847d80ef6d365ebd73d94099b12cdd3b3b89c4197b5a52" [update] [update.modrinth] mod-id = "BaY1UdGV" -version = "uH1LoRFy" +version = "8e2Z8CSk" From 82f69cb0f6c7a9edced162963e02c32907ebcedf Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sun, 7 Sep 2025 14:13:41 +0200 Subject: [PATCH 30/82] Moved options.txt to force resourcepack update --- config/{yosbr => }/options.txt | 0 index.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename config/{yosbr => }/options.txt (100%) diff --git a/config/yosbr/options.txt b/config/options.txt similarity index 100% rename from config/yosbr/options.txt rename to config/options.txt diff --git a/index.toml b/index.toml index d27d42a..31d5583 100644 --- a/index.toml +++ b/index.toml @@ -16,6 +16,10 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" file = "config/isxander-main-menu-credits.json" hash = "3fab601c38c8e3b633fb3c8318a232416f5c6622bcb648e8e5c3ab1029926902" +[[files]] +file = "config/options.txt" +hash = "50301bbccad229f2a7ee3a897b07db0158c73fe4aa26fb920dafe9f7971508a2" + [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" hash = "616e09c8ff849f4a9a07165a0a3513f468469237377546b64135591fca8a0592" @@ -196,10 +200,6 @@ hash = "33afebdb8ef07a3d774086931dec8d899f4da7aeba5b448fd4eee540ba5e02a2" file = "config/yosbr/config/xaerominimap.txt" hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" -[[files]] -file = "config/yosbr/options.txt" -hash = "50301bbccad229f2a7ee3a897b07db0158c73fe4aa26fb920dafe9f7971508a2" - [[files]] file = "mods/3dskinlayers.pw.toml" hash = "c1e356c39dca0549fd7a88da7f183b7f65cb63dcdd48d120b8dd5b75dbad6999" diff --git a/pack.toml b/pack.toml index 9b678d3..aebeca3 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 = "bc0f1b79157cacd9e5e40dc3fb77c4b4aab8da3f7c82da0be7ebd4ff71f1c0d2" +hash = "1027e2f3a2a90ecc0351c4dd84d6039c2a9ffc0afe67100c08be08dce5f0d4d0" [versions] fabric = "0.16.14" From 1bfae0e0b4425952c251de40e64246e1375c8c8f Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 17 Nov 2025 21:35:25 +0100 Subject: [PATCH 31/82] Added .gitattributes --- .gitattributes | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..875847e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,31 @@ +# === MODPACK FILES +# These files are modpack-specific. +# Each derived modpack should have their own, completely independent version of these files. +# The git driver can be setup as: +# git config merge.ours.name "Keep ours" +# git config merge.ours.driver true +# This tells git to ignore upstream files and keep local ones on merge. + +index.toml merge=ours +pack.toml merge=ours +README.md merge=ours +config/fabric_loader_dependencies.json merge=ours +config/isxander-main-menu-credits.json merge=ours + +# === BASE FILES +# These are files added by the modpack. +# Each derived modpack should have these files as is. +# The git driver can be setup as: +# git config merge.theirs.name "Use theirs" +# git config merge.theirs.driver "cp %B %A" # UNIX +# git config merge.theirs.driver "copy %B %A" # Windows +# This tells git to replace local files with upstream ones on merge. + +mods/* merge=theirs +resourcepacks/* merge=theirs +shaderpacks/* merge=theirs +config/yosbr/config/* merge=theirs +scripts/* merge=theirs + +# === OTHER FILES +# All other files must be merged manually. From dcf422962ebe9d4478505a58836fdcaa362da37e Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 17 Nov 2025 21:46:22 +0100 Subject: [PATCH 32/82] Updated everything to latest version --- index.toml | 20 ++++++++++---------- mods/crafttweaker.pw.toml | 8 ++++---- mods/create-contraption-terminals.pw.toml | 8 ++++---- mods/create-fabric.pw.toml | 8 ++++---- mods/create-steam-n-rails.pw.toml | 8 ++++---- mods/createaddition.pw.toml | 8 ++++---- mods/farmers-delight-refabricated.pw.toml | 8 ++++---- mods/immersive-aircraft.pw.toml | 8 ++++---- mods/jei.pw.toml | 8 ++++---- mods/numismatics.pw.toml | 8 ++++---- mods/polytone.pw.toml | 8 ++++---- pack.toml | 2 +- 12 files changed, 51 insertions(+), 51 deletions(-) diff --git a/index.toml b/index.toml index 31d5583..9907ff3 100644 --- a/index.toml +++ b/index.toml @@ -382,7 +382,7 @@ metafile = true [[files]] file = "mods/crafttweaker.pw.toml" -hash = "a30726b64c6922cd85d0a2d0b4946cbf1c2c5bee9d167a21ad66e27a8359b4bf" +hash = "05f80197ca27d4d870aad7e48667412eed187c1478346902c9f0578d51662910" metafile = true [[files]] @@ -402,7 +402,7 @@ metafile = true [[files]] file = "mods/create-contraption-terminals.pw.toml" -hash = "5d83b1518fa7939016af80f298348a2a28713a42cc7323fb33331098853b4210" +hash = "32f1cc2fc4adeae334d05c26ec4b49ada2947ae9ea4fd766cf32e062febe80e8" metafile = true [[files]] @@ -432,7 +432,7 @@ metafile = true [[files]] file = "mods/create-fabric.pw.toml" -hash = "7d227ef90b1918ceb348ade235a5d17c7894acbf387575e96c08920a5bad1bbb" +hash = "5265e90f91a651c018b78641d08442da55c060ce07a020afdf86bb79d12bbe8d" metafile = true [[files]] @@ -467,7 +467,7 @@ metafile = true [[files]] file = "mods/create-steam-n-rails.pw.toml" -hash = "b79bc9976d5958f4b88ca23575e0d0dc677a2b06931108f6f7bc3fd3e46bb22c" +hash = "964a56ef500d320801315eb45687e51e9352f03615506469979875d2fed41760" metafile = true [[files]] @@ -487,7 +487,7 @@ metafile = true [[files]] file = "mods/createaddition.pw.toml" -hash = "76aba8d8cc62f325d52613c1b66d17dae77dd1df918b1153fc2bd5fb80b42a27" +hash = "8e0ab4317f114231fa313af5fc1b5fadf0e8096d712bdc1fd7359077a003d389" metafile = true [[files]] @@ -597,7 +597,7 @@ metafile = true [[files]] file = "mods/farmers-delight-refabricated.pw.toml" -hash = "5c98012330282f45370e95f4206ccf214fb059b73a8b4ebe0aeb2ae57647d8d5" +hash = "e09385ac1a1c0900b8fa619290eb0f0539949ebbc59f7604a7699485784ccc85" metafile = true [[files]] @@ -647,7 +647,7 @@ metafile = true [[files]] file = "mods/immersive-aircraft.pw.toml" -hash = "3319f0c86b32001aeba4fa02e26ac9035b8d434b928c07961065663e7274e91f" +hash = "ca3ca3f51541688c45a81c541ff46660853106ebda282dfd59da00f5c9c0a9cd" metafile = true [[files]] @@ -707,7 +707,7 @@ metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "a615fd6551b3d47e2d0e42e4ec30df6293bec90c135f1022113425ab8f23f7a6" +hash = "5948129ddeefd49c578465ec4533edecd506c22b87b0a5d40e4586886f661060" metafile = true [[files]] @@ -852,7 +852,7 @@ metafile = true [[files]] file = "mods/numismatics.pw.toml" -hash = "f404b8f2227c496972da6647710a5691acbbd0f15e1951fc7b225970bb1b4da2" +hash = "7ebf197c43f662a98d2064d3b46e399e1929d6e6f55ba2bc46ada0d48e56aaa1" metafile = true [[files]] @@ -882,7 +882,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "031743fe4b9dde448acc3e3b8cfcde7bef052c2b25b3a5506aae8da3b9ac6166" +hash = "b1c992ef49ff068176410fc886d215ee08db9bb3790d902fc78470f6635b9ea5" metafile = true [[files]] diff --git a/mods/crafttweaker.pw.toml b/mods/crafttweaker.pw.toml index 5f75a97..86d84b2 100644 --- a/mods/crafttweaker.pw.toml +++ b/mods/crafttweaker.pw.toml @@ -1,13 +1,13 @@ name = "CraftTweaker" -filename = "CraftTweaker-fabric-1.20.1-14.0.57.jar" +filename = "CraftTweaker-fabric-1.20.1-14.0.59.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/mdTQhYGk/CraftTweaker-fabric-1.20.1-14.0.57.jar" +url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/eMDmObNh/CraftTweaker-fabric-1.20.1-14.0.59.jar" hash-format = "sha512" -hash = "bd55f4a3cb29e96b2edf3d4294330c455f405ecfbb2a91e13196e3e58b7d98a04bd0921e6a54a9d77c8d3564ffe638e4207f8d1388d24ef9326584cbe4feb91f" +hash = "0e97c6c7022878a0939368589ce4cd03fcac628de19bfdc595f11abe8f1c423a4cd5e92ccd9eafa3f20c87caab2ad329513c24073b8b7fd3c104a7d3a49cd0bb" [update] [update.modrinth] mod-id = "Xg35A4rS" -version = "mdTQhYGk" +version = "eMDmObNh" diff --git a/mods/create-contraption-terminals.pw.toml b/mods/create-contraption-terminals.pw.toml index af4928d..e861653 100644 --- a/mods/create-contraption-terminals.pw.toml +++ b/mods/create-contraption-terminals.pw.toml @@ -1,13 +1,13 @@ name = "Create Contraption Terminals" -filename = "createcontraptionterminals-fabric-1.20-1.1.0.jar" +filename = "createcontraptionterminals-fabric-1.20-1.2.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gOPAFzp0/versions/TymTJZew/createcontraptionterminals-fabric-1.20-1.1.0.jar" +url = "https://cdn.modrinth.com/data/gOPAFzp0/versions/WIS6BQn2/createcontraptionterminals-fabric-1.20-1.2.0.jar" hash-format = "sha512" -hash = "10d9b00a2165c12b5d552e1dfcdb744a3ee74434dadd9bf698aee1e8545856110cf89b859e56d89b270a56a21afe9394279bb018ccde492cd6f78628c3b05605" +hash = "02dbd91278304825a300526e3dadec84988de60d8e221079faf259de0a43ee54a0fbcbebff2703985decb7f741720846e59a148bf92c9f30396772caff187c2a" [update] [update.modrinth] mod-id = "gOPAFzp0" -version = "TymTJZew" +version = "WIS6BQn2" diff --git a/mods/create-fabric.pw.toml b/mods/create-fabric.pw.toml index 8db92b5..df2add8 100644 --- a/mods/create-fabric.pw.toml +++ b/mods/create-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Create Fabric" -filename = "create-fabric-0.5.1-j-build.1631+mc1.20.1.jar" +filename = "create-fabric-6.0.8.0+build.1734-mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/7Ub71nPb/create-fabric-0.5.1-j-build.1631%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/XwEwQH3o/create-fabric-6.0.8.0%2Bbuild.1734-mc1.20.1.jar" hash-format = "sha512" -hash = "73ff936492c857ae411c10cae0194d64a56b98a1a7a9478ca13fe2a6e3ee155e327cf4590a3888aaa671561b4cf74de97f2f44224d7981b03a546e36236c3de2" +hash = "15ec2c9d3ac2840cb472d01983a3029e85af606f15e87714fb55921fc10de50ae31ec5dfd55704b3ba3b3609c7989e43258b5dea09962f2b33d74ace0cc99164" [update] [update.modrinth] mod-id = "Xbc0uyRg" -version = "7Ub71nPb" +version = "XwEwQH3o" diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml index 28da183..85afa17 100644 --- a/mods/create-steam-n-rails.pw.toml +++ b/mods/create-steam-n-rails.pw.toml @@ -1,13 +1,13 @@ name = "Create: Steam 'n' Rails" -filename = "Steam_Rails-1.6.9+fabric-mc1.20.1.jar" +filename = "Steam_Rails-1.6.14-beta+fabric-mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/VFhdqLko/Steam_Rails-1.6.9%2Bfabric-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/yMgmXIuq/Steam_Rails-1.6.14-beta%2Bfabric-mc1.20.1.jar" hash-format = "sha512" -hash = "048a0cad7fd4f9eb7516ee557a8d427f4e65b7e7020a24f60fe171f5b84c53dc0a67b603fc4a7d063f15df05ae5e35fc4ff64ec1b8996ca6fc42833fc2f5d55b" +hash = "1cd1d40eb3b3d50599aa115ed9c44e65d8ca283869830ef7f220c759e9d4f9393aa0284de99a98013e220af1edcc87b831745c2a83bc119cff570ba654ea5c49" [update] [update.modrinth] mod-id = "ZzjhlDgM" -version = "VFhdqLko" +version = "yMgmXIuq" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml index 264ad95..29082de 100644 --- a/mods/createaddition.pw.toml +++ b/mods/createaddition.pw.toml @@ -1,13 +1,13 @@ name = "Create Crafts & Additions" -filename = "createaddition-fabric+1.20.1-1.2.6.jar" +filename = "createaddition-fabric+1.20.1-1.3.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/ybLiaryg/createaddition-fabric%2B1.20.1-1.2.6.jar" +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/Y3djqUGn/createaddition-fabric%2B1.20.1-1.3.3.jar" hash-format = "sha512" -hash = "f4ac98d196cef9cc0bfeac7d4070a60376b83cc5c441820a2d602443e7726aef8101fa5bbd5b60ea10ed926fc2770eff3fa5dda695268d1a96f16f4399b0bf77" +hash = "00a7ad31235c907556d4f39ce596b2af1abab2b71bdda6369469d2a15fafea93fb51423a2c42ad62e46b057b23e5067bf8a9039bd25cde04f46d8c724647c7bc" [update] [update.modrinth] mod-id = "kU1G12Nn" -version = "ybLiaryg" +version = "Y3djqUGn" diff --git a/mods/farmers-delight-refabricated.pw.toml b/mods/farmers-delight-refabricated.pw.toml index 81e2783..b34255b 100644 --- a/mods/farmers-delight-refabricated.pw.toml +++ b/mods/farmers-delight-refabricated.pw.toml @@ -1,13 +1,13 @@ name = "Farmer's Delight Refabricated" -filename = "FarmersDelight-1.20.1-2.4.0+refabricated.jar" +filename = "FarmersDelight-1.20.1-2.4.1+refabricated.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/7vxePowz/versions/PB4pwRax/FarmersDelight-1.20.1-2.4.0%2Brefabricated.jar" +url = "https://cdn.modrinth.com/data/7vxePowz/versions/Z8UNayLO/FarmersDelight-1.20.1-2.4.1%2Brefabricated.jar" hash-format = "sha512" -hash = "298a416f5718926dfb825725705f3baa2b1b1ae0d8462df3fa0ca0f9d9f681570ef431b9ec37e0cdb52c82c195c6d010671a5e2b235fa182c4bcbf9c2978db79" +hash = "4fa3d8756af6df2135f19b6b78972b098e75fbfb189252288f782ad00c2a56ce6b12320e8fe8975c250f0cc001daeafb24a91bb1c09717c01302225807599450" [update] [update.modrinth] mod-id = "7vxePowz" -version = "PB4pwRax" +version = "Z8UNayLO" diff --git a/mods/immersive-aircraft.pw.toml b/mods/immersive-aircraft.pw.toml index 047a20e..6e3d74c 100644 --- a/mods/immersive-aircraft.pw.toml +++ b/mods/immersive-aircraft.pw.toml @@ -1,13 +1,13 @@ name = "Immersive Aircraft" -filename = "immersive_aircraft-1.3.3+1.20.1-fabric.jar" +filename = "immersive_aircraft-1.4.0+1.20.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/x3HZvrj6/versions/hXtuenCl/immersive_aircraft-1.3.3%2B1.20.1-fabric.jar" +url = "https://cdn.modrinth.com/data/x3HZvrj6/versions/BsKcnQul/immersive_aircraft-1.4.0%2B1.20.1-fabric.jar" hash-format = "sha512" -hash = "a928e382fec751e715c70c166b83e34e9c57960af68dc5f1785a0285dcdc696bb9c5879a12b9d9605968e1a1a275b7ffb9cac63ffa94677d17e658489859c807" +hash = "0e6700f7225fea6a2eef827887333588ce4d6c503ec044cb1afcb76cd584f1d33cdd0f7ad20c1880d144db9e4d453ff6dbdeddc6278600d4a3f3fbc99880b0ec" [update] [update.modrinth] mod-id = "x3HZvrj6" -version = "hXtuenCl" +version = "BsKcnQul" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml index f7dc964..e3d7ff8 100644 --- a/mods/jei.pw.toml +++ b/mods/jei.pw.toml @@ -1,13 +1,13 @@ name = "Just Enough Items" -filename = "jei-1.20.1-fabric-15.20.0.118.jar" +filename = "jei-1.20.1-fabric-15.20.0.121.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/9FYfyBM7/jei-1.20.1-fabric-15.20.0.118.jar" +url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/jkXwonCa/jei-1.20.1-fabric-15.20.0.121.jar" hash-format = "sha512" -hash = "ab764da963ec097df647f4cef2254437db5eea06dbde5dc965005be5b3a6a7bc3d1e3461f7c04f4758d9c8c6e6107d5b04d954bd7f5be793ab0e6f9e15fc2f93" +hash = "08b5b379996362e4cf0db4a3da4e4776b2d674b1bd495d15bd68e56a0fbd610a41f1fb1c44b1eacc41d8e68c74b81e5d441f82da1592eb496ec8207a0697d772" [update] [update.modrinth] mod-id = "u6dRKJwZ" -version = "9FYfyBM7" +version = "jkXwonCa" diff --git a/mods/numismatics.pw.toml b/mods/numismatics.pw.toml index c7f5531..54152c4 100644 --- a/mods/numismatics.pw.toml +++ b/mods/numismatics.pw.toml @@ -1,13 +1,13 @@ name = "Create: Numismatics" -filename = "CreateNumismatics-1.0.11+fabric-mc1.20.1.jar" +filename = "CreateNumismatics-1.0.15+fabric-mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Jdbbtt0i/versions/vnV7qp9x/CreateNumismatics-1.0.11%2Bfabric-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/Jdbbtt0i/versions/SJpLT0Bq/CreateNumismatics-1.0.15%2Bfabric-mc1.20.1.jar" hash-format = "sha512" -hash = "fbab8909921d7a88b72ec4c3d34a842c936ce82b08015b18636b444f97d9257f288b0a2d04a6c0386024f224e137817d42c801961b3680ccca29a2313f4663a4" +hash = "942e864837be870ea9584fd95a1bf43e05445f45286ca41f9b2774c89a9248067c3b3be9ba1a15641ea59ae870307f07670331b8473d743b0479f3d7ef294ed1" [update] [update.modrinth] mod-id = "Jdbbtt0i" -version = "vnV7qp9x" +version = "SJpLT0Bq" diff --git a/mods/polytone.pw.toml b/mods/polytone.pw.toml index 466b849..fd82b77 100644 --- a/mods/polytone.pw.toml +++ b/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.10-fabric.jar" +filename = "polytone-1.20-3.5.11-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/cWWpTphV/polytone-1.20-3.5.10-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/kLT60pCW/polytone-1.20-3.5.11-fabric.jar" hash-format = "sha512" -hash = "da52ad8a3cbbee6ee55aa09e5d61c05adbc2be5bd6639b46cf62876976158db3a7c3b37d45fce34ac2d523694e0812de139f37fa52a1b829f6f77d8134329292" +hash = "f6007501005db333bdc3f48932bcc17cdab5f02df45fe62664e45184b764d7a948997deeb83ad84460df0511b9b23e3abc351be8fd861bfaff2574b83b9c0075" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "cWWpTphV" +version = "kLT60pCW" diff --git a/pack.toml b/pack.toml index aebeca3..0d130ac 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 = "1027e2f3a2a90ecc0351c4dd84d6039c2a9ffc0afe67100c08be08dce5f0d4d0" +hash = "781f32e69c459094ecdf7a48fdbd373d496d14dbef2ad1cd771fdfb1fdf0c69a" [versions] fabric = "0.16.14" From 2bae88e96737960a84651605f93d8a1c0b5763bd Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 17 Nov 2025 21:46:54 +0100 Subject: [PATCH 33/82] Removed resources.json and resources.txt --- resources.json | 55 -------------------------------------------------- resources.txt | 2 -- 2 files changed, 57 deletions(-) delete mode 100644 resources.json delete mode 100644 resources.txt diff --git a/resources.json b/resources.json deleted file mode 100644 index f0d0057..0000000 --- a/resources.json +++ /dev/null @@ -1,55 +0,0 @@ -[ - { - "resourcePacks": [ - "file/Sodium Translations.zip", - "file/Chat Reporting Helper.zip", - "file/Icons.zip", - "file/Icons Advertisement Removal.zip", - "continuity:glass_pane_culling_fix", - "continuity:default", - "file/Fast Better Grass.zip", - "file/Even Better Enchants.zip", - "file/Redstone Tweaks.zip", - "file/xali\u0027s Potions.zip", - "file/Spawn Egg Backport.zip", - "file/Visual: Armor Trims.zip", - "black_icons", - "file/Fresh Animations.zip", - "file/Vanilla Evolved.zip", - "file/Cubic Sun \u0026 Moon.zip", - "file/Unique Dark.zip", - "file/Create Darkmode.zip" - ], - "incompatibleResourcePacks": [ - "file/Visual: Armor Trims.zip", - "file/xali\u0027s Potions.zip", - "file/Create Darkmode.zip" - ] - }, - { - "resourcePacks": [ - "file/Sodium Translations.zip", - "file/Chat Reporting Helper.zip", - "file/Icons.zip", - "file/Icons Advertisement Removal.zip", - "continuity:glass_pane_culling_fix", - "continuity:default", - "file/Fast Better Grass.zip", - "file/Even Better Enchants.zip", - "file/Redstone Tweaks.zip", - "file/Xalis Potions.zip", - "file/Spawn Egg Backport.zip", - "file/Visual Armor Trims.zip", - "black_icons", - "file/Fresh Animations.zip", - "file/Vanilla Evolved.zip", - "file/Cubic Sun and Moon.zip", - "file/Unique Dark.zip" - ], - "incompatibleResourcePacks": [ - "file/Icon Advertisement Removal.zip", - "file/Visual Armor Trims.zip", - "file/Xalis Potions.zip" - ] - } -] diff --git a/resources.txt b/resources.txt deleted file mode 100644 index 73fdcc7..0000000 --- a/resources.txt +++ /dev/null @@ -1,2 +0,0 @@ -resourcePacks:["vanilla","fabric","file/Sodium Translations.zip","file/Chat Reporting Helper.zip","file/Icons.zip","file/Icons Advertisement Removal.zip","continuity:glass_pane_culling_fix","continuity:default","file/Fast Better Grass.zip","file/Even Better Enchants.zip","file/Redstone Tweaks.zip","file/Xalis Potions.zip","file/Spawn Egg Backport.zip","file/Visual Armor Trims.zip","black_icons","file/Fresh Animations.zip","file/Vanilla Evolved.zip","file/Cubic Sun and Moon.zip","file/Unique Dark.zip","file/Create Darkmode.zip"] -incompatibleResourcePacks:["file/Icon Advertisement Removal.zip","file/Visual Armor Trims.zip","file/Xalis Potions.zip","file/Create Darkmode.zip"] From 21a8b29c2202a578cf017c8281efa63cee3fac42 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 17 Nov 2025 22:57:17 +0100 Subject: [PATCH 34/82] Reverted Create and some addons to previous versions --- index.toml | 10 +++++----- mods/create-contraption-terminals.pw.toml | 8 ++++---- mods/create-fabric.pw.toml | 8 ++++---- mods/create-steam-n-rails.pw.toml | 8 ++++---- mods/createaddition.pw.toml | 8 ++++---- mods/numismatics.pw.toml | 8 ++++---- pack.toml | 2 +- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/index.toml b/index.toml index f5b516c..041d93a 100644 --- a/index.toml +++ b/index.toml @@ -410,7 +410,7 @@ metafile = true [[files]] file = "mods/create-contraption-terminals.pw.toml" -hash = "32f1cc2fc4adeae334d05c26ec4b49ada2947ae9ea4fd766cf32e062febe80e8" +hash = "5d83b1518fa7939016af80f298348a2a28713a42cc7323fb33331098853b4210" metafile = true [[files]] @@ -440,7 +440,7 @@ metafile = true [[files]] file = "mods/create-fabric.pw.toml" -hash = "5265e90f91a651c018b78641d08442da55c060ce07a020afdf86bb79d12bbe8d" +hash = "7d227ef90b1918ceb348ade235a5d17c7894acbf387575e96c08920a5bad1bbb" metafile = true [[files]] @@ -475,7 +475,7 @@ metafile = true [[files]] file = "mods/create-steam-n-rails.pw.toml" -hash = "964a56ef500d320801315eb45687e51e9352f03615506469979875d2fed41760" +hash = "b79bc9976d5958f4b88ca23575e0d0dc677a2b06931108f6f7bc3fd3e46bb22c" metafile = true [[files]] @@ -495,7 +495,7 @@ metafile = true [[files]] file = "mods/createaddition.pw.toml" -hash = "8e0ab4317f114231fa313af5fc1b5fadf0e8096d712bdc1fd7359077a003d389" +hash = "76aba8d8cc62f325d52613c1b66d17dae77dd1df918b1153fc2bd5fb80b42a27" metafile = true [[files]] @@ -860,7 +860,7 @@ metafile = true [[files]] file = "mods/numismatics.pw.toml" -hash = "7ebf197c43f662a98d2064d3b46e399e1929d6e6f55ba2bc46ada0d48e56aaa1" +hash = "f404b8f2227c496972da6647710a5691acbbd0f15e1951fc7b225970bb1b4da2" metafile = true [[files]] diff --git a/mods/create-contraption-terminals.pw.toml b/mods/create-contraption-terminals.pw.toml index e861653..af4928d 100644 --- a/mods/create-contraption-terminals.pw.toml +++ b/mods/create-contraption-terminals.pw.toml @@ -1,13 +1,13 @@ name = "Create Contraption Terminals" -filename = "createcontraptionterminals-fabric-1.20-1.2.0.jar" +filename = "createcontraptionterminals-fabric-1.20-1.1.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gOPAFzp0/versions/WIS6BQn2/createcontraptionterminals-fabric-1.20-1.2.0.jar" +url = "https://cdn.modrinth.com/data/gOPAFzp0/versions/TymTJZew/createcontraptionterminals-fabric-1.20-1.1.0.jar" hash-format = "sha512" -hash = "02dbd91278304825a300526e3dadec84988de60d8e221079faf259de0a43ee54a0fbcbebff2703985decb7f741720846e59a148bf92c9f30396772caff187c2a" +hash = "10d9b00a2165c12b5d552e1dfcdb744a3ee74434dadd9bf698aee1e8545856110cf89b859e56d89b270a56a21afe9394279bb018ccde492cd6f78628c3b05605" [update] [update.modrinth] mod-id = "gOPAFzp0" -version = "WIS6BQn2" +version = "TymTJZew" diff --git a/mods/create-fabric.pw.toml b/mods/create-fabric.pw.toml index df2add8..8db92b5 100644 --- a/mods/create-fabric.pw.toml +++ b/mods/create-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Create Fabric" -filename = "create-fabric-6.0.8.0+build.1734-mc1.20.1.jar" +filename = "create-fabric-0.5.1-j-build.1631+mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/XwEwQH3o/create-fabric-6.0.8.0%2Bbuild.1734-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/7Ub71nPb/create-fabric-0.5.1-j-build.1631%2Bmc1.20.1.jar" hash-format = "sha512" -hash = "15ec2c9d3ac2840cb472d01983a3029e85af606f15e87714fb55921fc10de50ae31ec5dfd55704b3ba3b3609c7989e43258b5dea09962f2b33d74ace0cc99164" +hash = "73ff936492c857ae411c10cae0194d64a56b98a1a7a9478ca13fe2a6e3ee155e327cf4590a3888aaa671561b4cf74de97f2f44224d7981b03a546e36236c3de2" [update] [update.modrinth] mod-id = "Xbc0uyRg" -version = "XwEwQH3o" +version = "7Ub71nPb" diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml index 85afa17..28da183 100644 --- a/mods/create-steam-n-rails.pw.toml +++ b/mods/create-steam-n-rails.pw.toml @@ -1,13 +1,13 @@ name = "Create: Steam 'n' Rails" -filename = "Steam_Rails-1.6.14-beta+fabric-mc1.20.1.jar" +filename = "Steam_Rails-1.6.9+fabric-mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/yMgmXIuq/Steam_Rails-1.6.14-beta%2Bfabric-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/VFhdqLko/Steam_Rails-1.6.9%2Bfabric-mc1.20.1.jar" hash-format = "sha512" -hash = "1cd1d40eb3b3d50599aa115ed9c44e65d8ca283869830ef7f220c759e9d4f9393aa0284de99a98013e220af1edcc87b831745c2a83bc119cff570ba654ea5c49" +hash = "048a0cad7fd4f9eb7516ee557a8d427f4e65b7e7020a24f60fe171f5b84c53dc0a67b603fc4a7d063f15df05ae5e35fc4ff64ec1b8996ca6fc42833fc2f5d55b" [update] [update.modrinth] mod-id = "ZzjhlDgM" -version = "yMgmXIuq" +version = "VFhdqLko" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml index 29082de..264ad95 100644 --- a/mods/createaddition.pw.toml +++ b/mods/createaddition.pw.toml @@ -1,13 +1,13 @@ name = "Create Crafts & Additions" -filename = "createaddition-fabric+1.20.1-1.3.3.jar" +filename = "createaddition-fabric+1.20.1-1.2.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/Y3djqUGn/createaddition-fabric%2B1.20.1-1.3.3.jar" +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/ybLiaryg/createaddition-fabric%2B1.20.1-1.2.6.jar" hash-format = "sha512" -hash = "00a7ad31235c907556d4f39ce596b2af1abab2b71bdda6369469d2a15fafea93fb51423a2c42ad62e46b057b23e5067bf8a9039bd25cde04f46d8c724647c7bc" +hash = "f4ac98d196cef9cc0bfeac7d4070a60376b83cc5c441820a2d602443e7726aef8101fa5bbd5b60ea10ed926fc2770eff3fa5dda695268d1a96f16f4399b0bf77" [update] [update.modrinth] mod-id = "kU1G12Nn" -version = "Y3djqUGn" +version = "ybLiaryg" diff --git a/mods/numismatics.pw.toml b/mods/numismatics.pw.toml index 54152c4..c7f5531 100644 --- a/mods/numismatics.pw.toml +++ b/mods/numismatics.pw.toml @@ -1,13 +1,13 @@ name = "Create: Numismatics" -filename = "CreateNumismatics-1.0.15+fabric-mc1.20.1.jar" +filename = "CreateNumismatics-1.0.11+fabric-mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Jdbbtt0i/versions/SJpLT0Bq/CreateNumismatics-1.0.15%2Bfabric-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/Jdbbtt0i/versions/vnV7qp9x/CreateNumismatics-1.0.11%2Bfabric-mc1.20.1.jar" hash-format = "sha512" -hash = "942e864837be870ea9584fd95a1bf43e05445f45286ca41f9b2774c89a9248067c3b3be9ba1a15641ea59ae870307f07670331b8473d743b0479f3d7ef294ed1" +hash = "fbab8909921d7a88b72ec4c3d34a842c936ce82b08015b18636b444f97d9257f288b0a2d04a6c0386024f224e137817d42c801961b3680ccca29a2313f4663a4" [update] [update.modrinth] mod-id = "Jdbbtt0i" -version = "SJpLT0Bq" +version = "vnV7qp9x" diff --git a/pack.toml b/pack.toml index c8fb162..0590951 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 = "fe11300d36e6086575943bb6b4b95a74a0805b00dfe0d62c7ef1a211534383f5" +hash = "e1c4f820c41ff439dbfd5106917ce264122dd943aabc476824d3548f97de35f8" [versions] fabric = "0.18.0" From 826ccec51ca470cdd790d52a93afc694531d11c7 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 17 Nov 2025 23:33:12 +0100 Subject: [PATCH 35/82] Added .gitattributes --- .gitattributes | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..875847e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,31 @@ +# === MODPACK FILES +# These files are modpack-specific. +# Each derived modpack should have their own, completely independent version of these files. +# The git driver can be setup as: +# git config merge.ours.name "Keep ours" +# git config merge.ours.driver true +# This tells git to ignore upstream files and keep local ones on merge. + +index.toml merge=ours +pack.toml merge=ours +README.md merge=ours +config/fabric_loader_dependencies.json merge=ours +config/isxander-main-menu-credits.json merge=ours + +# === BASE FILES +# These are files added by the modpack. +# Each derived modpack should have these files as is. +# The git driver can be setup as: +# git config merge.theirs.name "Use theirs" +# git config merge.theirs.driver "cp %B %A" # UNIX +# git config merge.theirs.driver "copy %B %A" # Windows +# This tells git to replace local files with upstream ones on merge. + +mods/* merge=theirs +resourcepacks/* merge=theirs +shaderpacks/* merge=theirs +config/yosbr/config/* merge=theirs +scripts/* merge=theirs + +# === OTHER FILES +# All other files must be merged manually. From 00848eaecfceca98364b170be3d93728773d7e97 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 17 Nov 2025 23:46:24 +0100 Subject: [PATCH 36/82] Updated everything to latest version, and updated pack to 0.1.5 --- config/fabric_loader_dependencies.json | 10 +++++++++- config/isxander-main-menu-credits.json | 14 +++++++++++++- index.toml | 14 +++++++------- mods/geckolib.pw.toml | 8 ++++---- mods/moonlight.pw.toml | 8 ++++---- mods/oh-the-biomes-weve-gone.pw.toml | 8 ++++---- mods/oh-the-trees-youll-grow.pw.toml | 8 ++++---- mods/tectonic.pw.toml | 8 ++++---- pack.toml | 6 +++--- 9 files changed, 52 insertions(+), 32 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index d292ab8..d59117b 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1,9 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Worlds":">=0.1.4"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} +{ + "version": 1, + "overrides": { + "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, + "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.5" } }, + "debugify": { "recommends": {} }, + "lambdynlights": { "recommends": {} } + } +} diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index c13c6d0..c1cbcec 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1,13 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous Worlds 0.1.4","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousWorlds"}}]}} +{ + "main_menu": { + "bottom_right": [ + { + "text": "Fabulous Worlds 0.1.5", + "clickEvent": { + "action": "open_url", + "value": "https://codeberg.org/Malasaur/FabulousWorlds" + } + } + ] + } +} diff --git a/index.toml b/index.toml index 2190ebd..06715b9 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "ad0039514aa6a4f7d6e7f1933e68457118b2ed890f95f64fc3ec9d8e217db7ab" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "b1b55549884fea0dc71b15983963aa60bff2d4a79335b307226629dbb8ef6587" +hash = "94fda572c422b59c8f0e565c41c8d3d580f7c16f418ba5f18b0b5812a7804433" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "4043e6566a8af2d5237558848c351cd8f89bb42fefc6476f4cca05e92d76916a" +hash = "8073108e23a7712eb63398e8611de2f0c2b7f7f07e6acc0234f13db03827d698" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -608,7 +608,7 @@ metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "956ce6abf28a447b1ab99aae9c7490151e8ea9d792528314735753b2789b46ce" +hash = "21d2df923fa369d69a40d69f6466153146bf403367430eaeb2569c1554857df8" metafile = true [[files]] @@ -788,7 +788,7 @@ metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "f641c163788080caec5bb44e0db78acdabe6882244ec3b9de8ec79c40ca670bc" +hash = "200d34b575b506ab0503f7856cdcd4cc38030c27e0749e36f6bbe62cbeb16cec" metafile = true [[files]] @@ -858,12 +858,12 @@ metafile = true [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" -hash = "10ff63fee0a5224dc82344cf01809b9e4b909c8f6fbfc1d378f222797de49ce0" +hash = "fbbde088e1c748d703a69986fc4fd4d61148a9b7be8ed8bca6d293b42c3abedb" metafile = true [[files]] file = "mods/oh-the-trees-youll-grow.pw.toml" -hash = "acad2a12b636b0ca49683143e75db1e9c27ab8601f2f7aab720c962749e1935b" +hash = "1865dc867cee05f975c900fdd9d1728f176bd73795da01ccf6e6a4138187bf69" metafile = true [[files]] @@ -983,7 +983,7 @@ metafile = true [[files]] file = "mods/tectonic.pw.toml" -hash = "2082dd6293dea0e771b03d77ca1244b3cc89fca79b83adafa8178d14162d7b52" +hash = "ce8868bbecfc78d470fe88663e4128751a4282968adaa5e5676544ecabab6355" metafile = true [[files]] diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml index 184b4a6..5d76039 100644 --- a/mods/geckolib.pw.toml +++ b/mods/geckolib.pw.toml @@ -1,13 +1,13 @@ name = "Geckolib" -filename = "geckolib-fabric-1.20.1-4.7.3.jar" +filename = "geckolib-fabric-1.20.1-4.8.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/bw0HbHhL/geckolib-fabric-1.20.1-4.7.3.jar" +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/AXhbVyuq/geckolib-fabric-1.20.1-4.8.2.jar" hash-format = "sha512" -hash = "239e88cddd32a5df0d5f1d869f2cd97ea1ad7fd506f4cb75c54144ce1ed44329b6286add73bb89bf0564211ab2f62c5143349aa7b041cd5134882e991c9eae85" +hash = "cf0f40b02ce712610984c486ed6c7fa0c46f5926da0f8a4d329622dfaadf96a90bd1c2f9afdfc08082a66fb6e9dbf4d6853a9405f16c856bf0b55c62efcbb0a6" [update] [update.modrinth] mod-id = "8BmcQJ2H" -version = "bw0HbHhL" +version = "AXhbVyuq" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index bcbcd9c..9aa1926 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.20-2.16.5-fabric.jar" +filename = "moonlight-1.20-2.16.16-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/atqz5wM5/moonlight-1.20-2.16.5-fabric.jar" +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/1yJlkP4n/moonlight-1.20-2.16.16-fabric.jar" hash-format = "sha512" -hash = "54c2ed73639933117e7e4d3ed6851b22ee234b5aacf7d5fbd2f73aa0019f6b5cee3d8c6775826342f7da105e14461219704c63936d359935b781727e52bd1185" +hash = "007d918889a84d9d3a40b503bce48fa73cb446bd08b29da73578426dbb2dee4552cc191fe772e4f40bcaf2a3165980a02e7660f0438a2742af06700eb4bb4069" [update] [update.modrinth] mod-id = "twkfQtEc" -version = "atqz5wM5" +version = "1yJlkP4n" diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml index 719ca10..60024a5 100644 --- a/mods/oh-the-biomes-weve-gone.pw.toml +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -1,13 +1,13 @@ name = "Oh The Biomes We've Gone" -filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.6.4.jar" +filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.7.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/C8KDCTER/Oh-The-Biomes-Weve-Gone-Fabric-1.6.4.jar" +url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/CgEaVfbj/Oh-The-Biomes-Weve-Gone-Fabric-1.7.1.jar" hash-format = "sha512" -hash = "9841e5efcb59554e34002c6a29a7adceeb4af01294cf952e2ec49e2174ca2e42e829c40788c9b460ad9975e8a05b8cc315b3f6b033445e07627c30f08f717878" +hash = "398af2e40c82c57105972ded577431cac6e92f459409e7807dfca3a6396f8ec9489c6332cee7592eb1ff3571479b8417a65ea4bfb28eabfc4a14d9a586a4c40a" [update] [update.modrinth] mod-id = "NTi7d3Xc" -version = "C8KDCTER" +version = "CgEaVfbj" diff --git a/mods/oh-the-trees-youll-grow.pw.toml b/mods/oh-the-trees-youll-grow.pw.toml index 3e97600..0cf70ae 100644 --- a/mods/oh-the-trees-youll-grow.pw.toml +++ b/mods/oh-the-trees-youll-grow.pw.toml @@ -1,13 +1,13 @@ name = "Oh The Trees You'll Grow" -filename = "Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar" +filename = "Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.4.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/qCMx6YA7/Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.13.jar" +url = "https://cdn.modrinth.com/data/g8NOG5OR/versions/D8UZtrZG/Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.4.2.jar" hash-format = "sha512" -hash = "462cd4ea21144721564f838d4f749b6222e1fe8b2a0dfb26c5dd4839556bf1f46432ad168b0f9e2eefa46265a1419c36eb5d5d74057863dbad785eb1c999dc85" +hash = "df66ada7e0b13fc346711c1bc13428a0e9e1deea4bbd13143dc8be150f26e0d30f4042028e1446dcb9891b51774fc86e9fbb85075a87bc8ee67955784f3d20f2" [update] [update.modrinth] mod-id = "g8NOG5OR" -version = "qCMx6YA7" +version = "D8UZtrZG" diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml index 3967bbf..7e2e616 100644 --- a/mods/tectonic.pw.toml +++ b/mods/tectonic.pw.toml @@ -1,13 +1,13 @@ name = "Tectonic" -filename = "tectonic-3.0.10-fabric-1.20.1.jar" +filename = "tectonic-3.0.17-fabric-1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/RQgQyfUR/tectonic-3.0.10-fabric-1.20.1.jar" +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/mz3wlQKd/tectonic-3.0.17-fabric-1.20.1.jar" hash-format = "sha512" -hash = "a0bc6c78e49c1059c9d8a470c2a82a4fe463d35ab7cc6eb1f20129480968c3c9f60a3d49ccdece4bd56f036caf3839d693522c89e5fea11b3d62d77e733cd21f" +hash = "9a11047ed0e981bb60c230d00ec5d88bf3968119df808e9c55678cab94f8fa5005cdd916799dfd641e0ad60a1b937b4554c71c19d7b3d0f61b94f5135cbf377a" [update] [update.modrinth] mod-id = "lWDHr9jE" -version = "RQgQyfUR" +version = "mz3wlQKd" diff --git a/pack.toml b/pack.toml index 8042d9c..fa0cb25 100644 --- a/pack.toml +++ b/pack.toml @@ -1,13 +1,13 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.4" +version = "0.1.5" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d6539a13ae74147614d88e1abbb3e9c582fbbe6e0b930706299c916baa4a9e63" +hash = "d2b1bac0b197b474a4ec6c2807410a32ffb149e109015adc64fb4d1ec868c30f" [versions] -fabric = "0.16.14" +fabric = "0.18.0" minecraft = "1.20.1" From a14c3c5bc8d1a6cbffce5e105828fb27eb3c492f Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 18 Nov 2025 22:35:27 +0100 Subject: [PATCH 37/82] Updated to Retards Modpack 0.3.0 --- config/fog/config.json | 20 ---- .../config/worldedit/worldedit.properties | 1 + index.toml | 107 +++++++++++++++++- mods/alcocraft.pw.toml | 13 +++ mods/armor-of-the-ages.pw.toml | 13 +++ mods/artifacts.pw.toml | 13 +++ mods/athena-ctm.pw.toml | 13 +++ mods/automobility.pw.toml | 13 +++ mods/chipped.pw.toml | 13 +++ mods/customnpcs-unofficial.pw.toml | 13 +++ mods/datapackportals.pw.toml | 13 +++ mods/deltaboxlib.pw.toml | 13 +++ mods/handcrafted.pw.toml | 13 +++ mods/immersive-armors.pw.toml | 13 +++ mods/immersive-melodies.pw.toml | 13 +++ mods/immersive-paintings.pw.toml | 13 +++ mods/musicbox.pw.toml | 13 +++ mods/plush_drones.pw.toml | 13 +++ ...-backpacks-(unoffical-fabric-port).pw.toml | 13 +++ ...ated-core-(unofficial-fabric-port).pw.toml | 13 +++ mods/tacz-refabricated.pw.toml | 13 +++ mods/wectools.pw.toml | 13 +++ pack.toml | 2 +- 23 files changed, 350 insertions(+), 27 deletions(-) delete mode 100644 config/fog/config.json create mode 100644 config/yosbr/config/worldedit/worldedit.properties create mode 100644 mods/alcocraft.pw.toml create mode 100644 mods/armor-of-the-ages.pw.toml create mode 100644 mods/artifacts.pw.toml create mode 100644 mods/athena-ctm.pw.toml create mode 100644 mods/automobility.pw.toml create mode 100644 mods/chipped.pw.toml create mode 100644 mods/customnpcs-unofficial.pw.toml create mode 100644 mods/datapackportals.pw.toml create mode 100644 mods/deltaboxlib.pw.toml create mode 100644 mods/handcrafted.pw.toml create mode 100644 mods/immersive-armors.pw.toml create mode 100644 mods/immersive-melodies.pw.toml create mode 100644 mods/immersive-paintings.pw.toml create mode 100644 mods/musicbox.pw.toml create mode 100644 mods/plush_drones.pw.toml create mode 100644 mods/sophisticated-backpacks-(unoffical-fabric-port).pw.toml create mode 100644 mods/sophisticated-core-(unofficial-fabric-port).pw.toml create mode 100644 mods/tacz-refabricated.pw.toml create mode 100644 mods/wectools.pw.toml diff --git a/config/fog/config.json b/config/fog/config.json deleted file mode 100644 index 9037fff..0000000 --- a/config/fog/config.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "disableMod": false, - "disabledDimensions": [ - "minecraft:the_nether" - ], - "disableRaininessEffect": false, - "disableUndergroundFogMultiplier": false, - "disableBiomeFogColour": false, - "disableCloudWhitening": false, - "initialFogStart": 0.5, - "initialFogEnd": 0.85, - "raininessTransitionSpeed": 0.003, - "undergroundnessTransitionSpeed": 0.003, - "fogStartTransitionSpeed": 0.003, - "fogEndTransitionSpeed": 0.003, - "darknessTransitionSpeed": 0.003, - "fogColorTransitionSpeed": 0.015, - "startMultiplierTransitionSpeed": 0.005, - "endMultiplierTransitionSpeed": 0.005 -} \ No newline at end of file diff --git a/config/yosbr/config/worldedit/worldedit.properties b/config/yosbr/config/worldedit/worldedit.properties new file mode 100644 index 0000000..d15e606 --- /dev/null +++ b/config/yosbr/config/worldedit/worldedit.properties @@ -0,0 +1 @@ +wand-item=wectools\:wand \ No newline at end of file diff --git a/index.toml b/index.toml index b95aac4..9952c82 100644 --- a/index.toml +++ b/index.toml @@ -6,15 +6,11 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "94fda572c422b59c8f0e565c41c8d3d580f7c16f418ba5f18b0b5812a7804433" - -[[files]] -file = "config/fog/config.json" -hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" +hash = "675e842b141e0e5528c2f70535ea6349bdad49d7f0221072acecf67f4e5f4ee1" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "8073108e23a7712eb63398e8611de2f0c2b7f7f07e6acc0234f13db03827d698" +hash = "9c2d8643c12c8c4efb7994a70fdf8c56129157b9d8cd8eb8d136abc850031803" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -268,6 +264,10 @@ hash = "113c58beef075e2ea9af1491fa2a35b12419806462dd91c5436ad3677e4d1b4b" file = "config/yosbr/config/voicechat/voicechat-volumes.properties" hash = "33afebdb8ef07a3d774086931dec8d899f4da7aeba5b448fd4eee540ba5e02a2" +[[files]] +file = "config/yosbr/config/worldedit/worldedit.properties" +hash = "c272afa4021a6454e39626321d69610aac9f03362f81aa105c47adc10bb866a9" + [[files]] file = "config/yosbr/config/xaerominimap.txt" hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" @@ -286,6 +286,11 @@ file = "mods/advancementinfo.pw.toml" hash = "bb6c349471139b104a3d8001650ecaee747b596e1f5ca865157a8026e8182f61" metafile = true +[[files]] +file = "mods/alcocraft.pw.toml" +hash = "e25e6d63a1f93b4796401934d74d7e1e6be3dc82c67f3fdb63fddd42944f94f7" +metafile = true + [[files]] file = "mods/ambientsounds.pw.toml" hash = "7b9bcc299b6587626d256c571fc122e6147d8d760cb7056d537c88cce5d993f9" @@ -306,11 +311,31 @@ file = "mods/architectury-api.pw.toml" hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" metafile = true +[[files]] +file = "mods/armor-of-the-ages.pw.toml" +hash = "26f080de4476e40de7695b826afd36ef8825d467a2e3202c9aa1c54a47585e1e" +metafile = true + [[files]] file = "mods/armor-statues.pw.toml" hash = "d7d3a464c8668c8a96124b8c98bd7289de41ec211a967a553dcd516c8ab0aee9" metafile = true +[[files]] +file = "mods/artifacts.pw.toml" +hash = "884814a2b4276def6b0a2ae55d748115e5da30fb439889923be2baec8b70dbaa" +metafile = true + +[[files]] +file = "mods/athena-ctm.pw.toml" +hash = "064b0019e4f545599e5af2a4f74f11777086fce18e68f0b93dd77136ce7c0193" +metafile = true + +[[files]] +file = "mods/automobility.pw.toml" +hash = "8d4062c1773719f1e07818d27233ce07c9caf65dd52f9263c4699519dcf02ffa" +metafile = true + [[files]] file = "mods/bad-wither-no-cookie.pw.toml" hash = "545fefbb036d68fb42cd96a077d42461abbf935cb71a096cee9454fba4030339" @@ -431,6 +456,11 @@ file = "mods/cherished-worlds.pw.toml" hash = "ade96e54f3cc61a9a64356f522f8527f15a20518fe9a782229af7423358fc017" metafile = true +[[files]] +file = "mods/chipped.pw.toml" +hash = "58d6861337626edf09635b6bc0bc45f49286c2517a234cb50baee9a23c538fc6" +metafile = true + [[files]] file = "mods/chunky.pw.toml" hash = "b1581bbfae9d16690f4022536da6567f000130c4ea5e04d92177c1bc61fea709" @@ -611,6 +641,11 @@ file = "mods/cubes-without-borders.pw.toml" hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" metafile = true +[[files]] +file = "mods/customnpcs-unofficial.pw.toml" +hash = "e69e39bab14f98c4d0e49a1e94aeedb0680ce038b87e97c825a89c660aadd238" +metafile = true + [[files]] file = "mods/cut-through.pw.toml" hash = "119642cc64a5790f42738939121ea5a08100eb0c3867d7f64ead1a4d0eb8a163" @@ -621,11 +656,21 @@ file = "mods/damagenumbers.pw.toml" hash = "010d21e9d7d364313ce751e073ab48006ae80b302f68a7c434396dadbe324535" metafile = true +[[files]] +file = "mods/datapackportals.pw.toml" +hash = "58a1cfc732ab3179bfd6f2562b39520618c28a8ea6d79fc9b17759bc7514e1e9" +metafile = true + [[files]] file = "mods/debugify.pw.toml" hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" metafile = true +[[files]] +file = "mods/deltaboxlib.pw.toml" +hash = "0c2fe6437fde3f70b333d4d3381a677c9803fbc1c78c2cc475ada606ab4e9e51" +metafile = true + [[files]] file = "mods/distraction-free-recipes.pw.toml" hash = "20fdb4bb9c30b2aa81499f43657c266e3d84fdb4a3b167c7fdbf3309e4316fc7" @@ -756,6 +801,11 @@ file = "mods/glitchcore.pw.toml" hash = "493ed95320ee3cc9c2def86b9d0971c2ca4bb4215921c2a11208bee77d5dbfb5" metafile = true +[[files]] +file = "mods/handcrafted.pw.toml" +hash = "f6629a3c5e023a96cb5d78d66e93b47245996c46a079921b3f6a6094209dc1b0" +metafile = true + [[files]] file = "mods/iceberg.pw.toml" hash = "f669b069214a8e88d17066ff6715fe131568cd190450ba408b4c2c5479a1a263" @@ -771,11 +821,26 @@ file = "mods/immersive-aircraft.pw.toml" hash = "ca3ca3f51541688c45a81c541ff46660853106ebda282dfd59da00f5c9c0a9cd" metafile = true +[[files]] +file = "mods/immersive-armors.pw.toml" +hash = "aafc36d4ffdbeb024d0cf535d0ebccc10313530e1e8b096fd65132397df1f9e9" +metafile = true + +[[files]] +file = "mods/immersive-melodies.pw.toml" +hash = "40a8d97db3162ea083e5ad40a6a8f7ba0f260d714b74854ba77d2644e1914bbf" +metafile = true + [[files]] file = "mods/immersive-messages-api.pw.toml" hash = "b2b2c8e4f24d100944950363a846a49b610df63e41f531bff2b241da6b91b687" metafile = true +[[files]] +file = "mods/immersive-paintings.pw.toml" +hash = "96b6a9192639045bc5b2c0815ad33d1d754bf77e2f59bd96dd3bde21784d7704" +metafile = true + [[files]] file = "mods/immersive-tips.pw.toml" hash = "d28fe1f2c2d7e00d64233473bb7a82f44853861c9988050d354d7c9b4ff0644a" @@ -961,6 +1026,11 @@ file = "mods/mru.pw.toml" hash = "10430695ad67fd14a9e208c0ebe6efaf073cc78e3292f52159b2d04b75b87214" metafile = true +[[files]] +file = "mods/musicbox.pw.toml" +hash = "76437be2f6bb5dd455b8ad6ced00a0d2c78da715135a7feb5fe5e1653f08ac97" +metafile = true + [[files]] file = "mods/naturalist.pw.toml" hash = "2149e8ba3fc2c56905e6bbc06efd4ece5999d8babea605386ec5bd1af26aef90" @@ -1046,6 +1116,11 @@ file = "mods/pick-up-notifier.pw.toml" hash = "9ad63ddb4586e2650aca101712f9d0f5efa14e5959965cb6e6fc6ad300e8c3ee" metafile = true +[[files]] +file = "mods/plush_drones.pw.toml" +hash = "1d84b53a44717a458df5e7e5512a962220fe062497cc8d885d6a24dc71fcf551" +metafile = true + [[files]] file = "mods/polytone.pw.toml" hash = "b1c992ef49ff068176410fc886d215ee08db9bb3790d902fc78470f6635b9ea5" @@ -1121,6 +1196,16 @@ file = "mods/sodium.pw.toml" hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" metafile = true +[[files]] +file = "mods/sophisticated-backpacks-(unoffical-fabric-port).pw.toml" +hash = "0238d3e484f1829aaabb3b2482e528e192f3124fad89d81f43d7b60406e17d71" +metafile = true + +[[files]] +file = "mods/sophisticated-core-(unofficial-fabric-port).pw.toml" +hash = "6e5a8f947f77a0a9cf18347edd01a08fc725c2ecaa10cf61e6b429a54e50a463" +metafile = true + [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "babadc51e87a1fb49ecfd06611810d6863f649de12da3cc4c657117bab9b1ee0" @@ -1146,6 +1231,11 @@ file = "mods/stoneworks.pw.toml" hash = "8521f339c1c3b016d1751671e9cded0eeb8fb229845c5aa8c101802f18511903" metafile = true +[[files]] +file = "mods/tacz-refabricated.pw.toml" +hash = "397f6460a3cb8961218af6f7d78290f33d652494f242208a0119bda23824cb80" +metafile = true + [[files]] file = "mods/tectonic.pw.toml" hash = "ce8868bbecfc78d470fe88663e4128751a4282968adaa5e5676544ecabab6355" @@ -1201,6 +1291,11 @@ file = "mods/underground-village,-stoneholm.pw.toml" hash = "ffc611062472d334b9748b6e36e587184508f261f51bdfad6d26cebe19b62cbc" metafile = true +[[files]] +file = "mods/wectools.pw.toml" +hash = "b432ab63ba1918df52abb353cf73a8495e17c9c93ef5ade8256df885e5cf50fb" +metafile = true + [[files]] file = "mods/what-are-they-up-to.pw.toml" hash = "c709708a11f117743c086f16de67701eb35bfad331826960398bb1e64ea4d35f" diff --git a/mods/alcocraft.pw.toml b/mods/alcocraft.pw.toml new file mode 100644 index 0000000..9aa0b51 --- /dev/null +++ b/mods/alcocraft.pw.toml @@ -0,0 +1,13 @@ +name = "AlcoCraft+" +filename = "alcocraftplus-1.20-2.1.0-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6t2MdNbo/versions/YGV8m7DU/alcocraftplus-1.20-2.1.0-fabric.jar" +hash-format = "sha512" +hash = "0ecb43645957d6f4e6f4dcf60555a76e892970f953fb5aac1c72fb62c972a4ee1dc95ee0ccb27baf82521e1b57abaa94b6569ede784777ac4d76f430ba6e95cf" + +[update] +[update.modrinth] +mod-id = "6t2MdNbo" +version = "YGV8m7DU" diff --git a/mods/armor-of-the-ages.pw.toml b/mods/armor-of-the-ages.pw.toml new file mode 100644 index 0000000..f8ab6be --- /dev/null +++ b/mods/armor-of-the-ages.pw.toml @@ -0,0 +1,13 @@ +name = "Armor of the Ages" +filename = "Armor of the Ages-fabric-1.20.1-1.3.12.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vEgtiJIY/versions/fZN07J9e/Armor%20of%20the%20Ages-fabric-1.20.1-1.3.12.jar" +hash-format = "sha512" +hash = "235900ee253ff2f7631e7c68fa8845e18fbd9e3ab07eb9fe5f4f69cbd1bad97e8c48540fb6d1b0567da2b3c2ad909924c8019eed6564d39146e9a3844affe271" + +[update] +[update.modrinth] +mod-id = "vEgtiJIY" +version = "fZN07J9e" diff --git a/mods/artifacts.pw.toml b/mods/artifacts.pw.toml new file mode 100644 index 0000000..2fa40f8 --- /dev/null +++ b/mods/artifacts.pw.toml @@ -0,0 +1,13 @@ +name = "Artifacts" +filename = "artifacts-fabric-9.5.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P0Mu4wcQ/versions/jf0yT7BF/artifacts-fabric-9.5.15.jar" +hash-format = "sha512" +hash = "317c1f5a7b48d003a59b04cc00795299be7d0950ef834f29d9dd8bc1a0d02fb2b9241b4ee3bbca757a70d6ec338680c9a8f531c81a1eaad3e7712852737d0464" + +[update] +[update.modrinth] +mod-id = "P0Mu4wcQ" +version = "jf0yT7BF" diff --git a/mods/athena-ctm.pw.toml b/mods/athena-ctm.pw.toml new file mode 100644 index 0000000..dd7c5dc --- /dev/null +++ b/mods/athena-ctm.pw.toml @@ -0,0 +1,13 @@ +name = "Athena" +filename = "athena-fabric-1.20.1-3.1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/mXJWSwbJ/athena-fabric-1.20.1-3.1.2.jar" +hash-format = "sha512" +hash = "e55d49348a9d944bbd19390c64a4f42a1375eaaf0cbd4d69b4f523e441d9d23ce9498c912db724260cde32a43b776832cb867161e0989995d974de7e19e12389" + +[update] +[update.modrinth] +mod-id = "b1ZV3DIJ" +version = "mXJWSwbJ" diff --git a/mods/automobility.pw.toml b/mods/automobility.pw.toml new file mode 100644 index 0000000..c622277 --- /dev/null +++ b/mods/automobility.pw.toml @@ -0,0 +1,13 @@ +name = "Automobility" +filename = "automobility-0.4.2+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rqIsPf9F/versions/G97BY8OB/automobility-0.4.2%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "359883a402fabc987608186f236a552deb7c6bb7abe2e75c166717a6cd97278050e16f6c88d58b1d6c4b1d3d5fc40f344ae27f1bfde0f3fcddfc94704230fdd8" + +[update] +[update.modrinth] +mod-id = "rqIsPf9F" +version = "G97BY8OB" diff --git a/mods/chipped.pw.toml b/mods/chipped.pw.toml new file mode 100644 index 0000000..44e344d --- /dev/null +++ b/mods/chipped.pw.toml @@ -0,0 +1,13 @@ +name = "Chipped" +filename = "chipped-fabric-1.20.1-3.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BAscRYKm/versions/pwyEaKDs/chipped-fabric-1.20.1-3.0.7.jar" +hash-format = "sha512" +hash = "5e12cc2ac7aec827a06fb9358fa53a25040428ae0f192a96305b129b084073154a6ae862d6875f6a02fe89a7a11d253049ce90b292f4c4ab2c72a9c94b93c9b0" + +[update] +[update.modrinth] +mod-id = "BAscRYKm" +version = "pwyEaKDs" diff --git a/mods/customnpcs-unofficial.pw.toml b/mods/customnpcs-unofficial.pw.toml new file mode 100644 index 0000000..b44b65a --- /dev/null +++ b/mods/customnpcs-unofficial.pw.toml @@ -0,0 +1,13 @@ +name = "CustomNPCs-Unofficial" +filename = "CustomNPCs-Unofficial-Fabric-1.20.1.20251107.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2172f1813a993d3ef57b1e47f0643aca30a73324" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7195543 +project-id = 1052708 diff --git a/mods/datapackportals.pw.toml b/mods/datapackportals.pw.toml new file mode 100644 index 0000000..8bc4146 --- /dev/null +++ b/mods/datapackportals.pw.toml @@ -0,0 +1,13 @@ +name = "Datapack Portals" +filename = "datapackportals-1.2.3-1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LwFVdT1s/versions/wuqSq1tI/datapackportals-1.2.3-1.20.jar" +hash-format = "sha512" +hash = "730e797a076247f1bdf701c435a63939242bb6afce546262e1443a0f8f267a149ca2a435a241a22d79be253bcc218b392c3c1e67cce378e78e66c51705d624a3" + +[update] +[update.modrinth] +mod-id = "LwFVdT1s" +version = "wuqSq1tI" diff --git a/mods/deltaboxlib.pw.toml b/mods/deltaboxlib.pw.toml new file mode 100644 index 0000000..78d76ad --- /dev/null +++ b/mods/deltaboxlib.pw.toml @@ -0,0 +1,13 @@ +name = "Deltabox Lib" +filename = "deltaboxlib-fabric-2.2.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FDGHOWuC/versions/c4xDJPXg/deltaboxlib-fabric-2.2.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "28eebafdaa648696267d7fe9127d5b0ea172519a3b646fedd95f6db1cf0ad3421bf006458441cbf7b3614eb1c15bd48ba17e4e7a32951cd34942334a353bf923" + +[update] +[update.modrinth] +mod-id = "FDGHOWuC" +version = "c4xDJPXg" diff --git a/mods/handcrafted.pw.toml b/mods/handcrafted.pw.toml new file mode 100644 index 0000000..338aff7 --- /dev/null +++ b/mods/handcrafted.pw.toml @@ -0,0 +1,13 @@ +name = "Handcrafted" +filename = "handcrafted-fabric-1.20.1-3.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pJmCFF0p/versions/NRw0CDAc/handcrafted-fabric-1.20.1-3.0.6.jar" +hash-format = "sha512" +hash = "92c3b47c635196d0991831ce64e2c47bd9d666ee6213bbba87b8f0214cccbba626a564ad130ec0336e94936568dce462d1ff6ca726a81134518795709632602e" + +[update] +[update.modrinth] +mod-id = "pJmCFF0p" +version = "NRw0CDAc" 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/immersive-melodies.pw.toml b/mods/immersive-melodies.pw.toml new file mode 100644 index 0000000..3e77585 --- /dev/null +++ b/mods/immersive-melodies.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Melodies" +filename = "immersive_melodies-0.6.0+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/TaSmHw8V/versions/mdmGUrXB/immersive_melodies-0.6.0%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "17c7d7369d5e4cebb058c3dc027921b1f6b7ae17569f11899751d89e62bdcaaf79a7436a94d36dfa87a2ac5d5abcdf802a7454ac085aa38c1f3e6d64231eab86" + +[update] +[update.modrinth] +mod-id = "TaSmHw8V" +version = "mdmGUrXB" diff --git a/mods/immersive-paintings.pw.toml b/mods/immersive-paintings.pw.toml new file mode 100644 index 0000000..7403e76 --- /dev/null +++ b/mods/immersive-paintings.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Paintings" +filename = "immersive_paintings-0.6.8+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6txNkua3/versions/KVUoxnR1/immersive_paintings-0.6.8%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "0604b130eb0970b8ac77d1b6ee60932f5bae2505d2d235d216c3b3d2136883b5d05503ff1e8d1bd871680dfdb97174e84197d6c37b6957625ec71337517dedfa" + +[update] +[update.modrinth] +mod-id = "6txNkua3" +version = "KVUoxnR1" diff --git a/mods/musicbox.pw.toml b/mods/musicbox.pw.toml new file mode 100644 index 0000000..94d40fd --- /dev/null +++ b/mods/musicbox.pw.toml @@ -0,0 +1,13 @@ +name = "Music Box" +filename = "musicbox-fabric-2.0.2+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hKWZWeEG/versions/pJjtK3tW/musicbox-fabric-2.0.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "6acee35ee0b175b01377810b737489a162caaa635aef83cb881def37121afaafac71db4a44e55fda202fc724c4e49ff911b5127600b80fe73ad7a0d9dba4a7fc" + +[update] +[update.modrinth] +mod-id = "hKWZWeEG" +version = "pJjtK3tW" diff --git a/mods/plush_drones.pw.toml b/mods/plush_drones.pw.toml new file mode 100644 index 0000000..fb9f734 --- /dev/null +++ b/mods/plush_drones.pw.toml @@ -0,0 +1,13 @@ +name = "Plush Drones" +filename = "plush_dronesfabric-1.0.2-fabric-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xy3D8wVZ/versions/n8kEAKxa/plush_dronesfabric-1.0.2-fabric-1.20.1.jar" +hash-format = "sha512" +hash = "a83243bb6cd1ed34421fc0a27b35b95f48f8da4f03faac561c50564827548bce1008952d246e1a380a486218890185bb30c8a73f904fc42387ab5531b7f69b79" + +[update] +[update.modrinth] +mod-id = "Xy3D8wVZ" +version = "n8kEAKxa" diff --git a/mods/sophisticated-backpacks-(unoffical-fabric-port).pw.toml b/mods/sophisticated-backpacks-(unoffical-fabric-port).pw.toml new file mode 100644 index 0000000..07f23e4 --- /dev/null +++ b/mods/sophisticated-backpacks-(unoffical-fabric-port).pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Backpacks (Unoffical Fabric port)" +filename = "sophisticatedbackpacks-1.20.1-3.23.4.5.110.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ouNrBQtq/versions/Jk6o7s4h/sophisticatedbackpacks-1.20.1-3.23.4.5.110.jar" +hash-format = "sha512" +hash = "651a6121533e5693c26bde85141339cb89b5cfee5a750d67cbdad12a97a51ec8a0a3b3b59845afe9013b477fce9570f80ae0047e1c7054f458bc9c1b93ef748c" + +[update] +[update.modrinth] +mod-id = "ouNrBQtq" +version = "Jk6o7s4h" diff --git a/mods/sophisticated-core-(unofficial-fabric-port).pw.toml b/mods/sophisticated-core-(unofficial-fabric-port).pw.toml new file mode 100644 index 0000000..be12f40 --- /dev/null +++ b/mods/sophisticated-core-(unofficial-fabric-port).pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Core (Unofficial Fabric port)" +filename = "sophisticatedcore-1.20.1-1.2.7.14.163.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9jxwkYQL/versions/rmV9VK9s/sophisticatedcore-1.20.1-1.2.7.14.163.jar" +hash-format = "sha512" +hash = "31b26f8295fd6cf78d852918c4688cb02f86f06bc16c94243a4e5803af8fc467a0987a6e9dcde2a30e4540eb2f2eb30c1bb1d59af43db4d550deac1294dce2b1" + +[update] +[update.modrinth] +mod-id = "9jxwkYQL" +version = "rmV9VK9s" diff --git a/mods/tacz-refabricated.pw.toml b/mods/tacz-refabricated.pw.toml new file mode 100644 index 0000000..d03f103 --- /dev/null +++ b/mods/tacz-refabricated.pw.toml @@ -0,0 +1,13 @@ +name = "TaCZ: Refabricated" +filename = "TACZ-Refabricated-1.20.1-0.1.1-forge1.1.6-hotfix.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1j76DVHU/versions/FvYhSDJE/TACZ-Refabricated-1.20.1-0.1.1-forge1.1.6-hotfix.jar" +hash-format = "sha512" +hash = "92b9c02987eb223d683d13e0c2e6cda38efbf96b8298ab3f1ff128da0dc7169bae34c6cc9922ea425d2ef9bb0ca87700a44a6fba4b902264cba4901eed26a68b" + +[update] +[update.modrinth] +mod-id = "1j76DVHU" +version = "FvYhSDJE" diff --git a/mods/wectools.pw.toml b/mods/wectools.pw.toml new file mode 100644 index 0000000..8884124 --- /dev/null +++ b/mods/wectools.pw.toml @@ -0,0 +1,13 @@ +name = "WorldEdit Colored Tools" +filename = "WorldEditColoredTools-1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FXHkJAKx/versions/h239WRDm/WorldEditColoredTools-1.0.jar" +hash-format = "sha512" +hash = "c5cf8803c78d94bee1b9dbe23a599eb0b9d28083ca1a82a7d42204991a961d5410d66647e8a25ba6642e64a09a6c9c64629fba7526653b2aa4537666ce388e4a" + +[update] +[update.modrinth] +mod-id = "FXHkJAKx" +version = "h239WRDm" diff --git a/pack.toml b/pack.toml index 1638fb8..2bd67bb 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 = "e17efd22bf42aa513a397115b6f4b6104d0ea67df44d6e69c70556305efac872" +hash = "1e019e86f35a83c7f6875b5b9cb77a454dc0e0b7bca1b8b9a8b9d3f4794adafe" [versions] fabric = "0.18.0" From 517ffd76faa54968459460c8c42096dad5df0b1e Mon Sep 17 00:00:00 2001 From: Malasaur Date: Thu, 20 Nov 2025 22:42:04 +0100 Subject: [PATCH 38/82] Updated to Fabulous Worlds 0.1.6 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index d59117b..e7fddc2 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.5" } }, + "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.6" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index c1cbcec..2849e86 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Worlds 0.1.5", + "text": "Fabulous Worlds 0.1.6", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousWorlds" diff --git a/index.toml b/index.toml index 746aab2..d6f97b6 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "ad0039514aa6a4f7d6e7f1933e68457118b2ed890f95f64fc3ec9d8e217db7ab" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "94fda572c422b59c8f0e565c41c8d3d580f7c16f418ba5f18b0b5812a7804433" +hash = "edb5402dfb480463f4b9abd164ddc2eacb96e5515dfa08d347fcdb0f3464dd40" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "8073108e23a7712eb63398e8611de2f0c2b7f7f07e6acc0234f13db03827d698" +hash = "46989850bb10055a84ce1b5ff909d53e22c4300813beceee5428adf08b755283" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" diff --git a/pack.toml b/pack.toml index 1019fb0..4a351de 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.5" +version = "0.1.6" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4089e47480f1d9e0acbd37f2b184b04328a1b1aa536ebb67f02728ad305bc366" +hash = "8e16d2ef409cf978b914ffb47160fb1900a35c28f6a150cf6eb5afebee9b72e7" [versions] fabric = "0.18.0" From f9c6957eefbbe8cda22b44cba714f6aef2e39027 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Thu, 20 Nov 2025 22:45:25 +0100 Subject: [PATCH 39/82] Updated to Fabulous Create 0.0.3 --- config/fabric_loader_dependencies.json | 10 +++++++++- config/isxander-main-menu-credits.json | 14 +++++++++++++- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 26 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 3e53b92..f50b117 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -1 +1,9 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.22"}},"minecraft":{"+recommends":{"Fabulous Create":">=0.0.2"}},"debugify":{"recommends":{}},"lambdynlights":{"recommends":{}}}} +{ + "version": 1, + "overrides": { + "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, + "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.3" } }, + "debugify": { "recommends": {} }, + "lambdynlights": { "recommends": {} } + } +} diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index d8e4e45..70c4511 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1 +1,13 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulous Create 0.0.2","clickEvent":{"action":"open_url","value":"https://codeberg.org/Malasaur/FabulousCreate"}}]}} +{ + "main_menu": { + "bottom_right": [ + { + "text": "Fabulous Create 0.0.3", + "clickEvent": { + "action": "open_url", + "value": "https://codeberg.org/Malasaur/FabulousCreate" + } + } + ] + } +} diff --git a/index.toml b/index.toml index bf50bb6..0b88425 100644 --- a/index.toml +++ b/index.toml @@ -10,7 +10,7 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "9465e56a580253daeaad9882e7d15be4dff6de94ee9ca8fa7309fa35b9d2e019" +hash = "4503e200aeb19a71cf846473be6e57070d81c241a0e8354fe231206893f739e3" [[files]] file = "config/fog/config.json" @@ -18,7 +18,7 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "3fab601c38c8e3b633fb3c8318a232416f5c6622bcb648e8e5c3ab1029926902" +hash = "2586fd93a50dce8116c803540bd4341de9bd2416ec5a36c1e8d233a11c88763c" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" diff --git a/pack.toml b/pack.toml index 1f30291..5225008 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Create" author = "Malasaur" -version = "0.0.2" +version = "0.0.3" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "8547af3b32b526f79a38b9c94126e56e3a574ad34ce80f77dc11c02ec9b18abd" +hash = "09e642838961d32cc0b9802ba57f82db7fa217944e1f4f5cfa13f899bea0b173" [versions] fabric = "0.18.0" From 082ed16e0ea8704cbb6b15d667a8de77c432faa4 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Thu, 20 Nov 2025 22:49:43 +0100 Subject: [PATCH 40/82] Updated to RandomAhhPack 0.3.1 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 04a448a..53a44e2 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.0" } }, + "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.1" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 2a2642c..c86fbe1 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Retards Modpack 0.3.0", + "text": "Retards Modpack 0.3.1", "clickEvent": { "action": "open_url", "value": "https://git.brixserver.uk/Malasaur/RetardsModpack" diff --git a/index.toml b/index.toml index f4a553a..d5c8bee 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "675e842b141e0e5528c2f70535ea6349bdad49d7f0221072acecf67f4e5f4ee1" +hash = "5a1568ab8ddf543114bd5cf0bcfd8b2882d46ebea13865f39136f8bb8a40cd45" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "9c2d8643c12c8c4efb7994a70fdf8c56129157b9d8cd8eb8d136abc850031803" +hash = "11e09354f267acc89d797b0875b26a912354052a0875d879d3d54c1e037a4694" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" diff --git a/pack.toml b/pack.toml index 0d9c711..eb2ece1 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ -name = "Retards Modpack" +name = "RandomAhhPack" author = "Malasaur" -version = "0.3.0" +version = "0.3.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "06d78376625bd68ce050fac7787e211471d67c8506f3b0d64b180886536cf155" +hash = "e6bb17fe3ad81363ebda82f9de6f3e6f51263b54434c5c4681483222872146d8" [versions] fabric = "0.18.0" From 722701be167422c445d0cc3914cad61bbc75cfb8 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 13:56:18 +0100 Subject: [PATCH 41/82] Removed Create: Utilities --- index.toml | 5 ----- mods/create-utilities.pw.toml | 13 ------------- pack.toml | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 mods/create-utilities.pw.toml diff --git a/index.toml b/index.toml index d5c8bee..2a8c1fb 100644 --- a/index.toml +++ b/index.toml @@ -611,11 +611,6 @@ file = "mods/create-ultimate-factory.pw.toml" hash = "2175c6f9f0ab263b1e2bed479a92e02fe9d4ae0d9e4ce80bf0f72e919049235b" metafile = true -[[files]] -file = "mods/create-utilities.pw.toml" -hash = "9ccef182f9ef60d4dd5e093430c372098b45809d0468aedda6e43011a9c89b87" -metafile = true - [[files]] file = "mods/createaddition.pw.toml" hash = "76aba8d8cc62f325d52613c1b66d17dae77dd1df918b1153fc2bd5fb80b42a27" diff --git a/mods/create-utilities.pw.toml b/mods/create-utilities.pw.toml deleted file mode 100644 index 12318b9..0000000 --- a/mods/create-utilities.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Utilities" -filename = "createutilities-0.3.0+1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/PRHeWeBs/versions/OAIxXWCY/createutilities-0.3.0%2B1.20.1.jar" -hash-format = "sha512" -hash = "548ce5bc958dcdebd28d0627d3547dc3d8b2b9b854f6cf1d6cb85f713d4092f531648d730224ca9d8593e529247c3d4eefd0b0d52a97c165510f0179bb9978dd" - -[update] -[update.modrinth] -mod-id = "PRHeWeBs" -version = "OAIxXWCY" diff --git a/pack.toml b/pack.toml index eb2ece1..ffde126 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 = "e6bb17fe3ad81363ebda82f9de6f3e6f51263b54434c5c4681483222872146d8" +hash = "860eade9b381950f5985136f41858a3014aeb3ecbbc2126c09c302b8be37233b" [versions] fabric = "0.18.0" From 2c63cacffcffa78199d4fc16b2b41e81cfd34166 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 14:01:18 +0100 Subject: [PATCH 42/82] Added: * FancyMenu * Drippy Loading Screen * SpiffyHUD --- index.toml | 25 +++++++++++++++++++++++++ mods/drippy-loading-screen.pw.toml | 13 +++++++++++++ mods/fancymenu.pw.toml | 13 +++++++++++++ mods/immersivemc.pw.toml | 13 +++++++++++++ mods/melody.pw.toml | 13 +++++++++++++ mods/spiffyhud.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 7 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 mods/drippy-loading-screen.pw.toml create mode 100644 mods/fancymenu.pw.toml create mode 100644 mods/immersivemc.pw.toml create mode 100644 mods/melody.pw.toml create mode 100644 mods/spiffyhud.pw.toml diff --git a/index.toml b/index.toml index 2a8c1fb..b43ffb3 100644 --- a/index.toml +++ b/index.toml @@ -671,6 +671,11 @@ file = "mods/distraction-free-recipes.pw.toml" hash = "20fdb4bb9c30b2aa81499f43657c266e3d84fdb4a3b167c7fdbf3309e4316fc7" metafile = true +[[files]] +file = "mods/drippy-loading-screen.pw.toml" +hash = "03d120e3c4f1f97a7e0f30f53085ce2b5fb5c72604f7a43cd5c9ba0516668239" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" @@ -746,6 +751,11 @@ file = "mods/fadeless.pw.toml" hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" metafile = true +[[files]] +file = "mods/fancymenu.pw.toml" +hash = "b160c8e9e4ce27349d7977d0670efa698baf99c0e0eee910d7c57c4f7ec21bb7" +metafile = true + [[files]] file = "mods/farmers-delight-refabricated.pw.toml" hash = "e09385ac1a1c0900b8fa619290eb0f0539949ebbc59f7604a7699485784ccc85" @@ -846,6 +856,11 @@ file = "mods/immersive-ui.pw.toml" hash = "71ddcef1fbd1b128a705ce8f9a57e8aeda4421f08c47241484d08bd264cb7c98" metafile = true +[[files]] +file = "mods/immersivemc.pw.toml" +hash = "f790558f13e13df1efe250b84e4249cdc849bb499db4d0d79debe1f10a6f8723" +metafile = true + [[files]] file = "mods/immersivethunder.pw.toml" hash = "1e7626658f151f660110a788c0e3771f08a023992a62c38aacb272fd9559dd94" @@ -961,6 +976,11 @@ file = "mods/man-of-many-planes.pw.toml" hash = "9c75a2572604803f8e03d00c98ef3b971fad40f9560676d564064a26e32b7a20" metafile = true +[[files]] +file = "mods/melody.pw.toml" +hash = "a387dcfe8d66bcde451407d5608af67e95720dea13d94a20e13ad5340f6bec6e" +metafile = true + [[files]] file = "mods/memoryleakfix.pw.toml" hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" @@ -1216,6 +1236,11 @@ file = "mods/spark.pw.toml" hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216" metafile = true +[[files]] +file = "mods/spiffyhud.pw.toml" +hash = "01248bd952c27a2bf0d343e3f568146e0224afe2da71166e0eed3733af8d6d3d" +metafile = true + [[files]] file = "mods/starlight.pw.toml" hash = "98553c2d49ef3a888954f24b7c49fe3442c01fd4fc1f1ed52c5898ed29d29d3b" diff --git a/mods/drippy-loading-screen.pw.toml b/mods/drippy-loading-screen.pw.toml new file mode 100644 index 0000000..06f6ac4 --- /dev/null +++ b/mods/drippy-loading-screen.pw.toml @@ -0,0 +1,13 @@ +name = "Drippy Loading Screen" +filename = "drippyloadingscreen_fabric_3.1.0_MC_1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/v3CYg2V9/versions/7b8iQUhq/drippyloadingscreen_fabric_3.1.0_MC_1.20.1.jar" +hash-format = "sha512" +hash = "b156225ea0fd976e7fb0109a09538aa86ebdb627d1a3a81154052ada3cd5c671c56a80beddf9c30a017bd90a8acaf4bedabaa674d184c73b2b28c4e8d920a3f5" + +[update] +[update.modrinth] +mod-id = "v3CYg2V9" +version = "7b8iQUhq" diff --git a/mods/fancymenu.pw.toml b/mods/fancymenu.pw.toml new file mode 100644 index 0000000..ff3eccb --- /dev/null +++ b/mods/fancymenu.pw.toml @@ -0,0 +1,13 @@ +name = "FancyMenu" +filename = "fancymenu_fabric_3.8.0_MC_1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Wq5SjeWM/versions/8AvCcYCF/fancymenu_fabric_3.8.0_MC_1.20.1.jar" +hash-format = "sha512" +hash = "66581ba545b5837a05c480c0bb8eec3b54a2962fec40fdf1f049ed9d606ed8e9572e0a566cefb2a1a35b9c2b28966c7c07d7deff4f5a42faa84502df96c91946" + +[update] +[update.modrinth] +mod-id = "Wq5SjeWM" +version = "8AvCcYCF" diff --git a/mods/immersivemc.pw.toml b/mods/immersivemc.pw.toml new file mode 100644 index 0000000..c945541 --- /dev/null +++ b/mods/immersivemc.pw.toml @@ -0,0 +1,13 @@ +name = "ImmersiveMC" +filename = "immersivemc-1.5.8-1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XJ9is6vj/versions/sEYkdo8p/immersivemc-1.5.8-1.20.1-fabric.jar" +hash-format = "sha512" +hash = "fa911a1df8641c3dd97d2de186644181acafd27286460cedf106cbc5b1481ff55656f9efd971769faf419dcdf5ee0b9778d6c36b1ecdc1af702f0560e5865ad8" + +[update] +[update.modrinth] +mod-id = "XJ9is6vj" +version = "sEYkdo8p" diff --git a/mods/melody.pw.toml b/mods/melody.pw.toml new file mode 100644 index 0000000..6d6f728 --- /dev/null +++ b/mods/melody.pw.toml @@ -0,0 +1,13 @@ +name = "Melody" +filename = "melody_fabric_1.0.4_MC_1.20.1-1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/CVT4pFB2/versions/2o0oW8Yv/melody_fabric_1.0.4_MC_1.20.1-1.20.4.jar" +hash-format = "sha512" +hash = "3d3379e07eae001860aa71379abe310cda6642965cd55a8d274dacef1b63d8c85fd0663abeec2d247ac1a631bd08b12dace8758f4a035d344e27db5edfe581c5" + +[update] +[update.modrinth] +mod-id = "CVT4pFB2" +version = "2o0oW8Yv" diff --git a/mods/spiffyhud.pw.toml b/mods/spiffyhud.pw.toml new file mode 100644 index 0000000..fb9cbad --- /dev/null +++ b/mods/spiffyhud.pw.toml @@ -0,0 +1,13 @@ +name = "SpiffyHUD" +filename = "spiffyhud_fabric_3.1.0_MC_1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/wtOPHICQ/versions/64r73Ped/spiffyhud_fabric_3.1.0_MC_1.20.1.jar" +hash-format = "sha512" +hash = "a727b43f77538871ca57a6cd8ad35024b81b3af830f330c3bd5e04c73291f6c6321b1cbd2e708479d30684edf5dbfa574b795a91ff70f0e120dcef63dfee8b89" + +[update] +[update.modrinth] +mod-id = "wtOPHICQ" +version = "64r73Ped" diff --git a/pack.toml b/pack.toml index ffde126..264ecbf 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 = "860eade9b381950f5985136f41858a3014aeb3ecbbc2126c09c302b8be37233b" +hash = "c1bb76f552ffdb0b08d0090ee762b3f7e2a84c8df2861fbcf35b1f999a182d01" [versions] fabric = "0.18.0" From a6f90879a8d44c77c34b7ad6a5c3bece685a88ea Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 14:21:51 +0100 Subject: [PATCH 43/82] Removed SpiffyHUD --- index.toml | 5 ----- mods/spiffyhud.pw.toml | 13 ------------- pack.toml | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 mods/spiffyhud.pw.toml diff --git a/index.toml b/index.toml index b43ffb3..339ea95 100644 --- a/index.toml +++ b/index.toml @@ -1236,11 +1236,6 @@ file = "mods/spark.pw.toml" hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216" metafile = true -[[files]] -file = "mods/spiffyhud.pw.toml" -hash = "01248bd952c27a2bf0d343e3f568146e0224afe2da71166e0eed3733af8d6d3d" -metafile = true - [[files]] file = "mods/starlight.pw.toml" hash = "98553c2d49ef3a888954f24b7c49fe3442c01fd4fc1f1ed52c5898ed29d29d3b" diff --git a/mods/spiffyhud.pw.toml b/mods/spiffyhud.pw.toml deleted file mode 100644 index fb9cbad..0000000 --- a/mods/spiffyhud.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "SpiffyHUD" -filename = "spiffyhud_fabric_3.1.0_MC_1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/wtOPHICQ/versions/64r73Ped/spiffyhud_fabric_3.1.0_MC_1.20.1.jar" -hash-format = "sha512" -hash = "a727b43f77538871ca57a6cd8ad35024b81b3af830f330c3bd5e04c73291f6c6321b1cbd2e708479d30684edf5dbfa574b795a91ff70f0e120dcef63dfee8b89" - -[update] -[update.modrinth] -mod-id = "wtOPHICQ" -version = "64r73Ped" diff --git a/pack.toml b/pack.toml index 264ecbf..3229095 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 = "c1bb76f552ffdb0b08d0090ee762b3f7e2a84c8df2861fbcf35b1f999a182d01" +hash = "44df20ead397057ac696c1db8d03b0be3caed62382f358c6417abe319a3e627f" [versions] fabric = "0.18.0" From 5a49813936e1df5c4625fd2014a16bcb1038b256 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 15:42:49 +0100 Subject: [PATCH 44/82] Configured ImmersiveMC to be disabled by default --- config/yosbr/config/immersive_mc-client.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/yosbr/config/immersive_mc-client.json diff --git a/config/yosbr/config/immersive_mc-client.json b/config/yosbr/config/immersive_mc-client.json new file mode 100644 index 0000000..a5cfd71 --- /dev/null +++ b/config/yosbr/config/immersive_mc-client.json @@ -0,0 +1,3 @@ +{ + "disableImmersiveMCOutsideVR": true +} From 96fb6626079e28ac2530030a661d8298500a0104 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 15:43:05 +0100 Subject: [PATCH 45/82] Configured main menu and loading screen with FancyMenu --- .../config/fancymenu/assets/EndHorizon.jpeg | Bin 0 -> 89409 bytes .../config/fancymenu/custom_gui_screens.txt | 5 + .../config/fancymenu/customizablemenus.txt | 8 + .../drippy_loading_overlay_layout.txt | 171 +++ .../customization/title_screen_layout.txt | 1167 +++++++++++++++++ .../widgets/element_layer_control.lewidget | 12 + .../config/fancymenu/legacy_checklist.txt | 3 + config/yosbr/config/fancymenu/options.txt | 95 ++ .../config/fancymenu/ui_themes/dark.json | 262 ++++ .../config/fancymenu/ui_themes/light.json | 262 ++++ .../yosbr/config/fancymenu/user_variables.db | 2 + 11 files changed, 1987 insertions(+) create mode 100644 config/yosbr/config/fancymenu/assets/EndHorizon.jpeg create mode 100644 config/yosbr/config/fancymenu/custom_gui_screens.txt create mode 100644 config/yosbr/config/fancymenu/customizablemenus.txt create mode 100644 config/yosbr/config/fancymenu/customization/drippy_loading_overlay_layout.txt create mode 100644 config/yosbr/config/fancymenu/customization/title_screen_layout.txt create mode 100644 config/yosbr/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget create mode 100644 config/yosbr/config/fancymenu/legacy_checklist.txt create mode 100644 config/yosbr/config/fancymenu/options.txt create mode 100644 config/yosbr/config/fancymenu/ui_themes/dark.json create mode 100644 config/yosbr/config/fancymenu/ui_themes/light.json create mode 100644 config/yosbr/config/fancymenu/user_variables.db diff --git a/config/yosbr/config/fancymenu/assets/EndHorizon.jpeg b/config/yosbr/config/fancymenu/assets/EndHorizon.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..7028f1dd46a5976bd3de74ff7122c153373dd5f5 GIT binary patch literal 89409 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 literal 0 HcmV?d00001 diff --git a/config/yosbr/config/fancymenu/custom_gui_screens.txt b/config/yosbr/config/fancymenu/custom_gui_screens.txt new file mode 100644 index 0000000..57f690f --- /dev/null +++ b/config/yosbr/config/fancymenu/custom_gui_screens.txt @@ -0,0 +1,5 @@ +type = custom_gui_screens + +overridden_screens { +} + diff --git a/config/yosbr/config/fancymenu/customizablemenus.txt b/config/yosbr/config/fancymenu/customizablemenus.txt new file mode 100644 index 0000000..8fbff39 --- /dev/null +++ b/config/yosbr/config/fancymenu/customizablemenus.txt @@ -0,0 +1,8 @@ +type = customizablemenus + +de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen { +} + +net.minecraft.class_419 { +} + diff --git a/config/yosbr/config/fancymenu/customization/drippy_loading_overlay_layout.txt b/config/yosbr/config/fancymenu/customization/drippy_loading_overlay_layout.txt new file mode 100644 index 0000000..e9644b0 --- /dev/null +++ b/config/yosbr/config/fancymenu/customization/drippy_loading_overlay_layout.txt @@ -0,0 +1,171 @@ +type = fancymenu_layout + +layout-meta { + identifier = drippy_loading_overlay + render_custom_elements_behind_vanilla = false + last_edited_time = 1763819851738 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:35e2c9eb-4afb-4948-879e-93dbd8199030-1763819768530] = [groups:][instances:] +} + +menu_background { + image_path = [source:local]/config/fancymenu/assets/EndHorizon.jpeg + slide = false + repeat_texture = false + parallax = false + parallax_intensity = 0.02 + invert_parallax = false + restart_animated_on_menu_load = false + instance_identifier = 0fdda84b-ea44-4700-957d-5a9fcb13c8d4-1763819772192 + background_type = image +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +vanilla_button { + button_element_executable_block_identifier = 62bf8925-f162-4c74-87fd-a7512893bf71-1763819680088 + [executable_block:62bf8925-f162-4c74-87fd-a7512893bf71-1763819680088][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = ab765a8c-538a-4e74-90a9-3e7ed06bfb3c-1763819680088 + [loading_requirement_container_meta:ab765a8c-538a-4e74-90a9-3e7ed06bfb3c-1763819680088] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mojang_logo + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 152 + y = 126 + width = 336 + height = 84 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = db6e9fc1-ef24-4130-b718-6acea7ac55d1-1763819680088 + [loading_requirement_container_meta:db6e9fc1-ef24-4130-b718-6acea7ac55d1-1763819680088] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 2ee57866-c2c1-40d4-b742-b3ccf9387eed-1763819680088 + [executable_block:2ee57866-c2c1-40d4-b742-b3ccf9387eed-1763819680088][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 83b79a0a-177e-49cf-bdcf-f54d0d158a2c-1763819680088 + [loading_requirement_container_meta:83b79a0a-177e-49cf-bdcf-f54d0d158a2c-1763819680088] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = progress_bar + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 152 + y = 275 + width = 336 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = dd8b4dae-183e-4ca5-b702-aca47e66b983-1763819680088 + [loading_requirement_container_meta:dd8b4dae-183e-4ca5-b702-aca47e66b983-1763819680088] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = false + automated_button_clicks = 0 +} + diff --git a/config/yosbr/config/fancymenu/customization/title_screen_layout.txt b/config/yosbr/config/fancymenu/customization/title_screen_layout.txt new file mode 100644 index 0000000..8f26b59 --- /dev/null +++ b/config/yosbr/config/fancymenu/customization/title_screen_layout.txt @@ -0,0 +1,1167 @@ +type = fancymenu_layout + +layout-meta { + identifier = title_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1763819644657 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:6613e2a9-bf84-45cb-a846-26f5a917ae24-1763819626125] = [groups:][instances:] +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + button_element_executable_block_identifier = 12e958d2-8165-40a0-84ff-d538508959a9-1763819486886 + [executable_action_instance:e19e745e-c81c-4f3a-bfcc-325c37b70139-1763819564313][action_type:joinserver] = mc.brixserver.uk%!n!% + [executable_block:12e958d2-8165-40a0-84ff-d538508959a9-1763819486886][type:generic] = [executables:e19e745e-c81c-4f3a-bfcc-325c37b70139-1763819564313;] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = Play + navigatable = true + widget_active_state_requirement_container_identifier = 2ec35528-3cc9-4c06-94c2-0056aea1e1a2-1763819486886 + [loading_requirement_container_meta:2ec35528-3cc9-4c06-94c2-0056aea1e1a2-1763819486886] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = custom_button + instance_identifier = 55da3f2f-67b5-4654-84e9-39359e0297f8-1763819486886 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = bottom-left + x = 16 + y = -86 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = eb3a217f-1f85-4fc5-8a7d-b103cfe56aa1-1763819486886 + [loading_requirement_container_meta:eb3a217f-1f85-4fc5-8a7d-b103cfe56aa1-1763819486886] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false +} + +element { + button_element_executable_block_identifier = 12e958d2-8165-40a0-84ff-d538508959a9-1763819486886 + [executable_action_instance:4f02acd7-2343-4478-b6fd-e84f8b65f4e1-1763819635890][action_type:opengui] = options_screen + [executable_block:12e958d2-8165-40a0-84ff-d538508959a9-1763819486886][type:generic] = [executables:4f02acd7-2343-4478-b6fd-e84f8b65f4e1-1763819635890;] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = Options + navigatable = true + widget_active_state_requirement_container_identifier = 2ec35528-3cc9-4c06-94c2-0056aea1e1a2-1763819486886 + [loading_requirement_container_meta:2ec35528-3cc9-4c06-94c2-0056aea1e1a2-1763819486886] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = custom_button + instance_identifier = c5143a8f-f7c2-4759-88ab-311cd1a7746e-1763819529282 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = bottom-left + x = 16 + y = -59 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = eb3a217f-1f85-4fc5-8a7d-b103cfe56aa1-1763819486886 + [loading_requirement_container_meta:eb3a217f-1f85-4fc5-8a7d-b103cfe56aa1-1763819486886] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false +} + +element { + button_element_executable_block_identifier = 12e958d2-8165-40a0-84ff-d538508959a9-1763819486886 + [executable_action_instance:116323df-2cfd-4562-a4a2-50ae326d2361-1763819603426][action_type:quitgame] = + [executable_block:12e958d2-8165-40a0-84ff-d538508959a9-1763819486886][type:generic] = [executables:116323df-2cfd-4562-a4a2-50ae326d2361-1763819603426;] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = Quit + navigatable = true + widget_active_state_requirement_container_identifier = 2ec35528-3cc9-4c06-94c2-0056aea1e1a2-1763819486886 + [loading_requirement_container_meta:2ec35528-3cc9-4c06-94c2-0056aea1e1a2-1763819486886] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = custom_button + instance_identifier = ecb7625c-bef9-4d59-ba50-018079a98913-1763819529450 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = bottom-left + x = 16 + y = -32 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = eb3a217f-1f85-4fc5-8a7d-b103cfe56aa1-1763819486886 + [loading_requirement_container_meta:eb3a217f-1f85-4fc5-8a7d-b103cfe56aa1-1763819486886] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false +} + +vanilla_button { + button_element_executable_block_identifier = 04e61ff5-a7ec-44e8-851c-074477adf486-1763819132586 + [executable_block:04e61ff5-a7ec-44e8-851c-074477adf486-1763819132586][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = aa4d4773-811e-4b07-b1f4-196565d16664-1763819132586 + [loading_requirement_container_meta:aa4d4773-811e-4b07-b1f4-196565d16664-1763819132586] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_quit_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 322 + y = 216 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 23634dce-2d2d-40ea-a888-de6ccfe8b8b7-1763819132586 + [loading_requirement_container_meta:23634dce-2d2d-40ea-a888-de6ccfe8b8b7-1763819132586] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = efb0276e-d32e-49e1-aee1-1abad7bb2999-1763819132585 + [executable_block:efb0276e-d32e-49e1-aee1-1abad7bb2999-1763819132585][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 65f556ed-f470-4de8-9c4d-2ad9ad32a185-1763819132585 + [loading_requirement_container_meta:65f556ed-f470-4de8-9c4d-2ad9ad32a185-1763819132585] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_multiplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 220 + y = 156 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = bfcd7a76-97e6-4d49-a6ea-983b25752d78-1763819132585 + [loading_requirement_container_meta:bfcd7a76-97e6-4d49-a6ea-983b25752d78-1763819132585] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 6caaa212-9703-4d60-a819-570da8e8f050-1763819132586 + [executable_block:6caaa212-9703-4d60-a819-570da8e8f050-1763819132586][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = ce7cb5f6-5c27-42a0-bf21-8933cce66937-1763819132586 + [loading_requirement_container_meta:ce7cb5f6-5c27-42a0-bf21-8933cce66937-1763819132586] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = title_screen_copyright_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 442 + y = 327 + width = 196 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b434cd24-42e0-4b9c-8cad-f6ca052f7e44-1763819132586 + [loading_requirement_container_meta:b434cd24-42e0-4b9c-8cad-f6ca052f7e44-1763819132586] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = c726a211-fe46-4562-94bf-d3619d23e44a-1763819132585 + [executable_block:c726a211-fe46-4562-94bf-d3619d23e44a-1763819132585][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 3e533840-1bbf-4840-859c-6df2ae4a5e97-1763819132585 + [loading_requirement_container_meta:3e533840-1bbf-4840-859c-6df2ae4a5e97-1763819132585] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_realms_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 220 + y = 180 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 8c5e243f-09bb-4551-b42f-5006abf94c8c-1763819132585 + [loading_requirement_container_meta:8c5e243f-09bb-4551-b42f-5006abf94c8c-1763819132585] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = fb6733d4-dc64-4ab8-a59b-f71d105df25b-1763819132585 + [executable_block:fb6733d4-dc64-4ab8-a59b-f71d105df25b-1763819132585][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 569acdc6-5811-4257-bf5d-cb2d11f6c3fc-1763819132585 + [loading_requirement_container_meta:569acdc6-5811-4257-bf5d-cb2d11f6c3fc-1763819132585] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = modmenu_titlescreen_mods_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 322 + y = 180 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = bf50200e-fc4a-44b1-a6f0-1dc17c6f2d63-1763819132585 + [loading_requirement_container_meta:bf50200e-fc4a-44b1-a6f0-1dc17c6f2d63-1763819132585] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = c5aa6e2d-fb39-42ce-98ae-82830543ab71-1763819132586 + [executable_block:c5aa6e2d-fb39-42ce-98ae-82830543ab71-1763819132586][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = b06e2c2a-9b84-46ec-bed5-673512862652-1763819132586 + [loading_requirement_container_meta:b06e2c2a-9b84-46ec-bed5-673512862652-1763819132586] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_accessibility_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 424 + y = 216 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 7ca756ae-ae1f-4a78-a144-882b21deeba8-1763819132586 + [loading_requirement_container_meta:7ca756ae-ae1f-4a78-a144-882b21deeba8-1763819132586] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 8ae9d0df-6573-4c7e-ba49-d8257f1ec836-1763819132588 + [executable_block:8ae9d0df-6573-4c7e-ba49-d8257f1ec836-1763819132588][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = b5d88486-ea42-4c28-8cb7-4dcebedc747d-1763819132588 + [loading_requirement_container_meta:b5d88486-ea42-4c28-8cb7-4dcebedc747d-1763819132588] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = minecraft_branding_widget + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 2 + y = 327 + width = 165 + height = 9 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 829b64c1-4b8f-4c37-a37f-d4ac1e1ae548-1763819132588 + [loading_requirement_container_meta:829b64c1-4b8f-4c37-a37f-d4ac1e1ae548-1763819132588] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 2e2c67f3-677a-4e92-a3d6-ef5442968a00-1763819132588 + [executable_block:2e2c67f3-677a-4e92-a3d6-ef5442968a00-1763819132588][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 0c213658-c8f8-4bc4-95b2-e7db15370313-1763819132588 + [loading_requirement_container_meta:0c213658-c8f8-4bc4-95b2-e7db15370313-1763819132588] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = 887980 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 527 + y = 317 + width = 111 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 602930ee-edc8-4b1f-80e6-dc005e4ada02-1763819132588 + [loading_requirement_container_meta:602930ee-edc8-4b1f-80e6-dc005e4ada02-1763819132588] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 84feff5c-eb76-4b27-b949-3441b72e6a88-1763819132588 + [executable_block:84feff5c-eb76-4b27-b949-3441b72e6a88-1763819132588][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 7e0e9784-1d53-4f43-a663-f097b96989c3-1763819132588 + [loading_requirement_container_meta:7e0e9784-1d53-4f43-a663-f097b96989c3-1763819132588] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = 376322 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 196 + y = 156 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = ef9b4655-70e7-42ec-9c28-a48d2fbd5a9e-1763819132588 + [loading_requirement_container_meta:ef9b4655-70e7-42ec-9c28-a48d2fbd5a9e-1763819132588] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 58920108-4733-4080-aecf-b0cbc45e3f92-1763819132585 + [executable_block:58920108-4733-4080-aecf-b0cbc45e3f92-1763819132585][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 7bed417d-9337-4c3f-bf67-83967c897022-1763819132586 + [loading_requirement_container_meta:7bed417d-9337-4c3f-bf67-83967c897022-1763819132586] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_language_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 196 + y = 216 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 0942cf29-db52-4d0f-a2bf-20ce8e1bc530-1763819132585 + [loading_requirement_container_meta:0942cf29-db52-4d0f-a2bf-20ce8e1bc530-1763819132585] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 87bf355f-2721-42a0-ad39-95f48ce25ca5-1763819132585 + [executable_block:87bf355f-2721-42a0-ad39-95f48ce25ca5-1763819132585][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = c0105d13-4ada-46f6-8ef4-841cda172227-1763819132585 + [loading_requirement_container_meta:c0105d13-4ada-46f6-8ef4-841cda172227-1763819132585] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_singleplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 220 + y = 132 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = de899548-1aa7-49e6-af0c-25d35a3a9ea5-1763819132585 + [loading_requirement_container_meta:de899548-1aa7-49e6-af0c-25d35a3a9ea5-1763819132585] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = ebd27037-1d63-412b-a5fb-0af913cf422f-1763819132588 + [executable_block:ebd27037-1d63-412b-a5fb-0af913cf422f-1763819132588][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = dc12e253-09a6-4aa7-9ef1-c553b6e765e3-1763819132588 + [loading_requirement_container_meta:dc12e253-09a6-4aa7-9ef1-c553b6e765e3-1763819132588] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = minecraft_splash_widget + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 393 + y = 49 + width = 100 + height = 40 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = ef36f818-3c49-4e0b-be68-fd8e320c77f7-1763819132588 + [loading_requirement_container_meta:ef36f818-3c49-4e0b-be68-fd8e320c77f7-1763819132588] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 8638038d-e39e-40c4-8cca-6d940d23a61d-1763819132586 + [executable_block:8638038d-e39e-40c4-8cca-6d940d23a61d-1763819132586][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = af4e2c19-c3c1-4748-83b0-f742f4b15bc0-1763819132586 + [loading_requirement_container_meta:af4e2c19-c3c1-4748-83b0-f742f4b15bc0-1763819132586] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_options_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 220 + y = 216 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = b4bd27c4-9ff7-43d7-bc0f-b5e798f2f863-1763819132586 + [loading_requirement_container_meta:b4bd27c4-9ff7-43d7-bc0f-b5e798f2f863-1763819132586] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = fc28a7a8-0cd3-48ec-addb-7721fb24e69f-1763819132588 + [executable_block:fc28a7a8-0cd3-48ec-addb-7721fb24e69f-1763819132588][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 30abed0e-90a1-4640-8667-e1494e91fa05-1763819132588 + [loading_requirement_container_meta:30abed0e-90a1-4640-8667-e1494e91fa05-1763819132588] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = minecraft_logo_widget + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 192 + y = 30 + width = 256 + height = 51 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = aab15ef9-d308-43c6-bfe5-e2092da4701b-1763819132586 + [loading_requirement_container_meta:aab15ef9-d308-43c6-bfe5-e2092da4701b-1763819132586] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 945edbb3-bd98-4ff8-bc61-0e0adb737f5f-1763819132588 + [executable_block:945edbb3-bd98-4ff8-bc61-0e0adb737f5f-1763819132588][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 4a1d5136-02df-4583-92a6-8d43bdc7f41b-1763819132588 + [loading_requirement_container_meta:4a1d5136-02df-4583-92a6-8d43bdc7f41b-1763819132588] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = minecraft_realms_notification_icons_widget + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1011 + sticky_anchor = false + anchor_point = vanilla + x = 338 + y = 182 + width = 62 + height = 18 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 01884b9b-a97e-40db-a095-9130b496eac4-1763819132588 + [loading_requirement_container_meta:01884b9b-a97e-40db-a095-9130b496eac4-1763819132588] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + rotation_degrees = 0.0 + advanced_rotation_mode = false + vertical_tilt_degrees = 0.0 + advanced_vertical_tilt_mode = false + horizontal_tilt_degrees = 0.0 + advanced_horizontal_tilt_mode = false + is_hidden = true + automated_button_clicks = 0 +} + diff --git a/config/yosbr/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget b/config/yosbr/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget new file mode 100644 index 0000000..f6baa11 --- /dev/null +++ b/config/yosbr/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget @@ -0,0 +1,12 @@ +type = layout_editor_widget_settings + +settings { + offset_x = -212.0 + offset_y = 0.0 + inner_width = 200.0 + inner_height = 300.0 + snapping_side = top-right + expanded = true + visible = false +} + diff --git a/config/yosbr/config/fancymenu/legacy_checklist.txt b/config/yosbr/config/fancymenu/legacy_checklist.txt new file mode 100644 index 0000000..fd6fe0e --- /dev/null +++ b/config/yosbr/config/fancymenu/legacy_checklist.txt @@ -0,0 +1,3 @@ +##[legacy] + +B:custom_guis_ported = 'true'; \ No newline at end of file diff --git a/config/yosbr/config/fancymenu/options.txt b/config/yosbr/config/fancymenu/options.txt new file mode 100644 index 0000000..9ce8bed --- /dev/null +++ b/config/yosbr/config/fancymenu/options.txt @@ -0,0 +1,95 @@ +##[general] + +B:force_fullscreen = 'false'; +I:default_gui_scale = '-1'; +B:play_vanilla_menu_music = 'true'; + + +##[customization] + +B:modpack_mode = 'true'; +B:show_customization_overlay = 'true'; +B:advanced_customization_mode = 'false'; + + +##[loading] + +S:preload_resources = ''; +B:allow_game_intro_skip = 'true'; +S:game_intro_animation_name = ''; +B:game_intro_fade_out = 'true'; +S:custom_game_intro_skip_text = ''; + + +##[window] + +S:custom_window_icon_16 = ''; +B:show_custom_window_icon = 'false'; +S:custom_window_icon_macos = ''; +S:custom_window_icon_32 = ''; +S:custom_window_title = ''; + + +##[multiplayer_screen] + +B:show_multiplayer_screen_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_singleplayer_screen_world_icons = 'true'; + + +##[layout_editor] + +B:layout_editor_grid_snapping = 'true'; +B:anchor_overlay_change_anchor_on_area_hover = 'true'; +B:show_layout_editor_grid = 'true'; +S:anchor_overlay_color_base_override = ''; +B:enable_element_rotation_controls = 'true'; +F:anchor_overlay_opacity_normal = '0.5'; +F:anchor_overlay_opacity_busy = '0.7'; +D:anchor_overlay_hover_charging_time_seconds = '2.0'; +B:anchor_overlay_change_anchor_on_element_hover = 'true'; +S:anchor_overlay_visibility_mode = 'dragging'; +B:anchor_overlay_show_all_connection_lines = 'false'; +F:layout_editor_grid_snapping_strength = '1.0'; +I:layout_editor_grid_size = '10'; +B:invert_anchor_overlay_color = 'false'; +B:enable_buddy = 'true'; +S:anchor_overlay_color_border_override = ''; +B:enable_element_tilting_controls = 'true'; + + +##[ui] + +F:ui_scale = '4.0'; +B:play_ui_click_sounds = 'true'; +B:enable_ui_text_shadow = 'false'; +I:context_menu_hover_open_speed = '1'; +S:ui_theme = 'dark'; + + +##[debug_overlay] + +B:debug_overlay_show_basic_screen_category = 'true'; +B:show_debug_overlay = 'false'; +B:debug_overlay_show_resources_category = 'true'; +B:debug_overlay_show_system_category = 'true'; +B:debug_overlay_show_advanced_screen_category = 'true'; + + +##[tutorial] + +B:show_welcome_screen = 'false'; + + +##[keyframe_editor] + +B:arrow_keys_move_preview = 'false'; + + +##[advanced] + +L:placeholder_caching_duration_ms = '30'; +L:requirement_caching_duration_ms = '0'; diff --git a/config/yosbr/config/fancymenu/ui_themes/dark.json b/config/yosbr/config/fancymenu/ui_themes/dark.json new file mode 100644 index 0000000..67b5605 --- /dev/null +++ b/config/yosbr/config/fancymenu/ui_themes/dark.json @@ -0,0 +1,262 @@ +{ + "identifier": "dark", + "display_name": "fancymenu.ui.themes.dark", + "menu_bar_bottom_line_color": { + "hex": "#5D6164FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#9E2BFFFF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#FFB52BFF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#91FF2BFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#00000080" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#FFFFFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#DA3C1EFF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#3C3F41FF" + }, + "screen_background_color_darker": { + "hex": "#262626FF" + }, + "element_border_color_normal": { + "hex": "#5D6164FF" + }, + "element_border_color_hover": { + "hex": "#5D6164FF" + }, + "element_background_color_normal": { + "hex": "#474747FF" + }, + "element_background_color_hover": { + "hex": "#539CD4FF" + }, + "slider_handle_color_normal": { + "hex": "#4784B4FF" + }, + "slider_handle_color_hover": { + "hex": "#539CD4FF" + }, + "area_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_border_color_normal": { + "hex": "#5D6164FF" + }, + "edit_box_border_color_focused": { + "hex": "#5D6164FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#323232FF" + }, + "actions_entry_background_color_action": { + "hex": "#3A3F44FF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#44494EFF" + }, + "actions_entry_background_color_if": { + "hex": "#263F55FF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#2D516EFF" + }, + "actions_entry_background_color_else_if": { + "hex": "#392D4FFF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#463A5FFF" + }, + "actions_entry_background_color_else": { + "hex": "#4E3721FF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#5F462DFF" + }, + "actions_entry_background_color_while": { + "hex": "#234A42FF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#2D5C52FF" + }, + "actions_entry_background_color_folder": { + "hex": "#50303CFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#613E4DFF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#3A3B3EFF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#47484CFF" + }, + "actions_chain_indicator_color": { + "hex": "#587096B4" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#64B5F6D2" + }, + "actions_chain_indicator_selected_color": { + "hex": "#FFC147DC" + }, + "actions_minimap_background_color": { + "hex": "#181B20C8" + }, + "actions_minimap_border_color": { + "hex": "#5E636CDC" + }, + "actions_minimap_viewport_color": { + "hex": "#FFFFFF23" + }, + "actions_minimap_viewport_border_color": { + "hex": "#D2DEFF64" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#78AADCDC" + }, + "text_editor_sidebar_color": { + "hex": "#313335FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#5B5C5EFF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#899396FF" + }, + "listing_dot_color_1": { + "hex": "#3E86A0FF" + }, + "listing_dot_color_2": { + "hex": "#AD6C79FF" + }, + "listing_dot_color_3": { + "hex": "#AA823FFF" + }, + "suggestions_background_color": { + "hex": "#474747FF" + }, + "suggestions_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "suggestions_text_color_selected": { + "hex": "#64A5ECFF" + }, + "ui_texture_color": { + "hex": "#FFFFFFFF" + }, + "generic_text_base_color": { + "hex": "#FFFFFFFF" + }, + "element_label_color_normal": { + "hex": "#CEDDEDFF" + }, + "element_label_color_inactive": { + "hex": "#717577FF" + }, + "edit_box_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#717577FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#808080FF" + }, + "description_area_text_color": { + "hex": "#CEDDEDFF" + }, + "text_editor_text_color": { + "hex": "#9EAAB8FF" + }, + "success_text_color": { + "hex": "#31CE05FF" + }, + "error_text_color": { + "hex": "#ED4545FF" + }, + "warning_text_color": { + "hex": "#E59B12FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#EB7F7FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#EBC97FFF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#BEEB7FFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#7FEBE6FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#7F9EEBFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#967FEBFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#D47FEBFF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#F53636FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#F59236FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#F5E536FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#69F536FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#3689F5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FCDF03FF" + } +} \ No newline at end of file diff --git a/config/yosbr/config/fancymenu/ui_themes/light.json b/config/yosbr/config/fancymenu/ui_themes/light.json new file mode 100644 index 0000000..6971d44 --- /dev/null +++ b/config/yosbr/config/fancymenu/ui_themes/light.json @@ -0,0 +1,262 @@ +{ + "identifier": "light", + "display_name": "fancymenu.ui.themes.light", + "menu_bar_bottom_line_color": { + "hex": "#777777FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_border_rotation_controls_color": { + "hex": "#9E2BFFFF" + }, + "layout_editor_element_border_vertical_tilting_controls_color": { + "hex": "#FFB52BFF" + }, + "layout_editor_element_border_horizontal_tilting_controls_color": { + "hex": "#91FF2BFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_element_border_display_line_background_color": { + "hex": "#00000080" + }, + "layout_editor_element_border_display_line_text_color": { + "hex": "#FFFFFFFF" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#932813FF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#B2B2B2FF" + }, + "screen_background_color_darker": { + "hex": "#ADADADFF" + }, + "element_border_color_normal": { + "hex": "#777777FF" + }, + "element_border_color_hover": { + "hex": "#777777FF" + }, + "element_background_color_normal": { + "hex": "#CBCBCBFF" + }, + "element_background_color_hover": { + "hex": "#AFAFAFFF" + }, + "slider_handle_color_normal": { + "hex": "#858484FF" + }, + "slider_handle_color_hover": { + "hex": "#A2A2A2FF" + }, + "area_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_border_color_normal": { + "hex": "#383838FF" + }, + "edit_box_border_color_focused": { + "hex": "#444444FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#AFAFAFFF" + }, + "actions_entry_background_color_action": { + "hex": "#E0E0E0FF" + }, + "actions_entry_background_color_action_hover": { + "hex": "#CECECEFF" + }, + "actions_entry_background_color_if": { + "hex": "#C9DBEFFF" + }, + "actions_entry_background_color_if_hover": { + "hex": "#B8CEE8FF" + }, + "actions_entry_background_color_else_if": { + "hex": "#E9D7F0FF" + }, + "actions_entry_background_color_else_if_hover": { + "hex": "#D8C6E3FF" + }, + "actions_entry_background_color_else": { + "hex": "#F3E1C7FF" + }, + "actions_entry_background_color_else_hover": { + "hex": "#E5D1B6FF" + }, + "actions_entry_background_color_while": { + "hex": "#CCEBE3FF" + }, + "actions_entry_background_color_while_hover": { + "hex": "#BCDED4FF" + }, + "actions_entry_background_color_folder": { + "hex": "#F2D5DBFF" + }, + "actions_entry_background_color_folder_hover": { + "hex": "#E6C7CEFF" + }, + "actions_entry_background_color_generic_block": { + "hex": "#E5E5E5FF" + }, + "actions_entry_background_color_generic_block_hover": { + "hex": "#D2D2D2FF" + }, + "actions_chain_indicator_color": { + "hex": "#8CAAD296" + }, + "actions_chain_indicator_hovered_color": { + "hex": "#6895D7BE" + }, + "actions_chain_indicator_selected_color": { + "hex": "#DCA236D2" + }, + "actions_minimap_background_color": { + "hex": "#ECECECC8" + }, + "actions_minimap_border_color": { + "hex": "#ACACACDC" + }, + "actions_minimap_viewport_color": { + "hex": "#5050503C" + }, + "actions_minimap_viewport_border_color": { + "hex": "#D2DEFF64" + }, + "actions_minimap_tooltip_border_color": { + "hex": "#78AADCDC" + }, + "text_editor_sidebar_color": { + "hex": "#A4A4A4FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#696969FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#464646FF" + }, + "listing_dot_color_1": { + "hex": "#438DD0FF" + }, + "listing_dot_color_2": { + "hex": "#AB3950FF" + }, + "listing_dot_color_3": { + "hex": "#B2740CFF" + }, + "suggestions_background_color": { + "hex": "#A2A2A2FF" + }, + "suggestions_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "suggestions_text_color_selected": { + "hex": "#205EA2FF" + }, + "ui_texture_color": { + "hex": "#2D2D2DFF" + }, + "generic_text_base_color": { + "hex": "#252525FF" + }, + "element_label_color_normal": { + "hex": "#2D2D2DFF" + }, + "element_label_color_inactive": { + "hex": "#8A8989FF" + }, + "edit_box_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#8A8989FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#8A8989FF" + }, + "description_area_text_color": { + "hex": "#2D2D2DFF" + }, + "text_editor_text_color": { + "hex": "#484E53FF" + }, + "success_text_color": { + "hex": "#197E02FF" + }, + "error_text_color": { + "hex": "#A41B1BFF" + }, + "warning_text_color": { + "hex": "#9B6105FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#A10F0FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#B27D09FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#66A80AFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#089891FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#072E8DFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#26069DFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#6A0685FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#730303FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#854306FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#918504FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#267A07FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#363CF5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FF3A0064" + } +} \ No newline at end of file diff --git a/config/yosbr/config/fancymenu/user_variables.db b/config/yosbr/config/fancymenu/user_variables.db new file mode 100644 index 0000000..117143c --- /dev/null +++ b/config/yosbr/config/fancymenu/user_variables.db @@ -0,0 +1,2 @@ +type = user_variables + From 82d4b0986e5ff9d278441fe566a51870a836d29f Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 15:43:25 +0100 Subject: [PATCH 46/82] Disabled TaCZ Gun Smith Table recipes with CraftTweaker --- scripts/tacz.zs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/tacz.zs diff --git a/scripts/tacz.zs b/scripts/tacz.zs new file mode 100644 index 0000000..5a6aa25 --- /dev/null +++ b/scripts/tacz.zs @@ -0,0 +1,3 @@ +// Remove TaCZ's Gun Smith Table recipes + +craftingTable.remove(); From 4a3dc552de692648c95914a01952cf9b31d3a9f0 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 15:44:41 +0100 Subject: [PATCH 47/82] Renamed pack to Retards Modpack and updated to 0.3.2 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 56 +++++++++++++++++++++++++- pack.toml | 6 +-- 4 files changed, 59 insertions(+), 7 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 53a44e2..afd3df1 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.1" } }, + "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.2" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index c86fbe1..6de0073 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Retards Modpack 0.3.1", + "text": "Retards Modpack 0.3.2", "clickEvent": { "action": "open_url", "value": "https://git.brixserver.uk/Malasaur/RetardsModpack" diff --git a/index.toml b/index.toml index 339ea95..80ce0f3 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "5a1568ab8ddf543114bd5cf0bcfd8b2882d46ebea13865f39136f8bb8a40cd45" +hash = "31b2ae9cd814746b509f1d202c5ae77f70bc38d18fe8a639f6dc45810bd4d9ed" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "11e09354f267acc89d797b0875b26a912354052a0875d879d3d54c1e037a4694" +hash = "b8e8ae3149effc424c613e5b706e4dc12a2c7d4346afcfba6c11c94357085d1c" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -132,6 +132,50 @@ hash = "eefa86fa9a8df6eda5d39d3bbbf53138a44df71a01a24262c27584badea97d79" file = "config/yosbr/config/entityculling.json" hash = "5acf5a0ce839b1d84fd677a705f211f35a27f12dbdde7363ee12e695f4281ac0" +[[files]] +file = "config/yosbr/config/fancymenu/assets/EndHorizon.jpeg" +hash = "f7e5b921074b9c759c5ba7280cb05034bc51bf7293f34dc5f0694fcba073cd44" + +[[files]] +file = "config/yosbr/config/fancymenu/custom_gui_screens.txt" +hash = "ff492043eaf454c46e949d5eef32ece90cc5a19feb50a161dd29a43b5732c880" + +[[files]] +file = "config/yosbr/config/fancymenu/customizablemenus.txt" +hash = "dbd6fe91407ab5fbd956ac03e194d9042fe8c30f3ebaf31273dc10e82d229488" + +[[files]] +file = "config/yosbr/config/fancymenu/customization/drippy_loading_overlay_layout.txt" +hash = "84f9ef346d6dd7afba5750d3aaaf046adcec720bc4ec62978d87c2e74bf05dc0" + +[[files]] +file = "config/yosbr/config/fancymenu/customization/title_screen_layout.txt" +hash = "2f70c9c11c2a86a4c0fbe23325e742b500a075a969ca9b9160b679fc9f462ed9" + +[[files]] +file = "config/yosbr/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget" +hash = "d4e66bc22fcfa56158ca7100017623c71b1437fb4722229b6e064e0a48a5f5de" + +[[files]] +file = "config/yosbr/config/fancymenu/legacy_checklist.txt" +hash = "9a25d3dc708e43eabafce5479a13c02dae15bc7f673afb2745b8b2ba48a97dc0" + +[[files]] +file = "config/yosbr/config/fancymenu/options.txt" +hash = "c2ce309f5d1747f05433045e9db884ffcdab584197d600ad37fcb7d83478bf11" + +[[files]] +file = "config/yosbr/config/fancymenu/ui_themes/dark.json" +hash = "3f1263eaf693fdb6a315099b06797ac18830faa66c620916a80337a5082fd850" + +[[files]] +file = "config/yosbr/config/fancymenu/ui_themes/light.json" +hash = "3fcfc5f9957fbb86aea846c9ad49a24f47ca709c523c4018b584668e38b72f41" + +[[files]] +file = "config/yosbr/config/fancymenu/user_variables.db" +hash = "3d7d4cda73d6bde134a568ccbe4e8d2e7fbe701570012b71fa45acdb2258c823" + [[files]] file = "config/yosbr/config/fastquit.toml" hash = "17225e085e6759210cec7e829e00c8c90f9c5d38714835cb5da9c98398842f7d" @@ -148,6 +192,10 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" file = "config/yosbr/config/immediatelyfast.json" hash = "51c7ea47f63e38651a542dae94caaaa843924b9f00e77efb18ed15207cc167a8" +[[files]] +file = "config/yosbr/config/immersive_mc-client.json" +hash = "1bcb35e0eb1bd436c8c1090351d2d8443c72748a8be62f0e8eb6941e1fb8e616" + [[files]] file = "config/yosbr/config/iris.properties" hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" @@ -1469,3 +1517,7 @@ metafile = true [[files]] file = "scripts/create.zs" hash = "3d3ee9a2fac705e71579e0b6556d0c0ea5000bae5daaba445474dbe774f87b41" + +[[files]] +file = "scripts/tacz.zs" +hash = "c88483a35ac18a59eed3ced3f116fde6dbea623b59e9732788bb5ab60ebe15d9" diff --git a/pack.toml b/pack.toml index 3229095..7d4aabb 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ -name = "RandomAhhPack" +name = "Retards Modpack" author = "Malasaur" -version = "0.3.1" +version = "0.3.2" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "44df20ead397057ac696c1db8d03b0be3caed62382f358c6417abe319a3e627f" +hash = "80a545bd62596340d946098ef91e8ec248f9141a71b07fea4d5b2fa61aed203a" [versions] fabric = "0.18.0" From ff414d2413d9a1494b373da648a20f93b099098b Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 16:53:12 +0100 Subject: [PATCH 48/82] Enabled main menu configuration from FancyMenu --- config/yosbr/config/fancymenu/customizablemenus.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/yosbr/config/fancymenu/customizablemenus.txt b/config/yosbr/config/fancymenu/customizablemenus.txt index 8fbff39..4a90626 100644 --- a/config/yosbr/config/fancymenu/customizablemenus.txt +++ b/config/yosbr/config/fancymenu/customizablemenus.txt @@ -6,3 +6,6 @@ de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen { net.minecraft.class_419 { } +net.minecraft.class_442 { +} + From 15ed3ef0fb2bfa954ed323ad2623034176bc7eb9 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 16:53:38 +0100 Subject: [PATCH 49/82] Added DrippyLoadingScreen configuration --- .../config/drippyloadingscreen/options.txt | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 config/yosbr/config/drippyloadingscreen/options.txt diff --git a/config/yosbr/config/drippyloadingscreen/options.txt b/config/yosbr/config/drippyloadingscreen/options.txt new file mode 100644 index 0000000..67ef678 --- /dev/null +++ b/config/yosbr/config/drippyloadingscreen/options.txt @@ -0,0 +1,49 @@ +##[general] + +B:early_fade_out_elements = 'true'; +B:allow_universal_layouts = 'false'; +B:fade_out_loading_screen = 'true'; +B:wait_for_textures_in_loading = 'true'; + + +##[early_loading] + +I:early_loading_top_right_watermark_position_offset_y = '0'; +I:early_loading_bottom_left_watermark_position_offset_x = '0'; +I:early_loading_bottom_left_watermark_position_offset_y = '0'; +B:early_loading_hide_logger = 'false'; +I:early_loading_bar_width = '400'; +I:early_loading_bar_position_offset_y = '50'; +I:early_loading_top_right_watermark_height = '100'; +S:early_loading_bottom_right_watermark_texture_path = '/config/fancymenu/assets/some_image.png'; +I:early_loading_top_right_watermark_position_offset_x = '0'; +S:early_loading_top_left_watermark_texture_path = '/config/fancymenu/assets/some_image.png'; +I:early_loading_bottom_right_watermark_height = '100'; +I:early_loading_bar_position_offset_x = '0'; +I:early_loading_logo_height = '120'; +I:early_loading_top_right_watermark_width = '100'; +I:early_loading_bottom_right_watermark_position_offset_y = '0'; +I:early_loading_window_height = '-1'; +S:early_loading_bar_progress_texture_path = '/config/fancymenu/assets/some_bar_progress_image.png'; +I:early_loading_bottom_right_watermark_position_offset_x = '0'; +S:early_loading_background_texture_path = '/config/fancymenu/assets/some_image.png'; +B:early_loading_background_preserve_aspect_ratio = 'true'; +I:early_loading_top_left_watermark_width = '100'; +B:early_loading_hide_logo = 'false'; +S:early_loading_bar_background_texture_path = '/config/fancymenu/assets/some_bar_background_image.png'; +S:early_loading_logo_texture_path = '/config/fancymenu/assets/some_image.png'; +S:early_loading_bottom_left_watermark_texture_path = '/config/fancymenu/assets/some_image.png'; +I:early_loading_top_left_watermark_position_offset_y = '0'; +I:early_loading_top_left_watermark_position_offset_x = '0'; +I:early_loading_logo_width = '480'; +S:early_loading_top_right_watermark_texture_path = '/config/fancymenu/assets/some_image.png'; +I:early_loading_bottom_left_watermark_width = '100'; +I:early_loading_bottom_right_watermark_width = '100'; +I:early_loading_bottom_left_watermark_height = '100'; +I:early_loading_bar_height = '40'; +S:early_loading_window_title = 'Minecraft'; +I:early_loading_top_left_watermark_height = '100'; +I:early_loading_window_width = '-1'; +I:early_loading_logo_position_offset_y = '-50'; +B:early_loading_hide_bar = 'false'; +I:early_loading_logo_position_offset_x = '0'; \ No newline at end of file From 6ae6990938ce4e7543a2afb57ab5a4909ee31f79 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 22 Nov 2025 16:54:03 +0100 Subject: [PATCH 50/82] Added RetardsResources through Paxi --- .../paxi/resourcepacks/RetardsResources.zip | Bin 0 -> 66630 bytes index.toml | 10 +++++++++- pack.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 config/yosbr/config/paxi/resourcepacks/RetardsResources.zip diff --git a/config/yosbr/config/paxi/resourcepacks/RetardsResources.zip b/config/yosbr/config/paxi/resourcepacks/RetardsResources.zip new file mode 100644 index 0000000000000000000000000000000000000000..b7660910817502bdb9a76dd7eceba6e9060bc728 GIT binary patch literal 66630 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 Zh??$j#VactP(1@15UMf(lPeQQI{?pGm}LL} literal 0 HcmV?d00001 diff --git a/index.toml b/index.toml index 80ce0f3..d824ac5 100644 --- a/index.toml +++ b/index.toml @@ -116,6 +116,10 @@ hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" file = "config/yosbr/config/debugify.json" hash = "eef3cca5127037fc337391ef49889a03e7102d6c2d1af866dcf007353b52324b" +[[files]] +file = "config/yosbr/config/drippyloadingscreen/options.txt" +hash = "8d0edcad69219e217683bde3437b11318db348c7cce676c7c67de99b58f0ccd5" + [[files]] file = "config/yosbr/config/dynamic_fps.json" hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" @@ -142,7 +146,7 @@ hash = "ff492043eaf454c46e949d5eef32ece90cc5a19feb50a161dd29a43b5732c880" [[files]] file = "config/yosbr/config/fancymenu/customizablemenus.txt" -hash = "dbd6fe91407ab5fbd956ac03e194d9042fe8c30f3ebaf31273dc10e82d229488" +hash = "15c7a10168420e13e7505a1206cb6282d0e632836b3157688f05c7d4e9abad86" [[files]] file = "config/yosbr/config/fancymenu/customization/drippy_loading_overlay_layout.txt" @@ -252,6 +256,10 @@ hash = "195baed1501b5a463600cb463556f9a59f362746418147e0b033ea855e44056d" file = "config/yosbr/config/paxi/datapacks/512-height.zip" hash = "12735bc3f990b167a62e942134eab052473c2f15ac2caaa365c4def8909b4f63" +[[files]] +file = "config/yosbr/config/paxi/resourcepacks/RetardsResources.zip" +hash = "6ed3698b185214f55148fe4773ee73cae63303faa3d76b9de18619e8fe7da490" + [[files]] file = "config/yosbr/config/pickupnotifier/pickupnotifier-client.toml" hash = "987df7f93e6cdfe6773eb3e8ffaef563f784bf3d07074c966cb2e92d0f425e77" diff --git a/pack.toml b/pack.toml index 7d4aabb..079ee88 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 = "80a545bd62596340d946098ef91e8ec248f9141a71b07fea4d5b2fa61aed203a" +hash = "fe9990e92d170bcc5b3757530d7296e052cb3fa5b204907e95e797ba3cd82ca1" [versions] fabric = "0.18.0" From 109efc3beb81a67c54dee9ff3691435c90c3a789 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 15:59:39 +0100 Subject: [PATCH 51/82] Updated pack to 0.0.4 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index f50b117..fc082e2 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.3" } }, + "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.4" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 70c4511..6c98fec 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Create 0.0.3", + "text": "Fabulous Create 0.0.4", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousCreate" diff --git a/index.toml b/index.toml index 3532729..715d7bb 100644 --- a/index.toml +++ b/index.toml @@ -10,7 +10,7 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "4503e200aeb19a71cf846473be6e57070d81c241a0e8354fe231206893f739e3" +hash = "d6a5d1241d3a60bc2d82f72b37361160b11acd99b93d5b130fab2f267c384e8d" [[files]] file = "config/fog/config.json" @@ -18,7 +18,7 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "2586fd93a50dce8116c803540bd4341de9bd2416ec5a36c1e8d233a11c88763c" +hash = "c696ed3d453455f2fb09d58023e3dd0080c20e8c5004974537756a86f048aa2c" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" diff --git a/pack.toml b/pack.toml index 3e3bca1..3cafb9c 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Create" author = "Malasaur" -version = "0.0.3" +version = "0.0.4" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "02632358deb05e05c1b532ee3aa1470f84d04ecffb59d04d4af5d10c72b0a942" +hash = "4f49e30f0c1ebc108902be4073c4de63036748ea4c897118db9560b591df70e2" [versions] fabric = "0.18.0" From bf4eb95c0fb9e8bc4cc3ad825af600402b8c4715 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 16:00:54 +0100 Subject: [PATCH 52/82] Added Farlands Reborn --- index.toml | 5 +++++ mods/farlands-reborn.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/farlands-reborn.pw.toml diff --git a/index.toml b/index.toml index d6f97b6..4b19beb 100644 --- a/index.toml +++ b/index.toml @@ -576,6 +576,11 @@ file = "mods/fadeless.pw.toml" hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" metafile = true +[[files]] +file = "mods/farlands-reborn.pw.toml" +hash = "3a296cd98f45b7c5b98afdfb8afdf2d0ce055ced7ea9f9ec23a9e3d6f664390f" +metafile = true + [[files]] file = "mods/fast-ip-ping.pw.toml" hash = "29d41095d30271247f296402d3e50d8ce060acf77808efcbe25de0ec84e76975" diff --git a/mods/farlands-reborn.pw.toml b/mods/farlands-reborn.pw.toml new file mode 100644 index 0000000..652d52a --- /dev/null +++ b/mods/farlands-reborn.pw.toml @@ -0,0 +1,13 @@ +name = "Farlands Reborn" +filename = "farlandsreborn-1.0.0-1.20.x.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Y2YGBPDD/versions/WZCh9X68/farlandsreborn-1.0.0-1.20.x.jar" +hash-format = "sha512" +hash = "c5af2b14da837a054ea4a38da926eb83f82516d8fab31b76ce3b7b1be78302215ad23d0332e5ed822acb08f12a1a1d4d5e5ca081bd0f58e5679f5262667755b3" + +[update] +[update.modrinth] +mod-id = "Y2YGBPDD" +version = "WZCh9X68" diff --git a/pack.toml b/pack.toml index 4a351de..e3826ec 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 = "8e16d2ef409cf978b914ffb47160fb1900a35c28f6a150cf6eb5afebee9b72e7" +hash = "86b628de6a94cebcdb26ae0c7e34bf57619adf414117d015c173f2c5730874ba" [versions] fabric = "0.18.0" From 1f9a07b407da08cf083f17f79bcd814b059f33b7 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 16:02:12 +0100 Subject: [PATCH 53/82] Updated pack to 0.1.7 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 49 +++++++++++++++++--------- pack.toml | 4 +-- 4 files changed, 36 insertions(+), 21 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index e7fddc2..3c28755 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.6" } }, + "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.7" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 2849e86..94913aa 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Worlds 0.1.6", + "text": "Fabulous Worlds 0.1.7", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousWorlds" diff --git a/index.toml b/index.toml index 4b19beb..a4ab87d 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "ad0039514aa6a4f7d6e7f1933e68457118b2ed890f95f64fc3ec9d8e217db7ab" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "edb5402dfb480463f4b9abd164ddc2eacb96e5515dfa08d347fcdb0f3464dd40" +hash = "bee54ad049b9f11a7a144b4b625c760a805c0de8cc630c51f8165093a8f56eeb" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "46989850bb10055a84ce1b5ff909d53e22c4300813beceee5428adf08b755283" +hash = "7c808e5f8b6e8d4287aed61b9819e26613e8fdaf157c49e6e4a52e20bb36b023" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -318,7 +318,7 @@ metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "7eb6b5ee57865d6221be3c428f5a0c4e449f4c86920e9f8736b4f755d7822edf" +hash = "7a266a082b54627e5f95aa154871114fded8c0a06af104e49cf08668b869cfad" metafile = true [[files]] @@ -403,7 +403,7 @@ metafile = true [[files]] file = "mods/cameraoverhaul.pw.toml" -hash = "1486599d6e290cf30708c54ce2b8caa0447f072080625213951d50665167ec56" +hash = "360c50d7131402e9dd322ec73da30715be320f35a0376768952e622e24e75bd1" metafile = true [[files]] @@ -426,6 +426,11 @@ file = "mods/chunky.pw.toml" hash = "b1581bbfae9d16690f4022536da6567f000130c4ea5e04d92177c1bc61fea709" metafile = true +[[files]] +file = "mods/cicada.pw.toml" +hash = "d226ea199a740bff4e07877a952dc6972273fb92fcddd258a8989bfbede63a8d" +metafile = true + [[files]] file = "mods/cit-resewn.pw.toml" hash = "d2e1ad62031e3700de73a87957a4acca747436a4135da695705cb5d293aa0890" @@ -543,7 +548,7 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "f1d9c0910c3172c83058cc6d9af49e9b8dd9a6e410b0113e41077a373a0646a0" +hash = "b13f84a7fad7d6e21cef513a9c8f8206e55f0b342b4030df540e3126ad5abb2a" metafile = true [[files]] @@ -553,7 +558,7 @@ metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "91f45174d8627de2d04922bcf83b4b7c31188fbfc748240fcca27ea4f3282e93" +hash = "605c081279d8e4e5c98e6a50304867214185d8b8f14434b71d388a20f4ad7d5d" metafile = true [[files]] @@ -608,7 +613,7 @@ metafile = true [[files]] file = "mods/forge-config-api-port.pw.toml" -hash = "4449401b59481016fa2a66d6e749795129160cb1ab3e7932e15033c6b5815455" +hash = "adea09f1e1b05da68cf7407992a9391b15985acf5465a888e54ae076dbd543ab" metafile = true [[files]] @@ -683,7 +688,7 @@ metafile = true [[files]] file = "mods/jade-addons-fabric.pw.toml" -hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" +hash = "b28167f09bbcaca3fee27d748191ed19ce37b9382bb4ae693a20f415f80ed305" metafile = true [[files]] @@ -693,7 +698,7 @@ metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "5948129ddeefd49c578465ec4533edecd506c22b87b0a5d40e4586886f661060" +hash = "9ea4057346d54e73b0adf8555f1c7621ff3ee09a5eec0b85824e7396bf48fde1" metafile = true [[files]] @@ -713,7 +718,7 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" -hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" +hash = "6c4d9be9d042e5a1028a420fa2f4aa435e6406445207a4d600700efbf037c35a" metafile = true [[files]] @@ -733,7 +738,7 @@ metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" +hash = "c8695e51366b601c5e9118a5d5650d234cc25fc8d1f90ebd186c17c199ba7fca" metafile = true [[files]] @@ -768,7 +773,7 @@ metafile = true [[files]] file = "mods/midnightlib.pw.toml" -hash = "f40488b90039380bde4615baca056eaec3afb62defccd7301a15af1c602970c3" +hash = "4b1b29ebfbbd9f23eb90c8c9f5113fce64c3ca605c8cad3aedaa25be83a82a53" metafile = true [[files]] @@ -898,12 +903,12 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "c8a71e74f0d57c3a80b7f1c59b9059ed845ea50f571e2f7698616343ffebbf93" +hash = "f3a90eec6694a894d94667727b97c3d72a8ebb871efc1176c65127c7c948055a" metafile = true [[files]] file = "mods/puzzle.pw.toml" -hash = "222ba96b4e6072eaf6cc9f0efaaebb6a166ee773897228ebb7513a804e932581" +hash = "80d9a8c3e6322d92adfe29f68bceff1ac16aae8f95cb60bf8206a0ec94e056af" metafile = true [[files]] @@ -911,6 +916,11 @@ file = "mods/puzzles-lib.pw.toml" hash = "a1eff7b33a54586b6989c7bfd89992f9d315f1c656b7596649d9af7017c6af7b" metafile = true +[[files]] +file = "mods/pwam.pw.toml" +hash = "a1b7da0628748cdc4a526b006868559b334744ea1933bf2a5718bd9fd41334bd" +metafile = true + [[files]] file = "mods/reeses-sodium-options.pw.toml" hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" @@ -941,6 +951,11 @@ file = "mods/seamless-loading-screen.pw.toml" hash = "a47d32bc04a461351608608f34543b818019ff928102422078f00d23b7a14fae" metafile = true +[[files]] +file = "mods/show-me-your-skin.pw.toml" +hash = "f29ba19cab72bdca9cbf01a557f5fb78513412094d4d4051295ab34ff1a86d9d" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "fae2bc6c282159f6a2e55e22d19241c625a9795dddbe8bd0f0b501c8aa709be1" @@ -1128,7 +1143,7 @@ metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "71f770de052aa976cd1ae1fc7b4274c421ec22298a592eabbbfb016fccde59c0" +hash = "8135967e211a1391ec38ade8eff9fc8fd7006c5beb7448760e6c611f183b7598" metafile = true [[files]] @@ -1153,12 +1168,12 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" -hash = "6cb10c1acf23548f593c8c2aa6cba4a3b2eed87e2ac88fa770b1147ca832acb6" +hash = "cfdbe86842057738cee46785543f649b1fe68914a1692e174f3330d95b5a69c4" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" -hash = "09154a6491085266b9cf59f68954ba3885a71d803eca581f3bf5fc16effb39ad" +hash = "fd6acf136496e368527c7ee5d5654bee9bb98da5bf17a8eaeebd1b470323383b" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index e3826ec..6ed135a 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.6" +version = "0.1.7" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "86b628de6a94cebcdb26ae0c7e34bf57619adf414117d015c173f2c5730874ba" +hash = "56a79dd7c815aa9fd2e64a75073351bf2aee7c98de1837d0365d1123593c8900" [versions] fabric = "0.18.0" From e2bb914937d783f6ba8db728e3d656ed56272897 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 16:04:18 +0100 Subject: [PATCH 54/82] Set Melody and Athena as both client and server side --- index.toml | 54 ++++++++++++++++++++++++++++------------- mods/athena-ctm.pw.toml | 2 +- mods/melody.pw.toml | 2 +- pack.toml | 2 +- 4 files changed, 40 insertions(+), 20 deletions(-) diff --git a/index.toml b/index.toml index d824ac5..50b8df2 100644 --- a/index.toml +++ b/index.toml @@ -384,7 +384,7 @@ metafile = true [[files]] file = "mods/athena-ctm.pw.toml" -hash = "064b0019e4f545599e5af2a4f74f11777086fce18e68f0b93dd77136ce7c0193" +hash = "db0cf0e8fa916c1f982e0e3b84f3bed423b7f68e24446508e6dd4374d578fdab" metafile = true [[files]] @@ -399,7 +399,7 @@ metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "7eb6b5ee57865d6221be3c428f5a0c4e449f4c86920e9f8736b4f755d7822edf" +hash = "7a266a082b54627e5f95aa154871114fded8c0a06af104e49cf08668b869cfad" metafile = true [[files]] @@ -494,7 +494,7 @@ metafile = true [[files]] file = "mods/cameraoverhaul.pw.toml" -hash = "1486599d6e290cf30708c54ce2b8caa0447f072080625213951d50665167ec56" +hash = "360c50d7131402e9dd322ec73da30715be320f35a0376768952e622e24e75bd1" metafile = true [[files]] @@ -522,6 +522,11 @@ file = "mods/chunky.pw.toml" hash = "b1581bbfae9d16690f4022536da6567f000130c4ea5e04d92177c1bc61fea709" metafile = true +[[files]] +file = "mods/cicada.pw.toml" +hash = "d226ea199a740bff4e07877a952dc6972273fb92fcddd258a8989bfbede63a8d" +metafile = true + [[files]] file = "mods/cit-resewn.pw.toml" hash = "d2e1ad62031e3700de73a87957a4acca747436a4135da695705cb5d293aa0890" @@ -774,7 +779,7 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "f1d9c0910c3172c83058cc6d9af49e9b8dd9a6e410b0113e41077a373a0646a0" +hash = "b13f84a7fad7d6e21cef513a9c8f8206e55f0b342b4030df540e3126ad5abb2a" metafile = true [[files]] @@ -784,7 +789,7 @@ metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "91f45174d8627de2d04922bcf83b4b7c31188fbfc748240fcca27ea4f3282e93" +hash = "605c081279d8e4e5c98e6a50304867214185d8b8f14434b71d388a20f4ad7d5d" metafile = true [[files]] @@ -812,6 +817,11 @@ file = "mods/fancymenu.pw.toml" hash = "b160c8e9e4ce27349d7977d0670efa698baf99c0e0eee910d7c57c4f7ec21bb7" metafile = true +[[files]] +file = "mods/farlands-reborn.pw.toml" +hash = "3a296cd98f45b7c5b98afdfb8afdf2d0ce055ced7ea9f9ec23a9e3d6f664390f" +metafile = true + [[files]] file = "mods/farmers-delight-refabricated.pw.toml" hash = "e09385ac1a1c0900b8fa619290eb0f0539949ebbc59f7604a7699485784ccc85" @@ -849,7 +859,7 @@ metafile = true [[files]] file = "mods/forge-config-api-port.pw.toml" -hash = "4449401b59481016fa2a66d6e749795129160cb1ab3e7932e15033c6b5815455" +hash = "adea09f1e1b05da68cf7407992a9391b15985acf5465a888e54ae076dbd543ab" metafile = true [[files]] @@ -954,7 +964,7 @@ metafile = true [[files]] file = "mods/jade-addons-fabric.pw.toml" -hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" +hash = "b28167f09bbcaca3fee27d748191ed19ce37b9382bb4ae693a20f415f80ed305" metafile = true [[files]] @@ -964,7 +974,7 @@ metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "5948129ddeefd49c578465ec4533edecd506c22b87b0a5d40e4586886f661060" +hash = "9ea4057346d54e73b0adf8555f1c7621ff3ee09a5eec0b85824e7396bf48fde1" metafile = true [[files]] @@ -984,7 +994,7 @@ metafile = true [[files]] file = "mods/ksyxis.pw.toml" -hash = "e8698f70155865c360b0048e94aadafa0d08b19b33859b5fbb4c16465f80d964" +hash = "6c4d9be9d042e5a1028a420fa2f4aa435e6406445207a4d600700efbf037c35a" metafile = true [[files]] @@ -1004,7 +1014,7 @@ metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" +hash = "c8695e51366b601c5e9118a5d5650d234cc25fc8d1f90ebd186c17c199ba7fca" metafile = true [[files]] @@ -1034,7 +1044,7 @@ metafile = true [[files]] file = "mods/melody.pw.toml" -hash = "a387dcfe8d66bcde451407d5608af67e95720dea13d94a20e13ad5340f6bec6e" +hash = "48d24649449a1f541b90fb784c52b5c142834f311b1702675e786f5350789da4" metafile = true [[files]] @@ -1049,7 +1059,7 @@ metafile = true [[files]] file = "mods/midnightlib.pw.toml" -hash = "f40488b90039380bde4615baca056eaec3afb62defccd7301a15af1c602970c3" +hash = "4b1b29ebfbbd9f23eb90c8c9f5113fce64c3ca605c8cad3aedaa25be83a82a53" metafile = true [[files]] @@ -1194,12 +1204,12 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "c8a71e74f0d57c3a80b7f1c59b9059ed845ea50f571e2f7698616343ffebbf93" +hash = "f3a90eec6694a894d94667727b97c3d72a8ebb871efc1176c65127c7c948055a" metafile = true [[files]] file = "mods/puzzle.pw.toml" -hash = "222ba96b4e6072eaf6cc9f0efaaebb6a166ee773897228ebb7513a804e932581" +hash = "80d9a8c3e6322d92adfe29f68bceff1ac16aae8f95cb60bf8206a0ec94e056af" metafile = true [[files]] @@ -1207,6 +1217,11 @@ file = "mods/puzzles-lib.pw.toml" hash = "a1eff7b33a54586b6989c7bfd89992f9d315f1c656b7596649d9af7017c6af7b" metafile = true +[[files]] +file = "mods/pwam.pw.toml" +hash = "a1b7da0628748cdc4a526b006868559b334744ea1933bf2a5718bd9fd41334bd" +metafile = true + [[files]] file = "mods/reeses-sodium-options.pw.toml" hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" @@ -1242,6 +1257,11 @@ file = "mods/seamless-loading-screen.pw.toml" hash = "a47d32bc04a461351608608f34543b818019ff928102422078f00d23b7a14fae" metafile = true +[[files]] +file = "mods/show-me-your-skin.pw.toml" +hash = "f29ba19cab72bdca9cbf01a557f5fb78513412094d4d4051295ab34ff1a86d9d" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "fae2bc6c282159f6a2e55e22d19241c625a9795dddbe8bd0f0b501c8aa709be1" @@ -1474,7 +1494,7 @@ metafile = true [[files]] file = "resourcepacks/fresh-animations.pw.toml" -hash = "71f770de052aa976cd1ae1fc7b4274c421ec22298a592eabbbfb016fccde59c0" +hash = "8135967e211a1391ec38ade8eff9fc8fd7006c5beb7448760e6c611f183b7598" metafile = true [[files]] @@ -1499,12 +1519,12 @@ metafile = true [[files]] file = "resourcepacks/translations-for-sodium.pw.toml" -hash = "6cb10c1acf23548f593c8c2aa6cba4a3b2eed87e2ac88fa770b1147ca832acb6" +hash = "cfdbe86842057738cee46785543f649b1fe68914a1692e174f3330d95b5a69c4" metafile = true [[files]] file = "resourcepacks/unique-dark.pw.toml" -hash = "09154a6491085266b9cf59f68954ba3885a71d803eca581f3bf5fc16effb39ad" +hash = "fd6acf136496e368527c7ee5d5654bee9bb98da5bf17a8eaeebd1b470323383b" metafile = true [[files]] diff --git a/mods/athena-ctm.pw.toml b/mods/athena-ctm.pw.toml index dd7c5dc..4771b9b 100644 --- a/mods/athena-ctm.pw.toml +++ b/mods/athena-ctm.pw.toml @@ -1,6 +1,6 @@ name = "Athena" filename = "athena-fabric-1.20.1-3.1.2.jar" -side = "client" +side = "both" [download] url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/mXJWSwbJ/athena-fabric-1.20.1-3.1.2.jar" diff --git a/mods/melody.pw.toml b/mods/melody.pw.toml index 6d6f728..6a2da31 100644 --- a/mods/melody.pw.toml +++ b/mods/melody.pw.toml @@ -1,6 +1,6 @@ name = "Melody" filename = "melody_fabric_1.0.4_MC_1.20.1-1.20.4.jar" -side = "client" +side = "both" [download] url = "https://cdn.modrinth.com/data/CVT4pFB2/versions/2o0oW8Yv/melody_fabric_1.0.4_MC_1.20.1-1.20.4.jar" diff --git a/pack.toml b/pack.toml index 079ee88..c0c5038 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 = "fe9990e92d170bcc5b3757530d7296e052cb3fa5b204907e95e797ba3cd82ca1" +hash = "3351573beba4149fbbd0e24edb56c17601daabd64d4a2ab7308ba5a897ab2993" [versions] fabric = "0.18.0" From 300a6a96ee7ca652ed424dc56d6ce68fa8d4300b Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 16:07:17 +0100 Subject: [PATCH 55/82] Added: * Framework * Refurbished Furniture Removed: * ImmersiveMC --- config/yosbr/config/immersive_mc-client.json | 3 --- index.toml | 19 ++++++++++--------- mods/framework.pw.toml | 13 +++++++++++++ mods/immersivemc.pw.toml | 13 ------------- mods/refurbished-furniture.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 6 files changed, 37 insertions(+), 26 deletions(-) delete mode 100644 config/yosbr/config/immersive_mc-client.json create mode 100644 mods/framework.pw.toml delete mode 100644 mods/immersivemc.pw.toml create mode 100644 mods/refurbished-furniture.pw.toml diff --git a/config/yosbr/config/immersive_mc-client.json b/config/yosbr/config/immersive_mc-client.json deleted file mode 100644 index a5cfd71..0000000 --- a/config/yosbr/config/immersive_mc-client.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "disableImmersiveMCOutsideVR": true -} diff --git a/index.toml b/index.toml index 50b8df2..d781e3b 100644 --- a/index.toml +++ b/index.toml @@ -196,10 +196,6 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" file = "config/yosbr/config/immediatelyfast.json" hash = "51c7ea47f63e38651a542dae94caaaa843924b9f00e77efb18ed15207cc167a8" -[[files]] -file = "config/yosbr/config/immersive_mc-client.json" -hash = "1bcb35e0eb1bd436c8c1090351d2d8443c72748a8be62f0e8eb6941e1fb8e616" - [[files]] file = "config/yosbr/config/iris.properties" hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" @@ -862,6 +858,11 @@ file = "mods/forge-config-api-port.pw.toml" hash = "adea09f1e1b05da68cf7407992a9391b15985acf5465a888e54ae076dbd543ab" metafile = true +[[files]] +file = "mods/framework.pw.toml" +hash = "42b0e94254b3fa4eaf4cfe24d67223acfd0c93868f1e9df19d1f8c172b8dbda4" +metafile = true + [[files]] file = "mods/geckolib.pw.toml" hash = "21d2df923fa369d69a40d69f6466153146bf403367430eaeb2569c1554857df8" @@ -922,11 +923,6 @@ file = "mods/immersive-ui.pw.toml" hash = "71ddcef1fbd1b128a705ce8f9a57e8aeda4421f08c47241484d08bd264cb7c98" metafile = true -[[files]] -file = "mods/immersivemc.pw.toml" -hash = "f790558f13e13df1efe250b84e4249cdc849bb499db4d0d79debe1f10a6f8723" -metafile = true - [[files]] file = "mods/immersivethunder.pw.toml" hash = "1e7626658f151f660110a788c0e3771f08a023992a62c38aacb272fd9559dd94" @@ -1227,6 +1223,11 @@ file = "mods/reeses-sodium-options.pw.toml" hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" metafile = true +[[files]] +file = "mods/refurbished-furniture.pw.toml" +hash = "0cd339450fbb74cebddfc4aa9599a98d0bdc9dc0e3a82d9d5456007127f94d2d" +metafile = true + [[files]] file = "mods/remove-terralith-intro-message.pw.toml" hash = "fe85eb7e13d32999eb376d154be220d82134c534a3f066fa263fb4af11535232" diff --git a/mods/framework.pw.toml b/mods/framework.pw.toml new file mode 100644 index 0000000..4069576 --- /dev/null +++ b/mods/framework.pw.toml @@ -0,0 +1,13 @@ +name = "Framework" +filename = "framework-fabric-1.20.1-0.7.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "01965e598708e78c5c31aab66de8b8b6e9eafc1e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6531429 +project-id = 549225 diff --git a/mods/immersivemc.pw.toml b/mods/immersivemc.pw.toml deleted file mode 100644 index c945541..0000000 --- a/mods/immersivemc.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ImmersiveMC" -filename = "immersivemc-1.5.8-1.20.1-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/XJ9is6vj/versions/sEYkdo8p/immersivemc-1.5.8-1.20.1-fabric.jar" -hash-format = "sha512" -hash = "fa911a1df8641c3dd97d2de186644181acafd27286460cedf106cbc5b1481ff55656f9efd971769faf419dcdf5ee0b9778d6c36b1ecdc1af702f0560e5865ad8" - -[update] -[update.modrinth] -mod-id = "XJ9is6vj" -version = "sEYkdo8p" diff --git a/mods/refurbished-furniture.pw.toml b/mods/refurbished-furniture.pw.toml new file mode 100644 index 0000000..6ce90fa --- /dev/null +++ b/mods/refurbished-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "MrCrayfish's Furniture Mod: Refurbished" +filename = "refurbished_furniture-fabric-1.20.1-1.0.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b16d2dbca7e831051ed15d5e510d310f11ce31e1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7110920 +project-id = 897116 diff --git a/pack.toml b/pack.toml index c0c5038..ae8decc 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 = "3351573beba4149fbbd0e24edb56c17601daabd64d4a2ab7308ba5a897ab2993" +hash = "cdff1224df58f9457f5745eccb737024ca4804657468b8950575e4864304f91c" [versions] fabric = "0.18.0" From a9724eca69365d1eeb4f2e7a915d89708acee111 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 16:08:18 +0100 Subject: [PATCH 56/82] Updated pack to 0.3.3 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index afd3df1..ac5620b 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.2" } }, + "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.3" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 6de0073..8f8ce09 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Retards Modpack 0.3.2", + "text": "Retards Modpack 0.3.3", "clickEvent": { "action": "open_url", "value": "https://git.brixserver.uk/Malasaur/RetardsModpack" diff --git a/index.toml b/index.toml index d781e3b..274ab94 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "31b2ae9cd814746b509f1d202c5ae77f70bc38d18fe8a639f6dc45810bd4d9ed" +hash = "d5c1599204221c675c1f6d045859834cf2d652bd4eabdc74d1d63ff5160f050a" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "b8e8ae3149effc424c613e5b706e4dc12a2c7d4346afcfba6c11c94357085d1c" +hash = "3419bc24a92e036e81063fb2764901220dfb6b3a743ad1a8f59c48a5c1d91e5e" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" diff --git a/pack.toml b/pack.toml index ae8decc..d295c6d 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Retards Modpack" author = "Malasaur" -version = "0.3.2" +version = "0.3.3" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "cdff1224df58f9457f5745eccb737024ca4804657468b8950575e4864304f91c" +hash = "2484d087c0499d23bfdb1ac1d284e1307406b9fb79964af4e8af836730cc3972" [versions] fabric = "0.18.0" From bbbb8483592698d6513709527f7f8b22f24e7b67 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 16:39:10 +0100 Subject: [PATCH 57/82] Rolled back to previous Jade Addons version --- index.toml | 2 +- mods/jade-addons-fabric.pw.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.toml b/index.toml index a4ab87d..3078410 100644 --- a/index.toml +++ b/index.toml @@ -688,7 +688,7 @@ metafile = true [[files]] file = "mods/jade-addons-fabric.pw.toml" -hash = "b28167f09bbcaca3fee27d748191ed19ce37b9382bb4ae693a20f415f80ed305" +hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" metafile = true [[files]] diff --git a/mods/jade-addons-fabric.pw.toml b/mods/jade-addons-fabric.pw.toml index d929059..a01e5ed 100644 --- a/mods/jade-addons-fabric.pw.toml +++ b/mods/jade-addons-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Jade Addons (Fabric)" -filename = "JadeAddons-1.20.1-Fabric-5.5.1.jar" +filename = "JadeAddons-1.20.1-Fabric-5.4.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/fThnVRli/versions/kBOrKrXR/JadeAddons-1.20.1-Fabric-5.5.1.jar" +url = "https://cdn.modrinth.com/data/fThnVRli/versions/DSkzT8Ma/JadeAddons-1.20.1-Fabric-5.4.0.jar" hash-format = "sha512" -hash = "0bdac201dfa22f421540c24a1771a3e9ea2fb350138ab65d4ce29010b3696f5ba1504c68a7722dc846d6f7e4507e0c69a62dee080423afe08abeff9fb7a1e766" +hash = "c5ee77d69989f50f4e862e17854e6a5d9243f3e01bf6660e1a45082a80eccb17b2eaee25c1d182942bac156d6fa0ac439b6c0c9fb92d55f575df5405a84e4fad" [update] [update.modrinth] mod-id = "fThnVRli" -version = "kBOrKrXR" +version = "DSkzT8Ma" diff --git a/pack.toml b/pack.toml index 6ed135a..f0065d2 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 = "56a79dd7c815aa9fd2e64a75073351bf2aee7c98de1837d0365d1123593c8900" +hash = "9735bcb1f5e46628c4b89710023757e5548144468d738d2f69af2a3c4275da08" [versions] fabric = "0.18.0" From 7b21c194478c7dbf63f3448667151d894c797e20 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 16:39:51 +0100 Subject: [PATCH 58/82] Rolled back to previous Jade Addons version --- index.toml | 2 +- mods/jade-addons-fabric.pw.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.toml b/index.toml index 715d7bb..382d1d6 100644 --- a/index.toml +++ b/index.toml @@ -710,7 +710,7 @@ metafile = true [[files]] file = "mods/jade-addons-fabric.pw.toml" -hash = "b28167f09bbcaca3fee27d748191ed19ce37b9382bb4ae693a20f415f80ed305" +hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" metafile = true [[files]] diff --git a/mods/jade-addons-fabric.pw.toml b/mods/jade-addons-fabric.pw.toml index d929059..a01e5ed 100644 --- a/mods/jade-addons-fabric.pw.toml +++ b/mods/jade-addons-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Jade Addons (Fabric)" -filename = "JadeAddons-1.20.1-Fabric-5.5.1.jar" +filename = "JadeAddons-1.20.1-Fabric-5.4.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/fThnVRli/versions/kBOrKrXR/JadeAddons-1.20.1-Fabric-5.5.1.jar" +url = "https://cdn.modrinth.com/data/fThnVRli/versions/DSkzT8Ma/JadeAddons-1.20.1-Fabric-5.4.0.jar" hash-format = "sha512" -hash = "0bdac201dfa22f421540c24a1771a3e9ea2fb350138ab65d4ce29010b3696f5ba1504c68a7722dc846d6f7e4507e0c69a62dee080423afe08abeff9fb7a1e766" +hash = "c5ee77d69989f50f4e862e17854e6a5d9243f3e01bf6660e1a45082a80eccb17b2eaee25c1d182942bac156d6fa0ac439b6c0c9fb92d55f575df5405a84e4fad" [update] [update.modrinth] mod-id = "fThnVRli" -version = "kBOrKrXR" +version = "DSkzT8Ma" diff --git a/pack.toml b/pack.toml index 3cafb9c..c74b296 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 = "4f49e30f0c1ebc108902be4073c4de63036748ea4c897118db9560b591df70e2" +hash = "70c0e3b0ad2cbdabbaa79dc21af85aff7c706c055467288b9f24de2e8a6c08a1" [versions] fabric = "0.18.0" From 86af8637772d96068d93946c1c50bcb4408ce1fd Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 29 Nov 2025 16:40:28 +0100 Subject: [PATCH 59/82] Rolled back to previous Jade Addons version --- index.toml | 2 +- mods/jade-addons-fabric.pw.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.toml b/index.toml index 274ab94..6af3f1f 100644 --- a/index.toml +++ b/index.toml @@ -960,7 +960,7 @@ metafile = true [[files]] file = "mods/jade-addons-fabric.pw.toml" -hash = "b28167f09bbcaca3fee27d748191ed19ce37b9382bb4ae693a20f415f80ed305" +hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" metafile = true [[files]] diff --git a/mods/jade-addons-fabric.pw.toml b/mods/jade-addons-fabric.pw.toml index d929059..a01e5ed 100644 --- a/mods/jade-addons-fabric.pw.toml +++ b/mods/jade-addons-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Jade Addons (Fabric)" -filename = "JadeAddons-1.20.1-Fabric-5.5.1.jar" +filename = "JadeAddons-1.20.1-Fabric-5.4.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/fThnVRli/versions/kBOrKrXR/JadeAddons-1.20.1-Fabric-5.5.1.jar" +url = "https://cdn.modrinth.com/data/fThnVRli/versions/DSkzT8Ma/JadeAddons-1.20.1-Fabric-5.4.0.jar" hash-format = "sha512" -hash = "0bdac201dfa22f421540c24a1771a3e9ea2fb350138ab65d4ce29010b3696f5ba1504c68a7722dc846d6f7e4507e0c69a62dee080423afe08abeff9fb7a1e766" +hash = "c5ee77d69989f50f4e862e17854e6a5d9243f3e01bf6660e1a45082a80eccb17b2eaee25c1d182942bac156d6fa0ac439b6c0c9fb92d55f575df5405a84e4fad" [update] [update.modrinth] mod-id = "fThnVRli" -version = "kBOrKrXR" +version = "DSkzT8Ma" diff --git a/pack.toml b/pack.toml index d295c6d..0c91cde 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 = "2484d087c0499d23bfdb1ac1d284e1307406b9fb79964af4e8af836730cc3972" +hash = "8c00041b1c3a458bccf0a3ce28e1062ce46fbad7dc3b952311909c482d14a306" [versions] fabric = "0.18.0" From 674358f7b258d9dd2c5331fc4975e22a90fe2212 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 8 Dec 2025 18:02:20 +0100 Subject: [PATCH 60/82] Updated: * Lootr * Oh The Biomes We've Gone --- index.toml | 4 ++-- mods/lootr.pw.toml | 8 ++++---- mods/oh-the-biomes-weve-gone.pw.toml | 8 ++++---- pack.toml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.toml b/index.toml index 5abe25d..93cba22 100644 --- a/index.toml +++ b/index.toml @@ -748,7 +748,7 @@ metafile = true [[files]] file = "mods/lootr.pw.toml" -hash = "b66a3d19ffb4c3c122f3844421dee04acbcf1a7a6fadb277ea803ca9dd96e4b5" +hash = "bc91fa90e9f26f3ff3690c1a508647a162cd63dc36d815b8af0d6f5e01e5ecbf" metafile = true [[files]] @@ -868,7 +868,7 @@ metafile = true [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" -hash = "fbbde088e1c748d703a69986fc4fd4d61148a9b7be8ed8bca6d293b42c3abedb" +hash = "bfabcc5a7cce76f6f70ea63890da79fb3b02459f6fd80f06e1d03381276da93d" metafile = true [[files]] diff --git a/mods/lootr.pw.toml b/mods/lootr.pw.toml index 73e8bbe..23c95c9 100644 --- a/mods/lootr.pw.toml +++ b/mods/lootr.pw.toml @@ -1,13 +1,13 @@ name = "Lootr" -filename = "lootr-fabric-1.20-0.7.35.85.jar" +filename = "lootr-fabric-1.20-0.7.35.86.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/EltpO5cN/versions/udi9KR9R/lootr-fabric-1.20-0.7.35.85.jar" +url = "https://cdn.modrinth.com/data/EltpO5cN/versions/nj1zDLc6/lootr-fabric-1.20-0.7.35.86.jar" hash-format = "sha512" -hash = "147fe13c491c47a380a5d0e2298187883e714dc81d135e4292b22662cf65d99a1f461eefa2b2a8da394752bfb6e04e6ff384d3472538c7a54a72cca83d370dbd" +hash = "73b303bf9566b85fe5cf484783c29a1afa9df35e791f20570bde39f6ec1993a32f4a88bceb298245d2f989510d0c19f8053371a69468769dccad5427c217c1e8" [update] [update.modrinth] mod-id = "EltpO5cN" -version = "udi9KR9R" +version = "nj1zDLc6" diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml index 60024a5..f9bc59a 100644 --- a/mods/oh-the-biomes-weve-gone.pw.toml +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -1,13 +1,13 @@ name = "Oh The Biomes We've Gone" -filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.7.1.jar" +filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.7.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/CgEaVfbj/Oh-The-Biomes-Weve-Gone-Fabric-1.7.1.jar" +url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/TiXHvI0Z/Oh-The-Biomes-Weve-Gone-Fabric-1.7.2.jar" hash-format = "sha512" -hash = "398af2e40c82c57105972ded577431cac6e92f459409e7807dfca3a6396f8ec9489c6332cee7592eb1ff3571479b8417a65ea4bfb28eabfc4a14d9a586a4c40a" +hash = "e709d0602729301c83006d5e69fdd11b5a29140fbe0decd228e9f1f79c2fc915f734722a9b0ca0eed0f9d60eb08777f1a235a3b5470781a001e0ae3e1ee34876" [update] [update.modrinth] mod-id = "NTi7d3Xc" -version = "CgEaVfbj" +version = "TiXHvI0Z" diff --git a/pack.toml b/pack.toml index c6e632a..41a4bcd 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 = "bb220fa95abbb092d995f07e232e3c6aa44de2c4ba155161f494d9268a30efa9" +hash = "f8b29dd016b41986860858ed9addfc7ce0f33da9d33f47e6b8887573ea671708" [versions] fabric = "0.18.0" From 9c3ccbe850787d19e467623e2948a868a94d6eba Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 8 Dec 2025 18:17:39 +0100 Subject: [PATCH 61/82] Updated pack to 0.1.8 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 3c28755..c468171 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.7" } }, + "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.8" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 94913aa..935db2d 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Worlds 0.1.7", + "text": "Fabulous Worlds 0.1.8", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousWorlds" diff --git a/index.toml b/index.toml index 93cba22..0b92c37 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "ad0039514aa6a4f7d6e7f1933e68457118b2ed890f95f64fc3ec9d8e217db7ab" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "bee54ad049b9f11a7a144b4b625c760a805c0de8cc630c51f8165093a8f56eeb" +hash = "48f9882f2bc56285e1d9eadc8a9a7059099518f1ae99baae610e5206140713dc" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "7c808e5f8b6e8d4287aed61b9819e26613e8fdaf157c49e6e4a52e20bb36b023" +hash = "6544698f6a057b5e2f8cac24ece75c0bd78a585fdb963f5e298fa4a940647b15" [[files]] file = "config/jade/plugins.json" diff --git a/pack.toml b/pack.toml index 41a4bcd..6f1595f 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.7" +version = "0.1.8" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f8b29dd016b41986860858ed9addfc7ce0f33da9d33f47e6b8887573ea671708" +hash = "5fc701067931b607e0872224c45827110945b451dbea621eb3829d59cdeab6ef" [versions] fabric = "0.18.0" From b40bd10ac91ba8c08bbcc5cb9640dc29cc694d7b Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 8 Dec 2025 18:27:22 +0100 Subject: [PATCH 62/82] Removed Create: Train Perspective --- index.toml | 5 ----- mods/create-train-perspective.pw.toml | 13 ------------- pack.toml | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 mods/create-train-perspective.pw.toml diff --git a/index.toml b/index.toml index 466e857..6b377c7 100644 --- a/index.toml +++ b/index.toml @@ -483,11 +483,6 @@ file = "mods/create-steam-n-rails.pw.toml" hash = "b79bc9976d5958f4b88ca23575e0d0dc677a2b06931108f6f7bc3fd3e46bb22c" metafile = true -[[files]] -file = "mods/create-train-perspective.pw.toml" -hash = "3a7e9ae9a7ff284d61665a98149fbb07c67b9235315473440ceb9d121a45209e" -metafile = true - [[files]] file = "mods/create-ultimate-factory.pw.toml" hash = "2175c6f9f0ab263b1e2bed479a92e02fe9d4ae0d9e4ce80bf0f72e919049235b" diff --git a/mods/create-train-perspective.pw.toml b/mods/create-train-perspective.pw.toml deleted file mode 100644 index e9fe5e1..0000000 --- a/mods/create-train-perspective.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Train Perspective" -filename = "create-train-perspective-1.0.0+mc1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/MAuPqvf1/versions/MEr1HxeV/create-train-perspective-1.0.0%2Bmc1.20.1.jar" -hash-format = "sha512" -hash = "300b3c7882bb45001c3fc8355f899cc58d2317f8f0d08c10bc4f72eec40c3e2670bcc466aa0b6a86e28e232d48916f0b9900f0448fada3844e631d75db641601" - -[update] -[update.modrinth] -mod-id = "MAuPqvf1" -version = "MEr1HxeV" diff --git a/pack.toml b/pack.toml index 3085d2e..bf5f24d 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 = "f972373cb2af89e05b5e88de9788e5e8a07963101a1bf06316747ee5f33b4f8f" +hash = "676eef39337b67d5f63a7397bd85e49d9d2d0cafc47b6cda49d85bf7935b79f8" [versions] fabric = "0.18.0" From f6365d4918476789d2e902c565ca4d296b766429 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 8 Dec 2025 18:28:37 +0100 Subject: [PATCH 63/82] Updated pack to 0.0.5 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index fc082e2..1a33310 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.4" } }, + "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.5" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 6c98fec..43de740 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Create 0.0.4", + "text": "Fabulous Create 0.0.5", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousCreate" diff --git a/index.toml b/index.toml index 6b377c7..8002e29 100644 --- a/index.toml +++ b/index.toml @@ -10,7 +10,7 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "d6a5d1241d3a60bc2d82f72b37361160b11acd99b93d5b130fab2f267c384e8d" +hash = "006845ed49d96bb625e1aa1ac4a69f259597b5ffd74a0f160d529b21e00870b9" [[files]] file = "config/fog/config.json" @@ -18,7 +18,7 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "c696ed3d453455f2fb09d58023e3dd0080c20e8c5004974537756a86f048aa2c" +hash = "0dc04b9dac86d029d534e3e3bf71c81e0310e3e540475c00113a8bb6bf4715a2" [[files]] file = "config/jade/plugins.json" diff --git a/pack.toml b/pack.toml index bf5f24d..c473377 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Create" author = "Malasaur" -version = "0.0.4" +version = "0.0.5" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "676eef39337b67d5f63a7397bd85e49d9d2d0cafc47b6cda49d85bf7935b79f8" +hash = "57ebc46aea6e923a1456e5726beb705c4eac45b804eb80412a6b17322e567969" [versions] fabric = "0.18.0" From d5310e23894a806972f4b524dbe9ab8bcd10a320 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Mon, 8 Dec 2025 18:37:11 +0100 Subject: [PATCH 64/82] Updated: * FancyMenu * TaCZ --- index.toml | 4 ++-- mods/fancymenu.pw.toml | 8 ++++---- mods/tacz-refabricated.pw.toml | 8 ++++---- pack.toml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.toml b/index.toml index ce38f2d..dca71ce 100644 --- a/index.toml +++ b/index.toml @@ -805,7 +805,7 @@ metafile = true [[files]] file = "mods/fancymenu.pw.toml" -hash = "b160c8e9e4ce27349d7977d0670efa698baf99c0e0eee910d7c57c4f7ec21bb7" +hash = "4bd9ac202d078e664dd7d6a9edc52886ff2282aab14f7ad9cf7492b7424cb495" metafile = true [[files]] @@ -1320,7 +1320,7 @@ metafile = true [[files]] file = "mods/tacz-refabricated.pw.toml" -hash = "397f6460a3cb8961218af6f7d78290f33d652494f242208a0119bda23824cb80" +hash = "d236d9e2fdd193bc99eeee5be2cc6170ebb3a559fdfc94d1b2f39a37166f47d0" metafile = true [[files]] diff --git a/mods/fancymenu.pw.toml b/mods/fancymenu.pw.toml index ff3eccb..7e4dba1 100644 --- a/mods/fancymenu.pw.toml +++ b/mods/fancymenu.pw.toml @@ -1,13 +1,13 @@ name = "FancyMenu" -filename = "fancymenu_fabric_3.8.0_MC_1.20.1.jar" +filename = "fancymenu_fabric_3.8.1_MC_1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Wq5SjeWM/versions/8AvCcYCF/fancymenu_fabric_3.8.0_MC_1.20.1.jar" +url = "https://cdn.modrinth.com/data/Wq5SjeWM/versions/EBkgoKxF/fancymenu_fabric_3.8.1_MC_1.20.1.jar" hash-format = "sha512" -hash = "66581ba545b5837a05c480c0bb8eec3b54a2962fec40fdf1f049ed9d606ed8e9572e0a566cefb2a1a35b9c2b28966c7c07d7deff4f5a42faa84502df96c91946" +hash = "1edb8bba4901b32387717efdc4a10c40aa8244e0daa2bb0cd87c29d9548a3a66c10978a613b7f7a165caff6e1f2daf60fa2327fe7838056b0c54b495dd228625" [update] [update.modrinth] mod-id = "Wq5SjeWM" -version = "8AvCcYCF" +version = "EBkgoKxF" diff --git a/mods/tacz-refabricated.pw.toml b/mods/tacz-refabricated.pw.toml index d03f103..bcea56e 100644 --- a/mods/tacz-refabricated.pw.toml +++ b/mods/tacz-refabricated.pw.toml @@ -1,13 +1,13 @@ name = "TaCZ: Refabricated" -filename = "TACZ-Refabricated-1.20.1-0.1.1-forge1.1.6-hotfix.jar" +filename = "TACZ-Refabricated-1.20.1-0.2.0-forge1.1.7.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/1j76DVHU/versions/FvYhSDJE/TACZ-Refabricated-1.20.1-0.1.1-forge1.1.6-hotfix.jar" +url = "https://cdn.modrinth.com/data/1j76DVHU/versions/kQKZGGwM/TACZ-Refabricated-1.20.1-0.2.0-forge1.1.7.jar" hash-format = "sha512" -hash = "92b9c02987eb223d683d13e0c2e6cda38efbf96b8298ab3f1ff128da0dc7169bae34c6cc9922ea425d2ef9bb0ca87700a44a6fba4b902264cba4901eed26a68b" +hash = "d3a8fdab4b47246a378cc64d718e6dccfacef9d94ff798ea9fb0eeaed15f9c2d5124ba1284eeb60347829c8ef1a1ee19400c6f71aabe54aa88eff414d90e6868" [update] [update.modrinth] mod-id = "1j76DVHU" -version = "FvYhSDJE" +version = "kQKZGGwM" diff --git a/pack.toml b/pack.toml index 40ead6f..a009672 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 = "140bfd00fa90bbbc7fe9ccb6680f283b8721a50d0b3a1c99254926ccf426ae42" +hash = "781b99658fab22eca5637653524ce3f8536c94b7c0c67a8f2dd1e372457ea72c" [versions] fabric = "0.18.0" From c9362882f15e564ee48c6602a85933ec83ac6cb0 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sun, 14 Dec 2025 11:01:34 +0100 Subject: [PATCH 65/82] Updated pack to 0.0.6 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 1a33310..0b6e54d 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.5" } }, + "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.6" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 43de740..d7e72cb 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Create 0.0.5", + "text": "Fabulous Create 0.0.6", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousCreate" diff --git a/index.toml b/index.toml index 95d27a2..0518f7f 100644 --- a/index.toml +++ b/index.toml @@ -6,7 +6,7 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "006845ed49d96bb625e1aa1ac4a69f259597b5ffd74a0f160d529b21e00870b9" +hash = "28ef98fc4ed0fb915e80c95086eedcdad24c907739fc5047fb630d81688162cf" [[files]] file = "config/fog/config.json" @@ -14,7 +14,7 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "0dc04b9dac86d029d534e3e3bf71c81e0310e3e540475c00113a8bb6bf4715a2" +hash = "d94179879f2a144e2e6a17dc6cdbfd3d3caf97f484719bd23dfcd5d134beb791" [[files]] file = "config/jade/plugins.json" diff --git a/pack.toml b/pack.toml index b401b6a..02462a8 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Create" author = "Malasaur" -version = "0.0.5" +version = "0.0.6" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "b6212fac8f2ddff7b039af337ace9f39b1235ff6ee852eb8ce391a325508f53e" +hash = "4e65f55d4533550dc90e2f4d232e1955f13cd463fef50dd72610226abb43d6cd" [versions] fabric = "0.18.0" From 98b3f0a955c2d237adda997c620a20afca13d1a7 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sun, 14 Dec 2025 11:04:11 +0100 Subject: [PATCH 66/82] Added Ender Dragon Fight Remastered --- index.toml | 5 +++++ mods/edf-remastered.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/edf-remastered.pw.toml diff --git a/index.toml b/index.toml index bec6018..f931364 100644 --- a/index.toml +++ b/index.toml @@ -527,6 +527,11 @@ file = "mods/ebe.pw.toml" hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" metafile = true +[[files]] +file = "mods/edf-remastered.pw.toml" +hash = "b8f4c6a7a6ca91737bdae663eebc6315dcf2a4fcb0ad7715aa8730bb6f0c1382" +metafile = true + [[files]] file = "mods/emotecraft.pw.toml" hash = "bd53dcb193060715c659e96aedafd08dedd193ebb1f0a79fe15f6786a315a6c0" diff --git a/mods/edf-remastered.pw.toml b/mods/edf-remastered.pw.toml new file mode 100644 index 0000000..2929641 --- /dev/null +++ b/mods/edf-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Ender Dragon Fight Remastered" +filename = "edf-remastered-4.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HQsBdHGd/versions/sJX8dbua/edf-remastered-4.3.jar" +hash-format = "sha512" +hash = "a08f40e37344c5608ac31e67758107ee42a637140f94d0feb8d1920c19b4ab1eebc40d5bcc3e538f8404401029efdc6986ced158feb4e72bb48a561f7f376fa5" + +[update] +[update.modrinth] +mod-id = "HQsBdHGd" +version = "sJX8dbua" diff --git a/pack.toml b/pack.toml index c95e138..5a28007 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 = "73e465a658f393996022801e7a087da0db85b34d7916e4cf084e985cda8b7e4e" +hash = "0546c87bf109390d3d1473bd2358525fc9735b9e081585bd12c7eaeccaae03c5" [versions] fabric = "0.18.0" From 2f40372ae8426a64cd138b92c495e14c2455f5b9 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sun, 14 Dec 2025 11:06:25 +0100 Subject: [PATCH 67/82] Updated pack to 0.1.9 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index c468171..039f79f 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.8" } }, + "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.9" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 935db2d..6bfb84e 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Worlds 0.1.8", + "text": "Fabulous Worlds 0.1.9", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousWorlds" diff --git a/index.toml b/index.toml index f931364..bb0b0d9 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "48f9882f2bc56285e1d9eadc8a9a7059099518f1ae99baae610e5206140713dc" +hash = "f875798753bc71ab4faa5209da9d8ebb83a01831ee2bca7a3f20830688c81ec9" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "6544698f6a057b5e2f8cac24ece75c0bd78a585fdb963f5e298fa4a940647b15" +hash = "fbb1ee55903e436d0627e069164b79e6de861f31966c11b6f0f6973e9d2b579f" [[files]] file = "config/jade/plugins.json" diff --git a/pack.toml b/pack.toml index 5a28007..0cc2d40 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.8" +version = "0.1.9" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0546c87bf109390d3d1473bd2358525fc9735b9e081585bd12c7eaeccaae03c5" +hash = "b53556442e90733982c02a7a67ef9deff24060e6a188aa22f2450f3bff1648b0" [versions] fabric = "0.18.0" From 846507cb1b5d425e65182a71eeb50759b6be9636 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sun, 14 Dec 2025 11:14:34 +0100 Subject: [PATCH 68/82] Updated pack to 0.3.4 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index ac5620b..86e944d 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.3" } }, + "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.4" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 8f8ce09..2c1d483 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Retards Modpack 0.3.3", + "text": "Retards Modpack 0.3.4", "clickEvent": { "action": "open_url", "value": "https://git.brixserver.uk/Malasaur/RetardsModpack" diff --git a/index.toml b/index.toml index 52d732f..d695704 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "d5c1599204221c675c1f6d045859834cf2d652bd4eabdc74d1d63ff5160f050a" +hash = "45d5330df7aab23b671f1d9cc42c7eaac14e83a8df84df6a4489c3b3e9b07457" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "3419bc24a92e036e81063fb2764901220dfb6b3a743ad1a8f59c48a5c1d91e5e" +hash = "454545b444bc2471a242037e81dd59a06061ae7fac9113c455e50ae1bb07cbd4" [[files]] file = "config/jade/plugins.json" diff --git a/pack.toml b/pack.toml index 900ac06..0d500fd 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Retards Modpack" author = "Malasaur" -version = "0.3.3" +version = "0.3.4" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e74ce419e92d8118ed0992fc0f30b62e55e05ec118c46beadb9f6272edba8fdd" +hash = "836d1e98d26f97a116295c01269cdb0d3f9e336d3e7f7a93680c5a8cfe65b7e1" [versions] fabric = "0.18.0" From 143e630d698de1fd05a1547e5094642ecf95d9d8 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 27 Dec 2025 16:04:55 +0100 Subject: [PATCH 69/82] Updated: - Oh The Biomes We've Gone --- index.toml | 2 +- mods/oh-the-biomes-weve-gone.pw.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.toml b/index.toml index 628dd99..b41c725 100644 --- a/index.toml +++ b/index.toml @@ -869,7 +869,7 @@ metafile = true [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" -hash = "bfabcc5a7cce76f6f70ea63890da79fb3b02459f6fd80f06e1d03381276da93d" +hash = "641c3899900630151f743a95a6f2d73726dfd87dfbb9fe8fe7f5fcad9946484a" metafile = true [[files]] diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml index f9bc59a..022bc10 100644 --- a/mods/oh-the-biomes-weve-gone.pw.toml +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -1,13 +1,13 @@ name = "Oh The Biomes We've Gone" -filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.7.2.jar" +filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.7.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/TiXHvI0Z/Oh-The-Biomes-Weve-Gone-Fabric-1.7.2.jar" +url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/HKJIyVzf/Oh-The-Biomes-Weve-Gone-Fabric-1.7.3.jar" hash-format = "sha512" -hash = "e709d0602729301c83006d5e69fdd11b5a29140fbe0decd228e9f1f79c2fc915f734722a9b0ca0eed0f9d60eb08777f1a235a3b5470781a001e0ae3e1ee34876" +hash = "85f2f60dcc300232305d04f507330f4acfce2e6da10da7739f5da35f42c91f5e35f2369f4722ac845fb1cfa7e4d00eb262f180a40bba219ff7a9de963af55da9" [update] [update.modrinth] mod-id = "NTi7d3Xc" -version = "TiXHvI0Z" +version = "HKJIyVzf" diff --git a/pack.toml b/pack.toml index 32f3c4b..46a43bf 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 = "2902d94d6459dbda69ccb8eb232d5c90661893b534327426f213f5033d7c8ed2" +hash = "77e370ca5ad1259d9f9115bd8fdf9221ef1e7bdbee673549ccdeb2a9341381f0" [versions] fabric = "0.18.0" From 5c2c68418d71a8b3278b76c392e31d72d800f197 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 27 Dec 2025 16:05:33 +0100 Subject: [PATCH 70/82] Updated pack to 0.1.10 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 039f79f..ae3b8f1 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.9" } }, + "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.10" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 6bfb84e..71daa1a 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Worlds 0.1.9", + "text": "Fabulous Worlds 0.1.10", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousWorlds" diff --git a/index.toml b/index.toml index b41c725..050aa2d 100644 --- a/index.toml +++ b/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "f875798753bc71ab4faa5209da9d8ebb83a01831ee2bca7a3f20830688c81ec9" +hash = "a66cc720a848f2e43d714416f7233c8b3a0d30b10c490d57f4ab834d98ed7001" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "fbb1ee55903e436d0627e069164b79e6de861f31966c11b6f0f6973e9d2b579f" +hash = "4e6cb5fae7648db885ef32bc93efa19adfc57ad2157c376788a9ca99c9645593" [[files]] file = "config/jade/plugins.json" diff --git a/pack.toml b/pack.toml index 46a43bf..5a826a8 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.9" +version = "0.1.10" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "77e370ca5ad1259d9f9115bd8fdf9221ef1e7bdbee673549ccdeb2a9341381f0" +hash = "1a66f7c166b8f603e32f6890849fb25b468ec8ef2dcece00fa3ed341478e666e" [versions] fabric = "0.18.0" From 8ccd58d6c35055d36c5cf329e95319de3194f191 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 27 Dec 2025 16:11:39 +0100 Subject: [PATCH 71/82] Added: - Sophisticated Core - Sophisticated Storage --- index.toml | 10 ++++++++++ ...histicated-core-(unofficial-fabric-port).pw.toml | 13 +++++++++++++ ...ticated-storage-(unofficial-fabric-port).pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/sophisticated-core-(unofficial-fabric-port).pw.toml create mode 100644 mods/sophisticated-storage-(unofficial-fabric-port).pw.toml diff --git a/index.toml b/index.toml index c0da1e5..6d33832 100644 --- a/index.toml +++ b/index.toml @@ -964,6 +964,16 @@ file = "mods/sodium.pw.toml" hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" metafile = true +[[files]] +file = "mods/sophisticated-core-(unofficial-fabric-port).pw.toml" +hash = "7bbc2d52041fddcb8572b50cbe39cdff6f83060da3b16eb965d882bb7ee852c3" +metafile = true + +[[files]] +file = "mods/sophisticated-storage-(unofficial-fabric-port).pw.toml" +hash = "bad699bcd2c76c29b41ef64c812cf90dec0f35040e315b846c8146641d5a0d99" +metafile = true + [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "babadc51e87a1fb49ecfd06611810d6863f649de12da3cc4c657117bab9b1ee0" diff --git a/mods/sophisticated-core-(unofficial-fabric-port).pw.toml b/mods/sophisticated-core-(unofficial-fabric-port).pw.toml new file mode 100644 index 0000000..0f6e076 --- /dev/null +++ b/mods/sophisticated-core-(unofficial-fabric-port).pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Core (Unofficial Fabric port)" +filename = "sophisticatedcore-1.20.1-1.2.7.15.166.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9jxwkYQL/versions/BP3CQI2v/sophisticatedcore-1.20.1-1.2.7.15.166.jar" +hash-format = "sha512" +hash = "892dda2bfa2a49ed66e869877fc6309cfc3af11fe61859c3b1be341baf689a693fda30902dec5c9ec6f737fd8fe451615ceb3d1c31c51e40c38e68b59dfcf134" + +[update] +[update.modrinth] +mod-id = "9jxwkYQL" +version = "BP3CQI2v" diff --git a/mods/sophisticated-storage-(unofficial-fabric-port).pw.toml b/mods/sophisticated-storage-(unofficial-fabric-port).pw.toml new file mode 100644 index 0000000..21cc366 --- /dev/null +++ b/mods/sophisticated-storage-(unofficial-fabric-port).pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Storage (Unofficial Fabric port)" +filename = "sophisticatedstorage-1.20.1-1.3.5.9.136.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iHtpVwJL/versions/Cuu4V9Od/sophisticatedstorage-1.20.1-1.3.5.9.136.jar" +hash-format = "sha512" +hash = "5fe04ccfea029d3759c373d667c12f0a02aceb4991c9231ebc65880ed1395c2347bbb6384564c7f61cdcd4902d34df4f92d2ba7558004dcb722a68d758e4dd28" + +[update] +[update.modrinth] +mod-id = "iHtpVwJL" +version = "Cuu4V9Od" diff --git a/pack.toml b/pack.toml index 59e3f11..be02cec 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 = "40956a1ff21d3081991d593b32d2566b7fd441fe9dd32149f5dee005f95a4b87" +hash = "086292ebf8d6624d73a756a0c539a81d4f8104000ea40bd160471ee7b75e26b8" [versions] fabric = "0.18.0" From 494fa1b6d071a2eba1c70ef2d3f8f761b7f21714 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 27 Dec 2025 16:12:35 +0100 Subject: [PATCH 72/82] Updated pack to 0.0.7 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 0b6e54d..ba568a0 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.6" } }, + "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.7" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index d7e72cb..4d4d729 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Create 0.0.6", + "text": "Fabulous Create 0.0.7", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousCreate" diff --git a/index.toml b/index.toml index 6d33832..3574860 100644 --- a/index.toml +++ b/index.toml @@ -6,7 +6,7 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "28ef98fc4ed0fb915e80c95086eedcdad24c907739fc5047fb630d81688162cf" +hash = "a0f05105f6e231bc40c883eb954204c8274caa4a6f7ff7ff5448c97d8d20b093" [[files]] file = "config/fog/config.json" @@ -14,7 +14,7 @@ hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "d94179879f2a144e2e6a17dc6cdbfd3d3caf97f484719bd23dfcd5d134beb791" +hash = "fe05d9d92ce51490b27a76a93166b57fde540daeff0d0e53318d25832aa1ff30" [[files]] file = "config/jade/plugins.json" diff --git a/pack.toml b/pack.toml index be02cec..6e96485 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Create" author = "Malasaur" -version = "0.0.6" +version = "0.0.7" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "086292ebf8d6624d73a756a0c539a81d4f8104000ea40bd160471ee7b75e26b8" +hash = "e2e2988ea7bcc26a9c87caf3f02e6c02866e25c10449b48f651fc2b88d67d09b" [versions] fabric = "0.18.0" From de10a066d593022254268239428d8753d8ae637e Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 27 Dec 2025 16:48:58 +0100 Subject: [PATCH 73/82] Added: - Gravestones - Gravestones Fix - No Enderman Grief --- index.toml | 15 +++++++++++++++ mods/gravestones-fix.pw.toml | 13 +++++++++++++ mods/gravestones.pw.toml | 13 +++++++++++++ mods/no-enderman-grief.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/gravestones-fix.pw.toml create mode 100644 mods/gravestones.pw.toml create mode 100644 mods/no-enderman-grief.pw.toml diff --git a/index.toml b/index.toml index d05ca69..c0b04c9 100644 --- a/index.toml +++ b/index.toml @@ -873,6 +873,16 @@ file = "mods/glitchcore.pw.toml" hash = "493ed95320ee3cc9c2def86b9d0971c2ca4bb4215921c2a11208bee77d5dbfb5" metafile = true +[[files]] +file = "mods/gravestones-fix.pw.toml" +hash = "9cc5869f09f90c5f3af001135dc1dedbcdbeccd6f01a6c59cdee2b53afe2f4d5" +metafile = true + +[[files]] +file = "mods/gravestones.pw.toml" +hash = "e02e297f397621e1c0d17f6853d5176e23343609e978ac3fd35f1a73d00d509c" +metafile = true + [[files]] file = "mods/handcrafted.pw.toml" hash = "f6629a3c5e023a96cb5d78d66e93b47245996c46a079921b3f6a6094209dc1b0" @@ -1128,6 +1138,11 @@ file = "mods/no-chat-reports.pw.toml" hash = "9ce6efc7149cdae2deb751b4ebf2d220700cc1b204e7a1d026275203387f106b" metafile = true +[[files]] +file = "mods/no-enderman-grief.pw.toml" +hash = "0272a323c4c72b52a805d248fefbb77326191333955cd399effbc0373026fc03" +metafile = true + [[files]] file = "mods/no-telemetry.pw.toml" hash = "ebd48452773a4b6b4b7dcedbfb71c8986ec97780fcce040542c8e8fd67f22c56" diff --git a/mods/gravestones-fix.pw.toml b/mods/gravestones-fix.pw.toml new file mode 100644 index 0000000..f82ac00 --- /dev/null +++ b/mods/gravestones-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Gravestones Fix" +filename = "gravestonesfix-1.1.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/nFIzW822/versions/rlQV9QFX/gravestonesfix-1.1.0.jar" +hash-format = "sha512" +hash = "1f6536be85bec91ef61826b124e77d566a1b2a5d263d14410a07705e42c3183104a6132e8792b0517bc27965dbd0cd7dfb20512deef9093485465c9f5ffef54d" + +[update] +[update.modrinth] +mod-id = "nFIzW822" +version = "rlQV9QFX" diff --git a/mods/gravestones.pw.toml b/mods/gravestones.pw.toml new file mode 100644 index 0000000..75aa449 --- /dev/null +++ b/mods/gravestones.pw.toml @@ -0,0 +1,13 @@ +name = "Gravestones" +filename = "gravestones-v1.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ssUbhMkL/versions/Uw9uAQaY/gravestones-v1.15.jar" +hash-format = "sha512" +hash = "d15c6db9d9154464f335f01ae7f8ce8d2473251ed5a6c094a2f6e59ba778de6dfdefd7ee6a08d5908b826e37028de8edc3745a7af19ee00b59971f33bdfee2c5" + +[update] +[update.modrinth] +mod-id = "ssUbhMkL" +version = "Uw9uAQaY" diff --git a/mods/no-enderman-grief.pw.toml b/mods/no-enderman-grief.pw.toml new file mode 100644 index 0000000..9e90f56 --- /dev/null +++ b/mods/no-enderman-grief.pw.toml @@ -0,0 +1,13 @@ +name = "No Enderman Grief" +filename = "no-enderman-grief-v.1.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ss02V75k/versions/H4m7llCX/no-enderman-grief-v.1.1.2.jar" +hash-format = "sha512" +hash = "6858de316ff94803ff7517903d4159c8b8e828a679661ec8e1141ad68ed8feed9855787297f5e84b5c62f3f8926e197bd3538d4cb623536ca165c392662d2a4f" + +[update] +[update.modrinth] +mod-id = "ss02V75k" +version = "H4m7llCX" diff --git a/pack.toml b/pack.toml index 5c16a83..35d0ebe 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 = "f9bf4076f82b9e6833eda03eebbe5a92ae7b55c98fa6cc1b47b2fe8b24c87792" +hash = "ec1751e566de89e2188a37930cb6e2190a3e05cd07f644fdf071882c831eb02b" [versions] fabric = "0.18.0" From 75d72825823de324a130c7d0668e7636ffc4fa44 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Sat, 27 Dec 2025 16:50:26 +0100 Subject: [PATCH 74/82] Updated pack to 0.3.5 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index 86e944d..dbc0911 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.4" } }, + "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.5" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 2c1d483..140b6c8 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Retards Modpack 0.3.4", + "text": "Retards Modpack 0.3.5", "clickEvent": { "action": "open_url", "value": "https://git.brixserver.uk/Malasaur/RetardsModpack" diff --git a/index.toml b/index.toml index c0b04c9..4ad8ec5 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "45d5330df7aab23b671f1d9cc42c7eaac14e83a8df84df6a4489c3b3e9b07457" +hash = "8bf193bf8dcbb008b29ac7969dbc4e4cdf4cefad1e5289094a3506ae1f803f1f" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "454545b444bc2471a242037e81dd59a06061ae7fac9113c455e50ae1bb07cbd4" +hash = "65f3f158c79286c12eadb8a1cdb120954b0028b589b8caf55e0d9297e7165911" [[files]] file = "config/jade/plugins.json" diff --git a/pack.toml b/pack.toml index 35d0ebe..bbe52e6 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Retards Modpack" author = "Malasaur" -version = "0.3.4" +version = "0.3.5" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ec1751e566de89e2188a37930cb6e2190a3e05cd07f644fdf071882c831eb02b" +hash = "e7dce9fde642845b9386efd8d69f01a002b67795edb8f0b46958751363be9a39" [versions] fabric = "0.18.0" From 34706394abbf7afc19f97ae405e6d2f8d54333c1 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 2 Jan 2026 15:05:42 +0100 Subject: [PATCH 75/82] Updated: - Moonlight - Oh The Biomes We've Gone --- index.toml | 552 ++++++--------------------- mods/moonlight.pw.toml | 8 +- mods/oh-the-biomes-weve-gone.pw.toml | 8 +- pack.toml | 2 +- 4 files changed, 133 insertions(+), 437 deletions(-) diff --git a/index.toml b/index.toml index 050aa2d..3b55440 100644 --- a/index.toml +++ b/index.toml @@ -1,36 +1,120 @@ hash-format = "sha256" +[[files]] +file = "config/NoChatReports/NCR-Client.json" +hash = "616e09c8ff849f4a9a07165a0a3513f468469237377546b64135591fca8a0592" + +[[files]] +file = "config/NoChatReports/NCR-Common.json" +hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816" + +[[files]] +file = "config/NoChatReports/NCR-Encryption.json" +hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6" + +[[files]] +file = "config/PaginatedAdvancements.json5" +hash = "19b64816ace5def7e191b71f8fc05fa8c79d593ca787d860a2608d67a276037c" + +[[files]] +file = "config/bettergrass.json5" +hash = "b1c0651bd896ecb5217b83799354a2b8adaa1232d742e8186b7de6183b19dc4c" + +[[files]] +file = "config/capes.json5" +hash = "c88ac7aec7bc08f867f8a9f6c7bf9396871d03d12b0f4d7100e8ef1fddfac68e" + +[[files]] +file = "config/cem.conf" +hash = "51519ddcc6823cbe1f22b8977fe103eb8c01b1872899634ddc06814f3ef2da9b" + +[[files]] +file = "config/citresewn.json" +hash = "dcb9f9dd8184ba8ee7c81e785f677434c7cda2acb925fd3d542e2a361ee78e32" + +[[files]] +file = "config/clienttweaks-common.toml" +hash = "13a506b46d159c80c711d92ff340bd0fad9034019698c6076de9994fe4975e48" + +[[files]] +file = "config/controlify.json" +hash = "122efb712417e034281b2d1d431026569038f05d86fbf7df3b0f9b66e769d2e0" + +[[files]] +file = "config/debugify.json" +hash = "eef3cca5127037fc337391ef49889a03e7102d6c2d1af866dcf007353b52324b" + +[[files]] +file = "config/dynamic_fps.json" +hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" + +[[files]] +file = "config/entity_texture_features.json" +hash = "eefa86fa9a8df6eda5d39d3bbbf53138a44df71a01a24262c27584badea97d79" + [[files]] file = "config/fabric_loader_dependencies.json" hash = "a66cc720a848f2e43d714416f7233c8b3a0d30b10c490d57f4ab834d98ed7001" +[[files]] +file = "config/iris.properties" +hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" + [[files]] file = "config/isxander-main-menu-credits.json" hash = "4e6cb5fae7648db885ef32bc93efa19adfc57ad2157c376788a9ca99c9645593" +[[files]] +file = "config/jade/jade.json" +hash = "01018ef886c3e8eea9cf0a2a558e96f4bc6549aaecfa6e74d1677b8d45e0ab36" + [[files]] file = "config/jade/plugins.json" hash = "2ea17f07c1e0ac86f1e325a160a8503652fbe8a1f1c3226a29ae0bf7173032d8" [[files]] -file = "config/xaerominimap.txt" -hash = "fe737a2c9e3b340f86bb3144b5e8558daff18bd57a3f893e1228c9cd9583cb38" +file = "config/justzoom/config.txt" +hash = "c3960eb2929c36c830d5f3514a44bce209e2f5220f8ffd145714f5a34180bf25" [[files]] -file = "config/yosbr/config/NoChatReports/NCR-Client.json" -hash = "616e09c8ff849f4a9a07165a0a3513f468469237377546b64135591fca8a0592" +file = "config/lambdynlights.toml" +hash = "a756bb8685ba637f02525c47603f92e1a7b7937ab92686e3728854b7379ed394" [[files]] -file = "config/yosbr/config/NoChatReports/NCR-Common.json" -hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816" +file = "config/modernfix-mixins.properties" +hash = "3c5317882a50941e2384b9739ec3aa688f297105691c9d8d577936ad29c1d575" [[files]] -file = "config/yosbr/config/NoChatReports/NCR-Encryption.json" -hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6" +file = "config/modmenu.json" +hash = "dacff858c9d3d3d96a4b6b902133d0691e320e21a2f57adc6bb6cb9875763582" [[files]] -file = "config/yosbr/config/badoptimizations.txt" -hash = "2917a8f8112e36e27b240bdbe0e6987c5e8b0964595ed42ca2fbe1b16350df71" +file = "config/moreculling.toml" +hash = "b2ff60a305956fb2a381c6c61d960d2b220d83d9c7737e2ac4ab34a1f604af56" + +[[files]] +file = "config/panorama_screens/settings.json" +hash = "7a316c08d81c98a58f1dce4145af76fc1084efab820fe256b4ab1af594599111" + +[[files]] +file = "config/puzzle.json" +hash = "41397f8ebb5a1137f559761cee66b18a85c7289e89ac84a738140d651eecccdd" + +[[files]] +file = "config/sodium-options.json" +hash = "37aaf52aa7545527c7ade71ac77ad2fcf6019995bf58b6ea1fe0f52949919d18" + +[[files]] +file = "config/sound_physics_remastered/soundphysics.properties" +hash = "fdec04568067483856ec24231c9edc9a6d5879d1bdaf66c5168f7eda04466009" + +[[files]] +file = "config/xaero/minimap/profiles/default.cfg" +hash = "2742648a19c2b054ceb270556454b46e9c56f095b49435d95bebf12a2545375f" + +[[files]] +file = "config/xaerohud.txt" +hash = "8d13c5f398016036aa4fdefb366ef3926d89f96ca104155bc9f6e5a7ec682ecd" [[files]] file = "config/yosbr/config/bclib/biomes.json" @@ -60,10 +144,6 @@ hash = "a747a0bb0548ef3b677671e5e60ac931bb2a45c212bfdb9a8b180cddb068ee87" file = "config/yosbr/config/betterend/generator.json" hash = "1a3838c2e79f44346bb8b1adf9751a4b8f3c3b3a3205e7c89f7b5da5cce81f75" -[[files]] -file = "config/yosbr/config/bettergrass.json5" -hash = "1fdfda7e5dd921d3441684d9e0942e3d7e8c36dfba39653742e70fd9916d8d59" - [[files]] file = "config/yosbr/config/bettermineshafts-fabric-1_20.toml" hash = "3ef7690ef66b4ae6a598a2987f7e3872de639c6578d800dfd4979080203ad8ee" @@ -88,150 +168,10 @@ hash = "7094d1dde950ea1a325fc7381c39bb0a5ff0aef8a2d701bac0328955df4d05b7" file = "config/yosbr/config/biomeswevegone/world_generation.json5" hash = "7236edbbd803b2ae0d6bc7dcac53c77a7954f442db20c8ef6815de61f2aed2c3" -[[files]] -file = "config/yosbr/config/borderlessmining.json" -hash = "3dfb137b6b5196bd77388f7310aba1771b80a6bc2be3c48e53ad85b1b250ae75" - -[[files]] -file = "config/yosbr/config/c2me.toml" -hash = "cd6c4b5e6fc090d629e1b1355321e37948ef1bd32faba92af9afd1f69040c7b3" - -[[files]] -file = "config/yosbr/config/cameraoverhaul.toml" -hash = "2b1f20e116d2741ecf9e38c19b27576520996f1b039c57716a285b381936cfc9" - -[[files]] -file = "config/yosbr/config/capes.json5" -hash = "69de1a523d9ca24248233c11178b2492984ba0b25b0355242d72b2ae17a7c284" - -[[files]] -file = "config/yosbr/config/cem.conf" -hash = "51519ddcc6823cbe1f22b8977fe103eb8c01b1872899634ddc06814f3ef2da9b" - -[[files]] -file = "config/yosbr/config/citresewn.json" -hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991" - -[[files]] -file = "config/yosbr/config/clienttweaks-common.toml" -hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" - -[[files]] -file = "config/yosbr/config/debugify.json" -hash = "eef3cca5127037fc337391ef49889a03e7102d6c2d1af866dcf007353b52324b" - -[[files]] -file = "config/yosbr/config/dynamic_fps.json" -hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" - -[[files]] -file = "config/yosbr/config/emotecraft.json" -hash = "88ff06335191beefa9fb3746f8de31fa2f3b787c32193771eb58bbe97491404e" - -[[files]] -file = "config/yosbr/config/enhanced_bes.properties" -hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" - -[[files]] -file = "config/yosbr/config/entity_texture_features.json" -hash = "eefa86fa9a8df6eda5d39d3bbbf53138a44df71a01a24262c27584badea97d79" - -[[files]] -file = "config/yosbr/config/entityculling.json" -hash = "5acf5a0ce839b1d84fd677a705f211f35a27f12dbdde7363ee12e695f4281ac0" - -[[files]] -file = "config/yosbr/config/fastquit.toml" -hash = "17225e085e6759210cec7e829e00c8c90f9c5d38714835cb5da9c98398842f7d" - -[[files]] -file = "config/yosbr/config/ferritecore.mixin.properties" -hash = "4b4c3d16ac30dbe5d9b61105cc65214e929124097ed4ccd6da91817382f8d014" - -[[files]] -file = "config/yosbr/config/fog/config.json" -hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" - -[[files]] -file = "config/yosbr/config/immediatelyfast.json" -hash = "51c7ea47f63e38651a542dae94caaaa843924b9f00e77efb18ed15207cc167a8" - -[[files]] -file = "config/yosbr/config/iris.properties" -hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" - -[[files]] -file = "config/yosbr/config/jade/jade.json" -hash = "93659894926ba2ecfbc945e4fba97ef4d2b780d5389c335c5e3abf36a9bff2b8" - -[[files]] -file = "config/yosbr/config/justzoom/config.txt" -hash = "a03899a15479d62cea3d3daa3600c40e29eb3cb6284fa64d65191dbcde591e6d" - -[[files]] -file = "config/yosbr/config/lambdynlights.toml" -hash = "0af54c3df4b8b9ab8586d634726a18aaef238e383f7af0afe155e0f4dc4d2918" - -[[files]] -file = "config/yosbr/config/lithium.properties" -hash = "928fdb1e604e394de7389a4b7a7f230fe6863a468e1839bee22d80652ea0d31f" - -[[files]] -file = "config/yosbr/config/midnightcontrols copy.json" -hash = "8ff8e18eed65531b433c9ca1ea0e1657f07bfd8cd54cee37c950ed93cf9663f3" - -[[files]] -file = "config/yosbr/config/midnightcontrols.json" -hash = "b792f2977c2889e388d0a0e83e316ed4f27050729d86c8623e8472accb8a2a46" - -[[files]] -file = "config/yosbr/config/midnightlib copy.json" -hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980" - -[[files]] -file = "config/yosbr/config/midnightlib.json" -hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980" - -[[files]] -file = "config/yosbr/config/modernfix-mixins.properties" -hash = "786d733801189d70e38ce485533505679bc765de871dc35235cc505786e6ad4f" - -[[files]] -file = "config/yosbr/config/modmenu.json" -hash = "caf78ed83c10fd96784c335a597c078b943d0e20cac39604c2e35daa719d2e9d" - -[[files]] -file = "config/yosbr/config/moreculling.toml" -hash = "1fd983cb5539f39359982fb26efa37fa5111087a6d44e05fe268134ea11cee13" - -[[files]] -file = "config/yosbr/config/panorama_screens/settings.json" -hash = "195baed1501b5a463600cb463556f9a59f362746418147e0b033ea855e44056d" - [[files]] file = "config/yosbr/config/paxi/datapacks/512-height.zip" hash = "12735bc3f990b167a62e942134eab052473c2f15ac2caaa365c4def8909b4f63" -[[files]] -file = "config/yosbr/config/pickupnotifier/pickupnotifier-client.toml" -hash = "987df7f93e6cdfe6773eb3e8ffaef563f784bf3d07074c966cb2e92d0f425e77" - -[[files]] -file = "config/yosbr/config/puzzle.json" -hash = "41397f8ebb5a1137f559761cee66b18a85c7289e89ac84a738140d651eecccdd" - -[[files]] -file = "config/yosbr/config/sodium-extra-options.json" -hash = "68853b098e83b6bc3c244906a29943e5b4252e6906fc5df72cd71f4df6c977d4" - -[[files]] -file = "config/yosbr/config/sodium-options.json" -hash = "51136f5621828014c5372dd371a17f7708a4c2b73208ea503c49d20ad395d677" - -[[files]] -file = "config/yosbr/config/sound_physics_remastered/soundphysics.properties" -hash = "fdec04568067483856ec24231c9edc9a6d5879d1bdaf66c5168f7eda04466009" - [[files]] file = "config/yosbr/config/tectonic.json" hash = "32df77986865e3580b6d38ceddf06caf5ef2c12a00b5385e90334e69ec32cc49" @@ -240,10 +180,6 @@ hash = "32df77986865e3580b6d38ceddf06caf5ef2c12a00b5385e90334e69ec32cc49" file = "config/yosbr/config/terrablender.toml" hash = "7f44f6faf8e928664920ef090474bf872ece86af9de656f859c7d9a009e519e9" -[[files]] -file = "config/yosbr/config/threadtweak.json" -hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" - [[files]] file = "config/yosbr/config/towns_and_towers/structure_enable_or_disable_new.json5" hash = "3aaa6ac8835dbbce97928c4d0d03f9957749a7a57a3f1668597310e9227900da" @@ -252,36 +188,11 @@ hash = "3aaa6ac8835dbbce97928c4d0d03f9957749a7a57a3f1668597310e9227900da" file = "config/yosbr/config/towns_and_towers/structure_rarity_new.json5" hash = "09e6d7a2705119b86edd9c1b17673161f89208c7299162d403acb56bb0992dba" -[[files]] -file = "config/yosbr/config/voicechat/translations.properties" -hash = "b258a94a5ed60fbf93b66c452c3d6e36b044f630741f90e5b13852a4805b235e" - -[[files]] -file = "config/yosbr/config/voicechat/username-cache.json" -hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" - -[[files]] -file = "config/yosbr/config/voicechat/voicechat-client.properties" -hash = "3e74b74fad44d2110d1e7b0e326693d6516008ad553529c3f808c8cbd93dffda" - -[[files]] -file = "config/yosbr/config/voicechat/voicechat-server.properties" -hash = "113c58beef075e2ea9af1491fa2a35b12419806462dd91c5436ad3677e4d1b4b" - -[[files]] -file = "config/yosbr/config/voicechat/voicechat-volumes.properties" -hash = "33afebdb8ef07a3d774086931dec8d899f4da7aeba5b448fd4eee540ba5e02a2" - [[files]] file = "mods/3dskinlayers.pw.toml" hash = "971916846fa6d86fe9986c6f34370b62de5aa9c219e709011851397af8fd6fb5" metafile = true -[[files]] -file = "mods/advancementinfo.pw.toml" -hash = "bb6c349471139b104a3d8001650ecaee747b596e1f5ca865157a8026e8182f61" -metafile = true - [[files]] file = "mods/ambientsounds.pw.toml" hash = "cecef5282fa2e57e290a0f40018e6e0f31ea6f2aefe195b1313484f670343853" @@ -297,21 +208,11 @@ file = "mods/appleskin.pw.toml" hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" metafile = true -[[files]] -file = "mods/architectury-api.pw.toml" -hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" -metafile = true - [[files]] file = "mods/armor-statues.pw.toml" hash = "d7d3a464c8668c8a96124b8c98bd7289de41ec211a967a553dcd516c8ab0aee9" metafile = true -[[files]] -file = "mods/bad-wither-no-cookie.pw.toml" -hash = "545fefbb036d68fb42cd96a077d42461abbf935cb71a096cee9454fba4030339" -metafile = true - [[files]] file = "mods/badoptimizations.pw.toml" hash = "b8c29dac6fb7c1cf18ca53b7a96c6c4854307999b77a751e803bdd9650a125e0" @@ -322,11 +223,6 @@ file = "mods/balm.pw.toml" hash = "71dc04da11ad8f4a5d88db5505132a654ce033f05dc2fa4bb7aa28a42762086f" metafile = true -[[files]] -file = "mods/bbrb.pw.toml" -hash = "f141dc3fe1fe99f25cd4fd0d8c85d85efcc6aa8b999d22f9280d1beb5bfeae9d" -metafile = true - [[files]] file = "mods/bclib.pw.toml" hash = "ab1e22cc66189067e002a204c70c553cc7cc0e738bd602f405d7cc37561260be" @@ -337,11 +233,6 @@ file = "mods/better-mount-hud.pw.toml" hash = "333dfa2b93c688ce5f9f685f77cb62e5df8b9c8d21a2c4dd4eb9232aa85dccff" metafile = true -[[files]] -file = "mods/better-third-person.pw.toml" -hash = "6d7c5793f88c52421dc11f48b3bf12400e7a451b9297e80fe33b776cc2af2c1d" -metafile = true - [[files]] file = "mods/betterend.pw.toml" hash = "dd8057c40ff94e9a21a121583884f71c9a6b1eaa6f913ef46c5d1f9b37fe487f" @@ -372,26 +263,6 @@ file = "mods/blur-plus.pw.toml" hash = "04ddfc50d957ad8cd71306a19b98b3b64d5235bb1c6a694592087ccb1f0c0dfc" metafile = true -[[files]] -file = "mods/boat-item-view.pw.toml" -hash = "d6878871a07870b33821beed20118368e779c17574062d5d771eb38b9403e875" -metafile = true - -[[files]] -file = "mods/bookshelf-lib.pw.toml" -hash = "0b5feeae74fe992084ec5cb12eab3404ddd5054e85c9006f7ba4d65f209de13f" -metafile = true - -[[files]] -file = "mods/borderless-mining.pw.toml" -hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7" -metafile = true - -[[files]] -file = "mods/c2me-fabric.pw.toml" -hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" -metafile = true - [[files]] file = "mods/calcmod.pw.toml" hash = "0cc9069aeee558e036c7afd064d37d9f468ea1138705da0fe4aad64d95312f79" @@ -412,11 +283,6 @@ file = "mods/chat-heads.pw.toml" hash = "1173755b093b4f9a8aca00520d87bc35178fe19c54e59debe5c48d0c9063b91c" metafile = true -[[files]] -file = "mods/cherished-worlds.pw.toml" -hash = "ade96e54f3cc61a9a64356f522f8527f15a20518fe9a782229af7423358fc017" -metafile = true - [[files]] file = "mods/chunky.pw.toml" hash = "b1581bbfae9d16690f4022536da6567f000130c4ea5e04d92177c1bc61fea709" @@ -432,11 +298,6 @@ file = "mods/cit-resewn.pw.toml" hash = "d2e1ad62031e3700de73a87957a4acca747436a4135da695705cb5d293aa0890" metafile = true -[[files]] -file = "mods/cleardespawn.pw.toml" -hash = "4f34a9355753904ff7fe8c3fe1e2f665e514470c483ff77aa7f4c8bc05c122da" -metafile = true - [[files]] file = "mods/client-tweaks.pw.toml" hash = "3afdedb4402bbc50bf4c6cec18290cab2d9bf6f1c2e69e45181af6869ec6803a" @@ -467,6 +328,11 @@ file = "mods/coroutil.pw.toml" hash = "429284603e4c5ca44777cb4ce2455477fcc1eee4dc9a4ae2f759c4895bf332e7" metafile = true +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "10742d60f7069f58268b846ab1661842cc7613e8c6d96c03c341b8668a4ffc1e" +metafile = true + [[files]] file = "mods/creativecore.pw.toml" hash = "af83eb1ea0f7a36e4424248c744c1cbebb5045d361e843b873d4d89bf65ad8ad" @@ -477,31 +343,16 @@ file = "mods/cristel-lib.pw.toml" hash = "6ec7fc70c84dc7f7f4578a85480264d82336d64ac0d8c95c0fcc55d350f64ab7" metafile = true -[[files]] -file = "mods/cubes-without-borders.pw.toml" -hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" -metafile = true - [[files]] file = "mods/cut-through.pw.toml" hash = "119642cc64a5790f42738939121ea5a08100eb0c3867d7f64ead1a4d0eb8a163" metafile = true -[[files]] -file = "mods/damagenumbers.pw.toml" -hash = "010d21e9d7d364313ce751e073ab48006ae80b302f68a7c434396dadbe324535" -metafile = true - [[files]] file = "mods/debugify.pw.toml" hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" metafile = true -[[files]] -file = "mods/distraction-free-recipes.pw.toml" -hash = "20fdb4bb9c30b2aa81499f43657c266e3d84fdb4a3b167c7fdbf3309e4316fc7" -metafile = true - [[files]] file = "mods/dynamic-fps.pw.toml" hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" @@ -537,11 +388,6 @@ file = "mods/emotecraft.pw.toml" hash = "bd53dcb193060715c659e96aedafd08dedd193ebb1f0a79fe15f6786a315a6c0" metafile = true -[[files]] -file = "mods/enchantment-descriptions.pw.toml" -hash = "a763f10ac9de0fbdc4efaf6a998996c54213931cd9a393129f1ff3231fdf8cf9" -metafile = true - [[files]] file = "mods/endrem.pw.toml" hash = "34a07ff5c170cd95eb586e3e40e65636eb4bbf283c24762055db6094b91de494" @@ -549,17 +395,17 @@ metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "b13f84a7fad7d6e21cef513a9c8f8206e55f0b342b4030df540e3126ad5abb2a" +hash = "d7651af3a8996488151254f0379fd7f1613edeaf7eac48bdeff447eeaf411965" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "fade702bcfa866d3b4a3b1d030c31ba9764e98b1585a4a54366f4e4d8373e06c" +hash = "7eefb0f3d1b793f7dc57ee7cf368d055c9b1bf3556f61179f38f1c49c163c1bd" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "605c081279d8e4e5c98e6a50304867214185d8b8f14434b71d388a20f4ad7d5d" +hash = "9c8b6d8e1a13a4f7edd081c1ab561c51069d6315a67c217a88fafcd1ddfb17a8" metafile = true [[files]] @@ -577,11 +423,6 @@ file = "mods/fabrishot.pw.toml" hash = "83ac3e7f70eb567845286596a8baad96b73ef3c2ee1fa378375df7a13aad7c11" metafile = true -[[files]] -file = "mods/fadeless.pw.toml" -hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" -metafile = true - [[files]] file = "mods/farlands-reborn.pw.toml" hash = "3a296cd98f45b7c5b98afdfb8afdf2d0ce055ced7ea9f9ec23a9e3d6f664390f" @@ -592,11 +433,6 @@ file = "mods/fast-ip-ping.pw.toml" hash = "4d1964bc6102d600b87450947d8969ad36515267c52fc75833fbfd44391c3502" metafile = true -[[files]] -file = "mods/fastquit.pw.toml" -hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" -metafile = true - [[files]] file = "mods/ferrite-core.pw.toml" hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" @@ -607,11 +443,6 @@ file = "mods/fix-keyboard-on-linux.pw.toml" hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true -[[files]] -file = "mods/fog.pw.toml" -hash = "0dd6a98258783de2b2d6dd2e825edb02008a4d9801e18ef57030e1bbfd314d49" -metafile = true - [[files]] file = "mods/forge-config-api-port.pw.toml" hash = "adea09f1e1b05da68cf7407992a9391b15985acf5465a888e54ae076dbd543ab" @@ -627,34 +458,14 @@ file = "mods/glitchcore.pw.toml" hash = "493ed95320ee3cc9c2def86b9d0971c2ca4bb4215921c2a11208bee77d5dbfb5" metafile = true -[[files]] -file = "mods/iceberg.pw.toml" -hash = "f669b069214a8e88d17066ff6715fe131568cd190450ba408b4c2c5479a1a263" -metafile = true - [[files]] file = "mods/immediatelyfast.pw.toml" hash = "d9d01681616a8bdb45bbdd0a053b87153bbb77a5ef997325be0b3dc10b7f8979" metafile = true [[files]] -file = "mods/immersive-messages-api.pw.toml" -hash = "b2b2c8e4f24d100944950363a846a49b610df63e41f531bff2b241da6b91b687" -metafile = true - -[[files]] -file = "mods/immersive-tips.pw.toml" -hash = "d28fe1f2c2d7e00d64233473bb7a82f44853861c9988050d354d7c9b4ff0644a" -metafile = true - -[[files]] -file = "mods/immersive-ui.pw.toml" -hash = "71ddcef1fbd1b128a705ce8f9a57e8aeda4421f08c47241484d08bd264cb7c98" -metafile = true - -[[files]] -file = "mods/immersivethunder.pw.toml" -hash = "1e7626658f151f660110a788c0e3771f08a023992a62c38aacb272fd9559dd94" +file = "mods/immersive-hotbar.pw.toml" +hash = "a4b6a816a2c211691e9447bd6e5c8a3485da3e5926b0212d26cdb95514ddaa92" metafile = true [[files]] @@ -667,26 +478,11 @@ file = "mods/indium.pw.toml" hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" metafile = true -[[files]] -file = "mods/infinite-music.pw.toml" -hash = "da5b389fb0ef39af3116a02dbd90cb8f0fc11dba5f925f72d051c2143720c68e" -metafile = true - [[files]] file = "mods/iris.pw.toml" hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" metafile = true -[[files]] -file = "mods/item-highlighter.pw.toml" -hash = "80264d11a93ffb63f1592be06f8dcdf276bc5a6d2b666dfa9a5d2d10dfb29282" -metafile = true - -[[files]] -file = "mods/ive-spoken.pw.toml" -hash = "0aea87c3d9ef08d3fea6e19678378b8456ba4670c374b70a5ff3ad8039f6216a" -metafile = true - [[files]] file = "mods/jade-addons-fabric.pw.toml" hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" @@ -699,7 +495,7 @@ metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "c623d041376566a72f2ada1b4866ba2092b0df5580c680ba6d6975007ea27486" +hash = "e34a29e110dcb5587a470d826a3d0d3c866f62d85e31ec118e302c1caed94c40" metafile = true [[files]] @@ -712,31 +508,11 @@ file = "mods/konkrete.pw.toml" hash = "d6be91dc0a2aca23ee640818d8a8295c85ddb2db6e0413669ecac9600b01eef0" metafile = true -[[files]] -file = "mods/krypton.pw.toml" -hash = "9063bac3fdf585a43d318e3f9773475a28ecb8fe80bc7689cc480851eef97420" -metafile = true - -[[files]] -file = "mods/ksyxis.pw.toml" -hash = "6c4d9be9d042e5a1028a420fa2f4aa435e6406445207a4d600700efbf037c35a" -metafile = true - [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "be7240c21a4acd8de01d7f6f93be18ca2a233917d32e6f6205f788432525a570" metafile = true -[[files]] -file = "mods/language-reload.pw.toml" -hash = "6c154d18505c366b2117c2cfa06ea66a7f3e1a441456c3e20f195cb446f8103b" -metafile = true - -[[files]] -file = "mods/lazydfu.pw.toml" -hash = "694c91d6f341271b0b071a814fb64defbd52af1b228cb593595836c0d9f68151" -metafile = true - [[files]] file = "mods/lithium.pw.toml" hash = "c8695e51366b601c5e9118a5d5650d234cc25fc8d1f90ebd186c17c199ba7fca" @@ -767,16 +543,6 @@ file = "mods/memoryleakfix.pw.toml" hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" metafile = true -[[files]] -file = "mods/midnightcontrols.pw.toml" -hash = "c8615f9ffa0aca1cbc721a3095b24a1e719936c44d715c6a6cae0a24a3d9c7ee" -metafile = true - -[[files]] -file = "mods/midnightlib.pw.toml" -hash = "866baeb7e9917b92825ddbcf4d113648a6662b5214e078b29c327ff97d0e2774" -metafile = true - [[files]] file = "mods/mixintrace.pw.toml" hash = "6cd55df8041a48cb7f5f95ea4520f5ed59064e71ff9dab8b0e02bb922b68c9cb" @@ -799,7 +565,7 @@ metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "200d34b575b506ab0503f7856cdcd4cc38030c27e0749e36f6bbe62cbeb16cec" +hash = "d8a2ea4edf1c55f6fe01cbcc220543f056b91c0d79512e96df22e4259b7c5777" metafile = true [[files]] @@ -809,7 +575,7 @@ metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "31e14625d5692472f6a1554a5fb62555bb839905991281226f782e96ebe5249f" +hash = "9ff690ee32105d52a646a76f48371ccbe1958aff274511ca71fb44099ebc7107" metafile = true [[files]] @@ -832,11 +598,6 @@ file = "mods/natures-compass.pw.toml" hash = "3f678c4ade25a4b4b54aacf25db155658c1ec605bbeaf0ea6b8ed5d0dbc062e1" metafile = true -[[files]] -file = "mods/night-auto-config.pw.toml" -hash = "e12567f00765136329ad5edcfcf826c7cc47f2e780c7a12083675887f6d654b6" -metafile = true - [[files]] file = "mods/no-chat-reports.pw.toml" hash = "9ce6efc7149cdae2deb751b4ebf2d220700cc1b204e7a1d026275203387f106b" @@ -847,11 +608,6 @@ file = "mods/no-telemetry.pw.toml" hash = "ebd48452773a4b6b4b7dcedbfb71c8986ec97780fcce040542c8e8fd67f22c56" metafile = true -[[files]] -file = "mods/noisium.pw.toml" -hash = "f4b9d7acc345b8df6dd13e19b36658cbca476abdee703ee6f38c66d33e8fa763" -metafile = true - [[files]] file = "mods/nuit-interop.pw.toml" hash = "a0b2b689e7e6eb10cd342da48dd605cfbe09d782790a42089f31835a54e37b1a" @@ -862,14 +618,9 @@ file = "mods/nuit.pw.toml" hash = "421b6b05164e623dc65e0e4133fc484fb3b87b26b040ad4b2ffb239491d8bb2d" metafile = true -[[files]] -file = "mods/octo-lib.pw.toml" -hash = "eff75aaa788bf041f3767fb0115a0d9fbfc9d75d2464860c5b47674dfc79178e" -metafile = true - [[files]] file = "mods/oh-the-biomes-weve-gone.pw.toml" -hash = "641c3899900630151f743a95a6f2d73726dfd87dfbb9fe8fe7f5fcad9946484a" +hash = "f2edce6ef50fcede2ea135a0a2b0182c69f43f1a05b87ff6ac1455610a206104" metafile = true [[files]] @@ -882,6 +633,11 @@ file = "mods/optigui.pw.toml" hash = "9ed765da71f977af16c71b3ff56356dea5a149d9626277e4d4868941f8efa1b0" metafile = true +[[files]] +file = "mods/paginatedadvancements.pw.toml" +hash = "1dbd3b2969118cf3bf47efd9eac2838abb815efce4d33ea47091f20b42ebfd24" +metafile = true + [[files]] file = "mods/panorama-screens.pw.toml" hash = "fe23d52712a124f54236002c401bd94249a5d482c6e8b806c5accaf4d1fe08cb" @@ -902,14 +658,9 @@ file = "mods/pick-up-notifier.pw.toml" hash = "9ad63ddb4586e2650aca101712f9d0f5efa14e5959965cb6e6fc6ad300e8c3ee" metafile = true -[[files]] -file = "mods/polytone.pw.toml" -hash = "4384bc790b955c7329be45a0f5a140f7159598718076e8c06d425f91cefbba87" -metafile = true - [[files]] file = "mods/puzzle.pw.toml" -hash = "dcca71105c7c3cbb95a06d33ba863c202f1ca73b041208362e89d352d3e1cecb" +hash = "3209dc8a6aa57006e67478802f9c8074ec4d4a3d3bb62b818b8ee71f9276184f" metafile = true [[files]] @@ -917,11 +668,6 @@ file = "mods/puzzles-lib.pw.toml" hash = "a1eff7b33a54586b6989c7bfd89992f9d315f1c656b7596649d9af7017c6af7b" metafile = true -[[files]] -file = "mods/pwam.pw.toml" -hash = "a1b7da0628748cdc4a526b006868559b334744ea1933bf2a5718bd9fd41334bd" -metafile = true - [[files]] file = "mods/reeses-sodium-options.pw.toml" hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" @@ -947,11 +693,6 @@ file = "mods/scribble.pw.toml" hash = "f4d3fd279c80231cfa832ad1fb58307849fbb6da495863005411d1c2606239e9" metafile = true -[[files]] -file = "mods/seamless-loading-screen.pw.toml" -hash = "a47d32bc04a461351608608f34543b818019ff928102422078f00d23b7a14fae" -metafile = true - [[files]] file = "mods/show-me-your-skin.pw.toml" hash = "f29ba19cab72bdca9cbf01a557f5fb78513412094d4d4051295ab34ff1a86d9d" @@ -1022,26 +763,11 @@ file = "mods/terralith.pw.toml" hash = "3b61fcf1c80cfdd79282be71ddfa9cce02fc13f8d87a760db455e2a97b801f40" metafile = true -[[files]] -file = "mods/threadtweak.pw.toml" -hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" -metafile = true - -[[files]] -file = "mods/tooltipfix.pw.toml" -hash = "ee103bf45111c2cd7ea2d9b31087867dd4b0d07a4b7dad7b138a4ae506127b37" -metafile = true - [[files]] file = "mods/towns-and-towers.pw.toml" hash = "7b7108d879e1e1c141b24d0d8fa268a6bbcd5c227875d156fcc62c3beec55f63" metafile = true -[[files]] -file = "mods/txnilib.pw.toml" -hash = "3f12e299c61128e9b68e30f814a8507437afc84e27c678fe7955ced741fc176a" -metafile = true - [[files]] file = "mods/what-are-they-up-to.pw.toml" hash = "c709708a11f117743c086f16de67701eb35bfad331826960398bb1e64ea4d35f" @@ -1052,11 +778,6 @@ file = "mods/worldedit.pw.toml" hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3" metafile = true -[[files]] -file = "mods/worldeditcui-fabric.pw.toml" -hash = "48c5a8213925efd652a9e13f40116d53e0516e9147b27d6d0e0ae8cf68f83f6d" -metafile = true - [[files]] file = "mods/wwoo.pw.toml" hash = "a4adbe9faf5b891bfafdb122f7808f7870b6ea915af393deea41406498d109ab" @@ -1064,12 +785,12 @@ metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" -hash = "34b672500b3219fa67f776c0e2c69854746034e541a2d17bef34ae90e38f1a03" +hash = "ec739c73bedf6020c4907526ba867ad3295b2c768ea99d6eff7f41f94a35390a" metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "bbde815d37f2d9e01be4c39266bc2219222384737b4e6958a0047397a31c80fb" +hash = "b623ed1f0e849c378eff75f4037b02f2ab828e1bddf131a5fc14a688e7e439be" metafile = true [[files]] @@ -1082,11 +803,6 @@ file = "mods/yosbr.pw.toml" hash = "1bb9b2e75c6934b1f18648e9b37e20abcf6a4a2547c7cdb0abe88407267e0c10" metafile = true -[[files]] -file = "mods/yungs-api.pw.toml" -hash = "95940b5fc72e8df82ab3adb72b43d10a37e6d926fbb37c405c9fe50bda27a991" -metafile = true - [[files]] file = "mods/yungs-better-desert-temples.pw.toml" hash = "056652d48ab3934e87ebcdef25306d3a7a564fab873c0c826ba8403f23ca99d7" @@ -1129,7 +845,7 @@ metafile = true [[files]] file = "options.txt" -hash = "5def09f86da42fa57e65f7cba01d56f00f492750b60ce6735f44f0eb95057bb6" +hash = "9c6af53557f5ed555a2247cc2f016154414a06f07868d40176e3fae59c9a02af" [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" @@ -1141,29 +857,19 @@ file = "resourcepacks/cubic-sun-moon.pw.toml" hash = "d04af0276ceee170a50c7466d05c8fcaf09f334a798ad713243d9e16fa0f23fe" metafile = true -[[files]] -file = "resourcepacks/even-better-enchants.pw.toml" -hash = "bc501eb1796f77a64444c79427d688f89384a4ca1adc00c89c6841f83b7333af" -metafile = true - -[[files]] -file = "resourcepacks/fast-better-grass.pw.toml" -hash = "b6643cac68927881baa84fa7f348a2d60b6d2f901b4612c7a8c4ad882f90f23b" -metafile = true - [[files]] file = "resourcepacks/fresh-animations.pw.toml" hash = "f4c32ab207bc5a4a6996d817d6321e9e8023e14dd0ed1fcdfa168b92db07dea7" metafile = true [[files]] -file = "resourcepacks/icons-advertisement-removal.pw.toml" -hash = "b4eae9edcc6fc7f1b04c0b49c7bf0657c808e47c4bfbe57b9d7fcc945132cba7" +file = "resourcepacks/icons-fix.pw.toml" +hash = "435f6f8fc1b25412ba5feb3b7ae5331763cc1272fae6bac2dcc6a2828a2d1bcb" metafile = true [[files]] file = "resourcepacks/icons.pw.toml" -hash = "fa70fd82e67c9b86c9e28a908d8f34f92acc179c7b2b8a4d547c406a4236aa87" +hash = "821463f25be611d6c8a1349b66678364cf4be4cfe3f245bd5fa6cb0687492b08" metafile = true [[files]] @@ -1171,11 +877,6 @@ file = "resourcepacks/redstone-tweaks.pw.toml" hash = "b2cb714936adb721db3e97bfe67c361b557883b9440306579f74dede2bcdbc32" metafile = true -[[files]] -file = "resourcepacks/spawn-egg-backport.pw.toml" -hash = "a68d40da06b67d3f8bc12fcd5b48253c6cfd69891a9f14d311b265b3aaa04552" -metafile = true - [[files]] file = "resourcepacks/the-rename-compat-project.pw.toml" hash = "59762cbb7156c5aa21855cc125bb4ad639059c14705d7c8ccdf0263d2f5398cb" @@ -1192,16 +893,11 @@ hash = "fa6b4352745d90078c5984a410b54eabc30f79251e59d426f3552ce153fa4f28" metafile = true [[files]] -file = "resourcepacks/vanilla-evolved.pw.toml" -hash = "c7fc774223cc1def3577668c6b61944af863e65401609b68fa00b77e4be90c78" +file = "resourcepacks/whimscape-x-fresh-animations.pw.toml" +hash = "8f753f2c8cf9443c28969b2f036c5c466cd238015fcde0b5e41f81177acdc641" metafile = true [[files]] -file = "resourcepacks/visual-armor-trims.pw.toml" -hash = "55620f564a88403868729b0fcdedaf28863b1bb420013f9ac7661bec515e051b" -metafile = true - -[[files]] -file = "resourcepacks/xalis-potions.pw.toml" -hash = "15a7995bcf8ee8dd5782b92fc6841251c9266fde5434d3053ca81d8dd2467517" +file = "resourcepacks/whimscape.pw.toml" +hash = "e0df4d734272324a9f81b94be4d4dd547277ea3519849a5ecf8f4c6ac6c420c7" metafile = true diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index 9aa1926..515a9b8 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.20-2.16.16-fabric.jar" +filename = "moonlight-1.20-2.16.20-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/1yJlkP4n/moonlight-1.20-2.16.16-fabric.jar" +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/ExlBVsRs/moonlight-1.20-2.16.20-fabric.jar" hash-format = "sha512" -hash = "007d918889a84d9d3a40b503bce48fa73cb446bd08b29da73578426dbb2dee4552cc191fe772e4f40bcaf2a3165980a02e7660f0438a2742af06700eb4bb4069" +hash = "2a3f1a43e6c11e266b00ba16c60f219ed8a9c950fea3ff24496613fa6782d3008f60dfc237185c335a2b6b01578fcb5ad10a9347a62dff99d8b8e2a199bef7db" [update] [update.modrinth] mod-id = "twkfQtEc" -version = "1yJlkP4n" +version = "ExlBVsRs" diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml index 022bc10..da840cf 100644 --- a/mods/oh-the-biomes-weve-gone.pw.toml +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -1,13 +1,13 @@ name = "Oh The Biomes We've Gone" -filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.7.3.jar" +filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.7.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/HKJIyVzf/Oh-The-Biomes-Weve-Gone-Fabric-1.7.3.jar" +url = "https://cdn.modrinth.com/data/NTi7d3Xc/versions/qKtkWbpJ/Oh-The-Biomes-Weve-Gone-Fabric-1.7.4.jar" hash-format = "sha512" -hash = "85f2f60dcc300232305d04f507330f4acfce2e6da10da7739f5da35f42c91f5e35f2369f4722ac845fb1cfa7e4d00eb262f180a40bba219ff7a9de963af55da9" +hash = "7f80b90b999664832c48489e6af9d3ea287687f8c50606b885d96f5225ea8bae627b079c7dc8ecb26ec50ee3cbc1ff3a7179427d7434e40908f2affc8cf3e1bb" [update] [update.modrinth] mod-id = "NTi7d3Xc" -version = "HKJIyVzf" +version = "qKtkWbpJ" diff --git a/pack.toml b/pack.toml index 5a826a8..bff0c7b 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 = "1a66f7c166b8f603e32f6890849fb25b468ec8ef2dcece00fa3ed341478e666e" +hash = "602c5500496336f72794aab66c0b1cf467bfee3424a2dd670cb0c1593dd66c33" [versions] fabric = "0.18.0" From 0f38dcb4f209130acf6e3d1a7e85ba994bec7978 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 2 Jan 2026 15:13:47 +0100 Subject: [PATCH 76/82] Updated pack to 0.2.0 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 4 ++-- index.toml | 4 ++-- pack.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index ae3b8f1..84bba6f 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.1.10" } }, + "minecraft": { "+recommends": { "Fabulous Worlds": ">=0.2.0" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 71daa1a..a635d07 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,10 +2,10 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Worlds 0.1.10", + "text": "Fabulous Worlds 0.2.0", "clickEvent": { "action": "open_url", - "value": "https://codeberg.org/Malasaur/FabulousWorlds" + "value": "https://modrinth.com/Malasaur/fabulous-worlds" } } ] diff --git a/index.toml b/index.toml index 3b55440..25d9271 100644 --- a/index.toml +++ b/index.toml @@ -54,7 +54,7 @@ hash = "eefa86fa9a8df6eda5d39d3bbbf53138a44df71a01a24262c27584badea97d79" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "a66cc720a848f2e43d714416f7233c8b3a0d30b10c490d57f4ab834d98ed7001" +hash = "c7f531ea6dc8b863eb1180ed6a433008a9a3dee50eb66e5cfafa41bbfe0ad300" [[files]] file = "config/iris.properties" @@ -62,7 +62,7 @@ hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "4e6cb5fae7648db885ef32bc93efa19adfc57ad2157c376788a9ca99c9645593" +hash = "5ac9ba6e11dd563346e2d0d292f8d6467001803ac4d5c3f57baa8b01e3eb3dc3" [[files]] file = "config/jade/jade.json" diff --git a/pack.toml b/pack.toml index bff0c7b..1192e86 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Worlds" author = "Malasaur" -version = "0.1.10" +version = "0.2.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "602c5500496336f72794aab66c0b1cf467bfee3424a2dd670cb0c1593dd66c33" +hash = "a0908920b0968daf0869c8dbcc94849bc5dea172bab89294b7b23b1cd75931b9" [versions] fabric = "0.18.0" From 73cb5e0c846fd415e583b65f4c124c6efc263e29 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 2 Jan 2026 15:19:08 +0100 Subject: [PATCH 77/82] Updated pack to 0.1.0 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 514 +++++-------------------- pack.toml | 4 +- 4 files changed, 107 insertions(+), 415 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index ba568a0..fd3b065 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Fabulous Create": ">=0.0.7" } }, + "minecraft": { "+recommends": { "Fabulous Create": ">=0.1.0" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 4d4d729..ad1e830 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Fabulous Create 0.0.7", + "text": "Fabulous Create 0.1.0", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/FabulousCreate" diff --git a/index.toml b/index.toml index 3574860..55d0223 100644 --- a/index.toml +++ b/index.toml @@ -1,219 +1,126 @@ hash-format = "sha256" [[files]] -file = "config/enhanced_bes.properties" -hash = "d00ed80adfdc31d9a093464de18e0e5f033e5911665dcd92db02fe9e5fbd8b2c" +file = "config/NoChatReports/NCR-Client.json" +hash = "616e09c8ff849f4a9a07165a0a3513f468469237377546b64135591fca8a0592" + +[[files]] +file = "config/NoChatReports/NCR-Common.json" +hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816" + +[[files]] +file = "config/NoChatReports/NCR-Encryption.json" +hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6" + +[[files]] +file = "config/PaginatedAdvancements.json5" +hash = "19b64816ace5def7e191b71f8fc05fa8c79d593ca787d860a2608d67a276037c" + +[[files]] +file = "config/bettergrass.json5" +hash = "b1c0651bd896ecb5217b83799354a2b8adaa1232d742e8186b7de6183b19dc4c" + +[[files]] +file = "config/capes.json5" +hash = "c88ac7aec7bc08f867f8a9f6c7bf9396871d03d12b0f4d7100e8ef1fddfac68e" + +[[files]] +file = "config/cem.conf" +hash = "51519ddcc6823cbe1f22b8977fe103eb8c01b1872899634ddc06814f3ef2da9b" + +[[files]] +file = "config/citresewn.json" +hash = "dcb9f9dd8184ba8ee7c81e785f677434c7cda2acb925fd3d542e2a361ee78e32" + +[[files]] +file = "config/clienttweaks-common.toml" +hash = "13a506b46d159c80c711d92ff340bd0fad9034019698c6076de9994fe4975e48" + +[[files]] +file = "config/controlify.json" +hash = "122efb712417e034281b2d1d431026569038f05d86fbf7df3b0f9b66e769d2e0" + +[[files]] +file = "config/debugify.json" +hash = "eef3cca5127037fc337391ef49889a03e7102d6c2d1af866dcf007353b52324b" + +[[files]] +file = "config/dynamic_fps.json" +hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" + +[[files]] +file = "config/entity_texture_features.json" +hash = "eefa86fa9a8df6eda5d39d3bbbf53138a44df71a01a24262c27584badea97d79" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "a0f05105f6e231bc40c883eb954204c8274caa4a6f7ff7ff5448c97d8d20b093" +hash = "143174ad7a8ce64999d897b03e24757cc0fcbe5df23dbcae2c376694703e71ac" [[files]] -file = "config/fog/config.json" -hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" +file = "config/iris.properties" +hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "fe05d9d92ce51490b27a76a93166b57fde540daeff0d0e53318d25832aa1ff30" +hash = "7c6b62638521a9be81b2ec84c63276ae470d246a7b9449e741fd8ad0424dbbb2" + +[[files]] +file = "config/jade/jade.json" +hash = "01018ef886c3e8eea9cf0a2a558e96f4bc6549aaecfa6e74d1677b8d45e0ab36" [[files]] file = "config/jade/plugins.json" hash = "2ea17f07c1e0ac86f1e325a160a8503652fbe8a1f1c3226a29ae0bf7173032d8" [[files]] -file = "config/xaerominimap.txt" -hash = "fe737a2c9e3b340f86bb3144b5e8558daff18bd57a3f893e1228c9cd9583cb38" +file = "config/justzoom/config.txt" +hash = "c3960eb2929c36c830d5f3514a44bce209e2f5220f8ffd145714f5a34180bf25" [[files]] -file = "config/yosbr/config/NoChatReports/NCR-Client.json" -hash = "616e09c8ff849f4a9a07165a0a3513f468469237377546b64135591fca8a0592" +file = "config/lambdynlights.toml" +hash = "a756bb8685ba637f02525c47603f92e1a7b7937ab92686e3728854b7379ed394" [[files]] -file = "config/yosbr/config/NoChatReports/NCR-Common.json" -hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816" +file = "config/modernfix-mixins.properties" +hash = "3c5317882a50941e2384b9739ec3aa688f297105691c9d8d577936ad29c1d575" [[files]] -file = "config/yosbr/config/NoChatReports/NCR-Encryption.json" -hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6" +file = "config/modmenu.json" +hash = "dacff858c9d3d3d96a4b6b902133d0691e320e21a2f57adc6bb6cb9875763582" [[files]] -file = "config/yosbr/config/badoptimizations.txt" -hash = "2917a8f8112e36e27b240bdbe0e6987c5e8b0964595ed42ca2fbe1b16350df71" +file = "config/moreculling.toml" +hash = "b2ff60a305956fb2a381c6c61d960d2b220d83d9c7737e2ac4ab34a1f604af56" [[files]] -file = "config/yosbr/config/bettergrass.json5" -hash = "1fdfda7e5dd921d3441684d9e0942e3d7e8c36dfba39653742e70fd9916d8d59" +file = "config/panorama_screens/settings.json" +hash = "7a316c08d81c98a58f1dce4145af76fc1084efab820fe256b4ab1af594599111" [[files]] -file = "config/yosbr/config/borderlessmining.json" -hash = "3dfb137b6b5196bd77388f7310aba1771b80a6bc2be3c48e53ad85b1b250ae75" - -[[files]] -file = "config/yosbr/config/c2me.toml" -hash = "cd6c4b5e6fc090d629e1b1355321e37948ef1bd32faba92af9afd1f69040c7b3" - -[[files]] -file = "config/yosbr/config/cameraoverhaul.toml" -hash = "2b1f20e116d2741ecf9e38c19b27576520996f1b039c57716a285b381936cfc9" - -[[files]] -file = "config/yosbr/config/capes.json5" -hash = "69de1a523d9ca24248233c11178b2492984ba0b25b0355242d72b2ae17a7c284" - -[[files]] -file = "config/yosbr/config/cem.conf" -hash = "51519ddcc6823cbe1f22b8977fe103eb8c01b1872899634ddc06814f3ef2da9b" - -[[files]] -file = "config/yosbr/config/citresewn.json" -hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991" - -[[files]] -file = "config/yosbr/config/clienttweaks-common.toml" -hash = "1c1903f340f9d0863b62914251323c6e8e40bae64dada7a29270f57288936bf5" - -[[files]] -file = "config/yosbr/config/debugify.json" -hash = "eef3cca5127037fc337391ef49889a03e7102d6c2d1af866dcf007353b52324b" - -[[files]] -file = "config/yosbr/config/dynamic_fps.json" -hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" - -[[files]] -file = "config/yosbr/config/emotecraft.json" -hash = "88ff06335191beefa9fb3746f8de31fa2f3b787c32193771eb58bbe97491404e" - -[[files]] -file = "config/yosbr/config/entity_texture_features.json" -hash = "eefa86fa9a8df6eda5d39d3bbbf53138a44df71a01a24262c27584badea97d79" - -[[files]] -file = "config/yosbr/config/entityculling.json" -hash = "5acf5a0ce839b1d84fd677a705f211f35a27f12dbdde7363ee12e695f4281ac0" - -[[files]] -file = "config/yosbr/config/fastquit.toml" -hash = "17225e085e6759210cec7e829e00c8c90f9c5d38714835cb5da9c98398842f7d" - -[[files]] -file = "config/yosbr/config/ferritecore.mixin.properties" -hash = "4b4c3d16ac30dbe5d9b61105cc65214e929124097ed4ccd6da91817382f8d014" - -[[files]] -file = "config/yosbr/config/fog/config.json" -hash = "7b9338d09582d999cfa46e97743a5ebb366756532e17ecf09905a17bd8440cd4" - -[[files]] -file = "config/yosbr/config/immediatelyfast.json" -hash = "51c7ea47f63e38651a542dae94caaaa843924b9f00e77efb18ed15207cc167a8" - -[[files]] -file = "config/yosbr/config/iris.properties" -hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" - -[[files]] -file = "config/yosbr/config/jade/jade.json" -hash = "93659894926ba2ecfbc945e4fba97ef4d2b780d5389c335c5e3abf36a9bff2b8" - -[[files]] -file = "config/yosbr/config/justzoom/config.txt" -hash = "a03899a15479d62cea3d3daa3600c40e29eb3cb6284fa64d65191dbcde591e6d" - -[[files]] -file = "config/yosbr/config/lambdynlights.toml" -hash = "0af54c3df4b8b9ab8586d634726a18aaef238e383f7af0afe155e0f4dc4d2918" - -[[files]] -file = "config/yosbr/config/lithium.properties" -hash = "928fdb1e604e394de7389a4b7a7f230fe6863a468e1839bee22d80652ea0d31f" - -[[files]] -file = "config/yosbr/config/midnightcontrols copy.json" -hash = "8ff8e18eed65531b433c9ca1ea0e1657f07bfd8cd54cee37c950ed93cf9663f3" - -[[files]] -file = "config/yosbr/config/midnightcontrols.json" -hash = "b792f2977c2889e388d0a0e83e316ed4f27050729d86c8623e8472accb8a2a46" - -[[files]] -file = "config/yosbr/config/midnightlib copy.json" -hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980" - -[[files]] -file = "config/yosbr/config/midnightlib.json" -hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980" - -[[files]] -file = "config/yosbr/config/modernfix-mixins.properties" -hash = "786d733801189d70e38ce485533505679bc765de871dc35235cc505786e6ad4f" - -[[files]] -file = "config/yosbr/config/modmenu.json" -hash = "caf78ed83c10fd96784c335a597c078b943d0e20cac39604c2e35daa719d2e9d" - -[[files]] -file = "config/yosbr/config/moreculling.toml" -hash = "1fd983cb5539f39359982fb26efa37fa5111087a6d44e05fe268134ea11cee13" - -[[files]] -file = "config/yosbr/config/panorama_screens/settings.json" -hash = "195baed1501b5a463600cb463556f9a59f362746418147e0b033ea855e44056d" - -[[files]] -file = "config/yosbr/config/pickupnotifier/pickupnotifier-client.toml" -hash = "987df7f93e6cdfe6773eb3e8ffaef563f784bf3d07074c966cb2e92d0f425e77" - -[[files]] -file = "config/yosbr/config/puzzle.json" +file = "config/puzzle.json" hash = "41397f8ebb5a1137f559761cee66b18a85c7289e89ac84a738140d651eecccdd" [[files]] -file = "config/yosbr/config/sodium-extra-options.json" -hash = "68853b098e83b6bc3c244906a29943e5b4252e6906fc5df72cd71f4df6c977d4" +file = "config/sodium-options.json" +hash = "37aaf52aa7545527c7ade71ac77ad2fcf6019995bf58b6ea1fe0f52949919d18" [[files]] -file = "config/yosbr/config/sodium-options.json" -hash = "51136f5621828014c5372dd371a17f7708a4c2b73208ea503c49d20ad395d677" - -[[files]] -file = "config/yosbr/config/sound_physics_remastered/soundphysics.properties" +file = "config/sound_physics_remastered/soundphysics.properties" hash = "fdec04568067483856ec24231c9edc9a6d5879d1bdaf66c5168f7eda04466009" [[files]] -file = "config/yosbr/config/threadtweak.json" -hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" +file = "config/xaero/minimap/profiles/default.cfg" +hash = "2742648a19c2b054ceb270556454b46e9c56f095b49435d95bebf12a2545375f" [[files]] -file = "config/yosbr/config/voicechat/translations.properties" -hash = "b258a94a5ed60fbf93b66c452c3d6e36b044f630741f90e5b13852a4805b235e" - -[[files]] -file = "config/yosbr/config/voicechat/username-cache.json" -hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" - -[[files]] -file = "config/yosbr/config/voicechat/voicechat-client.properties" -hash = "3e74b74fad44d2110d1e7b0e326693d6516008ad553529c3f808c8cbd93dffda" - -[[files]] -file = "config/yosbr/config/voicechat/voicechat-server.properties" -hash = "113c58beef075e2ea9af1491fa2a35b12419806462dd91c5436ad3677e4d1b4b" - -[[files]] -file = "config/yosbr/config/voicechat/voicechat-volumes.properties" -hash = "33afebdb8ef07a3d774086931dec8d899f4da7aeba5b448fd4eee540ba5e02a2" +file = "config/xaerohud.txt" +hash = "8d13c5f398016036aa4fdefb366ef3926d89f96ca104155bc9f6e5a7ec682ecd" [[files]] file = "mods/3dskinlayers.pw.toml" hash = "971916846fa6d86fe9986c6f34370b62de5aa9c219e709011851397af8fd6fb5" metafile = true -[[files]] -file = "mods/advancementinfo.pw.toml" -hash = "bb6c349471139b104a3d8001650ecaee747b596e1f5ca865157a8026e8182f61" -metafile = true - [[files]] file = "mods/ambientsounds.pw.toml" hash = "cecef5282fa2e57e290a0f40018e6e0f31ea6f2aefe195b1313484f670343853" @@ -229,21 +136,11 @@ file = "mods/appleskin.pw.toml" hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" metafile = true -[[files]] -file = "mods/architectury-api.pw.toml" -hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" -metafile = true - [[files]] file = "mods/armor-statues.pw.toml" hash = "d7d3a464c8668c8a96124b8c98bd7289de41ec211a967a553dcd516c8ab0aee9" metafile = true -[[files]] -file = "mods/bad-wither-no-cookie.pw.toml" -hash = "545fefbb036d68fb42cd96a077d42461abbf935cb71a096cee9454fba4030339" -metafile = true - [[files]] file = "mods/badoptimizations.pw.toml" hash = "b8c29dac6fb7c1cf18ca53b7a96c6c4854307999b77a751e803bdd9650a125e0" @@ -254,21 +151,11 @@ file = "mods/balm.pw.toml" hash = "71dc04da11ad8f4a5d88db5505132a654ce033f05dc2fa4bb7aa28a42762086f" metafile = true -[[files]] -file = "mods/bbrb.pw.toml" -hash = "f141dc3fe1fe99f25cd4fd0d8c85d85efcc6aa8b999d22f9280d1beb5bfeae9d" -metafile = true - [[files]] file = "mods/better-mount-hud.pw.toml" hash = "333dfa2b93c688ce5f9f685f77cb62e5df8b9c8d21a2c4dd4eb9232aa85dccff" metafile = true -[[files]] -file = "mods/better-third-person.pw.toml" -hash = "6d7c5793f88c52421dc11f48b3bf12400e7a451b9297e80fe33b776cc2af2c1d" -metafile = true - [[files]] file = "mods/betterf3.pw.toml" hash = "a1e024094c28068c99a6da1c5867cbd4e66a315718039659bfa533a138762d9e" @@ -289,31 +176,11 @@ file = "mods/blur-plus.pw.toml" hash = "04ddfc50d957ad8cd71306a19b98b3b64d5235bb1c6a694592087ccb1f0c0dfc" metafile = true -[[files]] -file = "mods/boat-item-view.pw.toml" -hash = "d6878871a07870b33821beed20118368e779c17574062d5d771eb38b9403e875" -metafile = true - -[[files]] -file = "mods/bookshelf-lib.pw.toml" -hash = "0b5feeae74fe992084ec5cb12eab3404ddd5054e85c9006f7ba4d65f209de13f" -metafile = true - -[[files]] -file = "mods/borderless-mining.pw.toml" -hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7" -metafile = true - [[files]] file = "mods/botarium.pw.toml" hash = "2f57caef93731338be19b1e14065978eb3e14dbfc0c1f9699dfcc2f201e2c23b" metafile = true -[[files]] -file = "mods/c2me-fabric.pw.toml" -hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" -metafile = true - [[files]] file = "mods/calcmod.pw.toml" hash = "0cc9069aeee558e036c7afd064d37d9f468ea1138705da0fe4aad64d95312f79" @@ -334,11 +201,6 @@ file = "mods/chat-heads.pw.toml" hash = "1173755b093b4f9a8aca00520d87bc35178fe19c54e59debe5c48d0c9063b91c" metafile = true -[[files]] -file = "mods/cherished-worlds.pw.toml" -hash = "ade96e54f3cc61a9a64356f522f8527f15a20518fe9a782229af7423358fc017" -metafile = true - [[files]] file = "mods/chunky.pw.toml" hash = "b1581bbfae9d16690f4022536da6567f000130c4ea5e04d92177c1bc61fea709" @@ -354,11 +216,6 @@ file = "mods/cit-resewn.pw.toml" hash = "d2e1ad62031e3700de73a87957a4acca747436a4135da695705cb5d293aa0890" metafile = true -[[files]] -file = "mods/cleardespawn.pw.toml" -hash = "4f34a9355753904ff7fe8c3fe1e2f665e514470c483ff77aa7f4c8bc05c122da" -metafile = true - [[files]] file = "mods/client-tweaks.pw.toml" hash = "3afdedb4402bbc50bf4c6cec18290cab2d9bf6f1c2e69e45181af6869ec6803a" @@ -394,6 +251,11 @@ file = "mods/crafttweaker.pw.toml" hash = "05f80197ca27d4d870aad7e48667412eed187c1478346902c9f0578d51662910" metafile = true +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "10742d60f7069f58268b846ab1661842cc7613e8c6d96c03c341b8668a4ffc1e" +metafile = true + [[files]] file = "mods/create-better-villagers.pw.toml" hash = "957a1155261f7e17c6fd70fd64d16c447addd07f0dc2774411784d259fa317b4" @@ -504,31 +366,16 @@ file = "mods/creativecore.pw.toml" hash = "af83eb1ea0f7a36e4424248c744c1cbebb5045d361e843b873d4d89bf65ad8ad" metafile = true -[[files]] -file = "mods/cubes-without-borders.pw.toml" -hash = "5944ed5a779d142aea9ccd8c466a20fa3d9233a29f2be1e5ae54fc15f5edd57e" -metafile = true - [[files]] file = "mods/cut-through.pw.toml" hash = "119642cc64a5790f42738939121ea5a08100eb0c3867d7f64ead1a4d0eb8a163" metafile = true -[[files]] -file = "mods/damagenumbers.pw.toml" -hash = "010d21e9d7d364313ce751e073ab48006ae80b302f68a7c434396dadbe324535" -metafile = true - [[files]] file = "mods/debugify.pw.toml" hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" metafile = true -[[files]] -file = "mods/distraction-free-recipes.pw.toml" -hash = "20fdb4bb9c30b2aa81499f43657c266e3d84fdb4a3b167c7fdbf3309e4316fc7" -metafile = true - [[files]] file = "mods/dynamic-fps.pw.toml" hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" @@ -559,24 +406,19 @@ file = "mods/emotecraft.pw.toml" hash = "bd53dcb193060715c659e96aedafd08dedd193ebb1f0a79fe15f6786a315a6c0" metafile = true -[[files]] -file = "mods/enchantment-descriptions.pw.toml" -hash = "a763f10ac9de0fbdc4efaf6a998996c54213931cd9a393129f1ff3231fdf8cf9" -metafile = true - [[files]] file = "mods/entity-model-features.pw.toml" -hash = "b13f84a7fad7d6e21cef513a9c8f8206e55f0b342b4030df540e3126ad5abb2a" +hash = "d7651af3a8996488151254f0379fd7f1613edeaf7eac48bdeff447eeaf411965" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "fade702bcfa866d3b4a3b1d030c31ba9764e98b1585a4a54366f4e4d8373e06c" +hash = "7eefb0f3d1b793f7dc57ee7cf368d055c9b1bf3556f61179f38f1c49c163c1bd" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "605c081279d8e4e5c98e6a50304867214185d8b8f14434b71d388a20f4ad7d5d" +hash = "9c8b6d8e1a13a4f7edd081c1ab561c51069d6315a67c217a88fafcd1ddfb17a8" metafile = true [[files]] @@ -594,11 +436,6 @@ file = "mods/fabrishot.pw.toml" hash = "83ac3e7f70eb567845286596a8baad96b73ef3c2ee1fa378375df7a13aad7c11" metafile = true -[[files]] -file = "mods/fadeless.pw.toml" -hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" -metafile = true - [[files]] file = "mods/farmers-delight-refabricated.pw.toml" hash = "e09385ac1a1c0900b8fa619290eb0f0539949ebbc59f7604a7699485784ccc85" @@ -609,11 +446,6 @@ file = "mods/fast-ip-ping.pw.toml" hash = "4d1964bc6102d600b87450947d8969ad36515267c52fc75833fbfd44391c3502" metafile = true -[[files]] -file = "mods/fastquit.pw.toml" -hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" -metafile = true - [[files]] file = "mods/faux-custom-entity-data.pw.toml" hash = "00f2e8c9f900b119fc5931bce91d7c00845a8e494db8910c3a4e7d69bde2bc75" @@ -629,21 +461,11 @@ file = "mods/fix-keyboard-on-linux.pw.toml" hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true -[[files]] -file = "mods/fog.pw.toml" -hash = "0dd6a98258783de2b2d6dd2e825edb02008a4d9801e18ef57030e1bbfd314d49" -metafile = true - [[files]] file = "mods/forge-config-api-port.pw.toml" hash = "adea09f1e1b05da68cf7407992a9391b15985acf5465a888e54ae076dbd543ab" metafile = true -[[files]] -file = "mods/iceberg.pw.toml" -hash = "f669b069214a8e88d17066ff6715fe131568cd190450ba408b4c2c5479a1a263" -metafile = true - [[files]] file = "mods/immediatelyfast.pw.toml" hash = "d9d01681616a8bdb45bbdd0a053b87153bbb77a5ef997325be0b3dc10b7f8979" @@ -655,23 +477,8 @@ hash = "ca3ca3f51541688c45a81c541ff46660853106ebda282dfd59da00f5c9c0a9cd" metafile = true [[files]] -file = "mods/immersive-messages-api.pw.toml" -hash = "b2b2c8e4f24d100944950363a846a49b610df63e41f531bff2b241da6b91b687" -metafile = true - -[[files]] -file = "mods/immersive-tips.pw.toml" -hash = "d28fe1f2c2d7e00d64233473bb7a82f44853861c9988050d354d7c9b4ff0644a" -metafile = true - -[[files]] -file = "mods/immersive-ui.pw.toml" -hash = "71ddcef1fbd1b128a705ce8f9a57e8aeda4421f08c47241484d08bd264cb7c98" -metafile = true - -[[files]] -file = "mods/immersivethunder.pw.toml" -hash = "1e7626658f151f660110a788c0e3771f08a023992a62c38aacb272fd9559dd94" +file = "mods/immersive-hotbar.pw.toml" +hash = "a4b6a816a2c211691e9447bd6e5c8a3485da3e5926b0212d26cdb95514ddaa92" metafile = true [[files]] @@ -679,26 +486,11 @@ file = "mods/indium.pw.toml" hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" metafile = true -[[files]] -file = "mods/infinite-music.pw.toml" -hash = "da5b389fb0ef39af3116a02dbd90cb8f0fc11dba5f925f72d051c2143720c68e" -metafile = true - [[files]] file = "mods/iris.pw.toml" hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" metafile = true -[[files]] -file = "mods/item-highlighter.pw.toml" -hash = "80264d11a93ffb63f1592be06f8dcdf276bc5a6d2b666dfa9a5d2d10dfb29282" -metafile = true - -[[files]] -file = "mods/ive-spoken.pw.toml" -hash = "0aea87c3d9ef08d3fea6e19678378b8456ba4670c374b70a5ff3ad8039f6216a" -metafile = true - [[files]] file = "mods/jade-addons-fabric.pw.toml" hash = "fd806713c4bd32080e12e65c012ad93de6a6fae53484fa13a72603c39f3eae63" @@ -711,7 +503,7 @@ metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "c623d041376566a72f2ada1b4866ba2092b0df5580c680ba6d6975007ea27486" +hash = "e34a29e110dcb5587a470d826a3d0d3c866f62d85e31ec118e302c1caed94c40" metafile = true [[files]] @@ -724,31 +516,11 @@ file = "mods/konkrete.pw.toml" hash = "d6be91dc0a2aca23ee640818d8a8295c85ddb2db6e0413669ecac9600b01eef0" metafile = true -[[files]] -file = "mods/krypton.pw.toml" -hash = "9063bac3fdf585a43d318e3f9773475a28ecb8fe80bc7689cc480851eef97420" -metafile = true - -[[files]] -file = "mods/ksyxis.pw.toml" -hash = "6c4d9be9d042e5a1028a420fa2f4aa435e6406445207a4d600700efbf037c35a" -metafile = true - [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "be7240c21a4acd8de01d7f6f93be18ca2a233917d32e6f6205f788432525a570" metafile = true -[[files]] -file = "mods/language-reload.pw.toml" -hash = "6c154d18505c366b2117c2cfa06ea66a7f3e1a441456c3e20f195cb446f8103b" -metafile = true - -[[files]] -file = "mods/lazydfu.pw.toml" -hash = "694c91d6f341271b0b071a814fb64defbd52af1b228cb593595836c0d9f68151" -metafile = true - [[files]] file = "mods/lithium.pw.toml" hash = "c8695e51366b601c5e9118a5d5650d234cc25fc8d1f90ebd186c17c199ba7fca" @@ -774,16 +546,6 @@ file = "mods/memoryleakfix.pw.toml" hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" metafile = true -[[files]] -file = "mods/midnightcontrols.pw.toml" -hash = "c8615f9ffa0aca1cbc721a3095b24a1e719936c44d715c6a6cae0a24a3d9c7ee" -metafile = true - -[[files]] -file = "mods/midnightlib.pw.toml" -hash = "866baeb7e9917b92825ddbcf4d113648a6662b5214e078b29c327ff97d0e2774" -metafile = true - [[files]] file = "mods/mixintrace.pw.toml" hash = "6cd55df8041a48cb7f5f95ea4520f5ed59064e71ff9dab8b0e02bb922b68c9cb" @@ -811,7 +573,7 @@ metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "31e14625d5692472f6a1554a5fb62555bb839905991281226f782e96ebe5249f" +hash = "9ff690ee32105d52a646a76f48371ccbe1958aff274511ca71fb44099ebc7107" metafile = true [[files]] @@ -824,11 +586,6 @@ file = "mods/mru.pw.toml" hash = "10430695ad67fd14a9e208c0ebe6efaf073cc78e3292f52159b2d04b75b87214" metafile = true -[[files]] -file = "mods/night-auto-config.pw.toml" -hash = "e12567f00765136329ad5edcfcf826c7cc47f2e780c7a12083675887f6d654b6" -metafile = true - [[files]] file = "mods/no-chat-reports.pw.toml" hash = "9ce6efc7149cdae2deb751b4ebf2d220700cc1b204e7a1d026275203387f106b" @@ -839,11 +596,6 @@ file = "mods/no-telemetry.pw.toml" hash = "ebd48452773a4b6b4b7dcedbfb71c8986ec97780fcce040542c8e8fd67f22c56" metafile = true -[[files]] -file = "mods/noisium.pw.toml" -hash = "f4b9d7acc345b8df6dd13e19b36658cbca476abdee703ee6f38c66d33e8fa763" -metafile = true - [[files]] file = "mods/nuit-interop.pw.toml" hash = "a0b2b689e7e6eb10cd342da48dd605cfbe09d782790a42089f31835a54e37b1a" @@ -860,13 +612,13 @@ hash = "f404b8f2227c496972da6647710a5691acbbd0f15e1951fc7b225970bb1b4da2" metafile = true [[files]] -file = "mods/octo-lib.pw.toml" -hash = "eff75aaa788bf041f3767fb0115a0d9fbfc9d75d2464860c5b47674dfc79178e" +file = "mods/optigui.pw.toml" +hash = "9ed765da71f977af16c71b3ff56356dea5a149d9626277e4d4868941f8efa1b0" metafile = true [[files]] -file = "mods/optigui.pw.toml" -hash = "9ed765da71f977af16c71b3ff56356dea5a149d9626277e4d4868941f8efa1b0" +file = "mods/paginatedadvancements.pw.toml" +hash = "1dbd3b2969118cf3bf47efd9eac2838abb815efce4d33ea47091f20b42ebfd24" metafile = true [[files]] @@ -884,14 +636,9 @@ file = "mods/pick-up-notifier.pw.toml" hash = "9ad63ddb4586e2650aca101712f9d0f5efa14e5959965cb6e6fc6ad300e8c3ee" metafile = true -[[files]] -file = "mods/polytone.pw.toml" -hash = "4384bc790b955c7329be45a0f5a140f7159598718076e8c06d425f91cefbba87" -metafile = true - [[files]] file = "mods/puzzle.pw.toml" -hash = "dcca71105c7c3cbb95a06d33ba863c202f1ca73b041208362e89d352d3e1cecb" +hash = "3209dc8a6aa57006e67478802f9c8074ec4d4a3d3bb62b818b8ee71f9276184f" metafile = true [[files]] @@ -899,11 +646,6 @@ file = "mods/puzzles-lib.pw.toml" hash = "a1eff7b33a54586b6989c7bfd89992f9d315f1c656b7596649d9af7017c6af7b" metafile = true -[[files]] -file = "mods/pwam.pw.toml" -hash = "a1b7da0628748cdc4a526b006868559b334744ea1933bf2a5718bd9fd41334bd" -metafile = true - [[files]] file = "mods/reeses-sodium-options.pw.toml" hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" @@ -929,11 +671,6 @@ file = "mods/scribble.pw.toml" hash = "f4d3fd279c80231cfa832ad1fb58307849fbb6da495863005411d1c2606239e9" metafile = true -[[files]] -file = "mods/seamless-loading-screen.pw.toml" -hash = "a47d32bc04a461351608608f34543b818019ff928102422078f00d23b7a14fae" -metafile = true - [[files]] file = "mods/show-me-your-skin.pw.toml" hash = "f29ba19cab72bdca9cbf01a557f5fb78513412094d4d4051295ab34ff1a86d9d" @@ -994,31 +731,16 @@ file = "mods/starlight.pw.toml" hash = "98553c2d49ef3a888954f24b7c49fe3442c01fd4fc1f1ed52c5898ed29d29d3b" metafile = true -[[files]] -file = "mods/threadtweak.pw.toml" -hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" -metafile = true - [[files]] file = "mods/toms-storage.pw.toml" hash = "c57e5187ae4382be6c19e596c8a3f4a7a2b4d566c16c6fc8ad8a0629dc9454d1" metafile = true -[[files]] -file = "mods/tooltipfix.pw.toml" -hash = "ee103bf45111c2cd7ea2d9b31087867dd4b0d07a4b7dad7b138a4ae506127b37" -metafile = true - [[files]] file = "mods/trinkets.pw.toml" hash = "ffdb79f5bc29f990e5889f5d159a043c7046b8cd8d79f17f54b44d7ccc2b242a" metafile = true -[[files]] -file = "mods/txnilib.pw.toml" -hash = "3f12e299c61128e9b68e30f814a8507437afc84e27c678fe7955ced741fc176a" -metafile = true - [[files]] file = "mods/underground-village,-stoneholm.pw.toml" hash = "ffc611062472d334b9748b6e36e587184508f261f51bdfad6d26cebe19b62cbc" @@ -1034,11 +756,6 @@ file = "mods/worldedit.pw.toml" hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3" metafile = true -[[files]] -file = "mods/worldeditcui-fabric.pw.toml" -hash = "48c5a8213925efd652a9e13f40116d53e0516e9147b27d6d0e0ae8cf68f83f6d" -metafile = true - [[files]] file = "mods/xaeros-minimap.pw.toml" hash = "fd725a2383164ee2866a41635b0a8baf4cc1506d33df1ce1cc1455ab98a32e01" @@ -1059,14 +776,9 @@ file = "mods/yosbr.pw.toml" hash = "1bb9b2e75c6934b1f18648e9b37e20abcf6a4a2547c7cdb0abe88407267e0c10" metafile = true -[[files]] -file = "mods/yungs-api.pw.toml" -hash = "95940b5fc72e8df82ab3adb72b43d10a37e6d926fbb37c405c9fe50bda27a991" -metafile = true - [[files]] file = "options.txt" -hash = "64f175279f0bae045203b10c81aa458540cc08913ed1ac296882a09cf1c1c8bd" +hash = "ea626fa0fbeff5f886274ff4604597aaf465dc7f4354288ad59498494964b7f8" [[files]] file = "resourcepacks/chat-reporting-helper.pw.toml" @@ -1083,29 +795,19 @@ file = "resourcepacks/cubic-sun-moon.pw.toml" hash = "d04af0276ceee170a50c7466d05c8fcaf09f334a798ad713243d9e16fa0f23fe" metafile = true -[[files]] -file = "resourcepacks/even-better-enchants.pw.toml" -hash = "bc501eb1796f77a64444c79427d688f89384a4ca1adc00c89c6841f83b7333af" -metafile = true - -[[files]] -file = "resourcepacks/fast-better-grass.pw.toml" -hash = "b6643cac68927881baa84fa7f348a2d60b6d2f901b4612c7a8c4ad882f90f23b" -metafile = true - [[files]] file = "resourcepacks/fresh-animations.pw.toml" hash = "f4c32ab207bc5a4a6996d817d6321e9e8023e14dd0ed1fcdfa168b92db07dea7" metafile = true [[files]] -file = "resourcepacks/icons-advertisement-removal.pw.toml" -hash = "b4eae9edcc6fc7f1b04c0b49c7bf0657c808e47c4bfbe57b9d7fcc945132cba7" +file = "resourcepacks/icons-fix.pw.toml" +hash = "435f6f8fc1b25412ba5feb3b7ae5331763cc1272fae6bac2dcc6a2828a2d1bcb" metafile = true [[files]] file = "resourcepacks/icons.pw.toml" -hash = "fa70fd82e67c9b86c9e28a908d8f34f92acc179c7b2b8a4d547c406a4236aa87" +hash = "821463f25be611d6c8a1349b66678364cf4be4cfe3f245bd5fa6cb0687492b08" metafile = true [[files]] @@ -1113,11 +815,6 @@ file = "resourcepacks/redstone-tweaks.pw.toml" hash = "b2cb714936adb721db3e97bfe67c361b557883b9440306579f74dede2bcdbc32" metafile = true -[[files]] -file = "resourcepacks/spawn-egg-backport.pw.toml" -hash = "a68d40da06b67d3f8bc12fcd5b48253c6cfd69891a9f14d311b265b3aaa04552" -metafile = true - [[files]] file = "resourcepacks/the-rename-compat-project.pw.toml" hash = "59762cbb7156c5aa21855cc125bb4ad639059c14705d7c8ccdf0263d2f5398cb" @@ -1134,18 +831,13 @@ hash = "fa6b4352745d90078c5984a410b54eabc30f79251e59d426f3552ce153fa4f28" metafile = true [[files]] -file = "resourcepacks/vanilla-evolved.pw.toml" -hash = "c7fc774223cc1def3577668c6b61944af863e65401609b68fa00b77e4be90c78" +file = "resourcepacks/whimscape-x-fresh-animations.pw.toml" +hash = "8f753f2c8cf9443c28969b2f036c5c466cd238015fcde0b5e41f81177acdc641" metafile = true [[files]] -file = "resourcepacks/visual-armor-trims.pw.toml" -hash = "55620f564a88403868729b0fcdedaf28863b1bb420013f9ac7661bec515e051b" -metafile = true - -[[files]] -file = "resourcepacks/xalis-potions.pw.toml" -hash = "15a7995bcf8ee8dd5782b92fc6841251c9266fde5434d3053ca81d8dd2467517" +file = "resourcepacks/whimscape.pw.toml" +hash = "e0df4d734272324a9f81b94be4d4dd547277ea3519849a5ecf8f4c6ac6c420c7" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 6e96485..3060c8b 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous Create" author = "Malasaur" -version = "0.0.7" +version = "0.1.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e2e2988ea7bcc26a9c87caf3f02e6c02866e25c10449b48f651fc2b88d67d09b" +hash = "62d94d013ff2815f7ef70cc24da831a0becef2602e78dd4f702ae7022e33dee1" [versions] fabric = "0.18.0" From 6dcd91e50f34a825d6d1b348920c7e8c3c0d52d7 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 2 Jan 2026 18:39:26 +0100 Subject: [PATCH 78/82] Fixed Xaero's mods versions --- index.toml | 4 ++-- mods/xaeros-minimap.pw.toml | 10 +++++----- mods/xaeros-world-map.pw.toml | 10 +++++----- pack.toml | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/index.toml b/index.toml index 55d0223..d16f58b 100644 --- a/index.toml +++ b/index.toml @@ -758,12 +758,12 @@ metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" -hash = "fd725a2383164ee2866a41635b0a8baf4cc1506d33df1ce1cc1455ab98a32e01" +hash = "ec739c73bedf6020c4907526ba867ad3295b2c768ea99d6eff7f41f94a35390a" metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "7598f0435251f845fdf85c8ed2ac612b2d0404e0ee73a1fcdebaf4eb6c95296d" +hash = "b623ed1f0e849c378eff75f4037b02f2ab828e1bddf131a5fc14a688e7e439be" metafile = true [[files]] diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml index 8ecfea8..8bc230b 100644 --- a/mods/xaeros-minimap.pw.toml +++ b/mods/xaeros-minimap.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's Minimap" -filename = "Xaeros_Minimap_25.2.10_Fabric_1.20.jar" -side = "both" +filename = "Xaeros_Minimap_25.3.2_Fabric_1.20.jar" +side = "client" [download] -url = "https://cdn.modrinth.com/data/1bokaNcj/versions/1Knv1cKY/Xaeros_Minimap_25.2.10_Fabric_1.20.jar" +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/jcQ3zpWh/Xaeros_Minimap_25.3.2_Fabric_1.20.jar" hash-format = "sha512" -hash = "5a0df7750c5b8f2a97e8756a42fc90ba8242b615d92a19e8f6ee7fdfc7dbc168806a30232971a8b39691ad8a97c7a8a112b99a1b2a8277d9b10b0cf9338a6cae" +hash = "4c5a0382d23140f7620dfc340d2c63f94102b7cde808cf96a06a1f734211c21317597fb55a22fe541e66049e3688b18068ebad0585c542f712aad4141ba78c9f" [update] [update.modrinth] mod-id = "1bokaNcj" -version = "1Knv1cKY" +version = "jcQ3zpWh" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml index e7ccfb6..51c0d5d 100644 --- a/mods/xaeros-world-map.pw.toml +++ b/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.39.12_Fabric_1.20.jar" -side = "both" +filename = "XaerosWorldMap_1.40.2_Fabric_1.20.jar" +side = "client" [download] -url = "https://cdn.modrinth.com/data/NcUtCpym/versions/XBgSFzXh/XaerosWorldMap_1.39.12_Fabric_1.20.jar" +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/yckp3FUK/XaerosWorldMap_1.40.2_Fabric_1.20.jar" hash-format = "sha512" -hash = "f84a3f3d1794a6da7ab96ea7ac08ab776df6a3f51f4fc02dc49fb5ef57518eb02cee308805622e71b383f195749c41b3bb33ea1ec252893f26ec89accf7fb854" +hash = "37ce31f42c6b1f8c4b1a9b7a5bf17a4533aeb8a22c1c84e879beecb7ba7e0ec2cc6e5430e2119f350921bbb637fbc38cb54b09313ebd6004f6a13fa43d4a5e61" [update] [update.modrinth] mod-id = "NcUtCpym" -version = "XBgSFzXh" +version = "yckp3FUK" diff --git a/pack.toml b/pack.toml index 3060c8b..b44f3ff 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 = "62d94d013ff2815f7ef70cc24da831a0becef2602e78dd4f702ae7022e33dee1" +hash = "fd554a944f8fa5f367a1d471f72089d1bd142248adcbb7903e7c93d3520407d3" [versions] fabric = "0.18.0" From a76c391369a3378ea3381a84e6e7bbe3bbb3621f Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 2 Jan 2026 18:40:12 +0100 Subject: [PATCH 79/82] Re-added YUNG's API --- index.toml | 5 +++++ mods/yungs-api.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/yungs-api.pw.toml diff --git a/index.toml b/index.toml index 25d9271..4019aef 100644 --- a/index.toml +++ b/index.toml @@ -803,6 +803,11 @@ file = "mods/yosbr.pw.toml" hash = "1bb9b2e75c6934b1f18648e9b37e20abcf6a4a2547c7cdb0abe88407267e0c10" metafile = true +[[files]] +file = "mods/yungs-api.pw.toml" +hash = "95940b5fc72e8df82ab3adb72b43d10a37e6d926fbb37c405c9fe50bda27a991" +metafile = true + [[files]] file = "mods/yungs-better-desert-temples.pw.toml" hash = "056652d48ab3934e87ebcdef25306d3a7a564fab873c0c826ba8403f23ca99d7" diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml new file mode 100644 index 0000000..d9f7866 --- /dev/null +++ b/mods/yungs-api.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API" +filename = "YungsApi-1.20-Fabric-4.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/lscV1N5k/YungsApi-1.20-Fabric-4.0.6.jar" +hash-format = "sha512" +hash = "90fea70f21cd09bdeefe9cb6bd23677595b32156b1b8053611449504ba84a21ee1e13e5a620851299090ce989f41b97b9b4bdc98def1ccecb33115e19553c64e" + +[update] +[update.modrinth] +mod-id = "Ua7DFN59" +version = "lscV1N5k" diff --git a/pack.toml b/pack.toml index 1192e86..4459554 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 = "a0908920b0968daf0869c8dbcc94849bc5dea172bab89294b7b23b1cd75931b9" +hash = "92d38ab1ee9f08465bf7791ace13ec6ebe479a105b2cfde3a6770c55cd10d5b9" [versions] fabric = "0.18.0" From f426a8bd2205d51c40ad4e1916ed6916a740ff8a Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 2 Jan 2026 19:46:46 +0100 Subject: [PATCH 80/82] Added: - Pocket Dimension Removed: - Datapack Portals Updated: - TaCZ Refabricated --- mods/datapackportals.pw.toml | 13 ------------- mods/pocket-dimension.pw.toml | 13 +++++++++++++ mods/tacz-refabricated.pw.toml | 8 ++++---- 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 mods/datapackportals.pw.toml create mode 100644 mods/pocket-dimension.pw.toml diff --git a/mods/datapackportals.pw.toml b/mods/datapackportals.pw.toml deleted file mode 100644 index 8bc4146..0000000 --- a/mods/datapackportals.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Datapack Portals" -filename = "datapackportals-1.2.3-1.20.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/LwFVdT1s/versions/wuqSq1tI/datapackportals-1.2.3-1.20.jar" -hash-format = "sha512" -hash = "730e797a076247f1bdf701c435a63939242bb6afce546262e1443a0f8f267a149ca2a435a241a22d79be253bcc218b392c3c1e67cce378e78e66c51705d624a3" - -[update] -[update.modrinth] -mod-id = "LwFVdT1s" -version = "wuqSq1tI" diff --git a/mods/pocket-dimension.pw.toml b/mods/pocket-dimension.pw.toml new file mode 100644 index 0000000..5cdc990 --- /dev/null +++ b/mods/pocket-dimension.pw.toml @@ -0,0 +1,13 @@ +name = "Pocket Dimension" +filename = "pocket-dimension-1.3.0+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xq9BFV3E/versions/xav8jmog/pocket-dimension-1.3.0%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "e2ba2dca2f0fdd31e931afe9f5f6e6a433f28ab4c2ba98d232c8ca22a7197fa87fd9b5d5a951ba70d5455fb79c591a110df6ff278fb07398dc5184378f937056" + +[update] +[update.modrinth] +mod-id = "xq9BFV3E" +version = "xav8jmog" diff --git a/mods/tacz-refabricated.pw.toml b/mods/tacz-refabricated.pw.toml index bcea56e..581cd73 100644 --- a/mods/tacz-refabricated.pw.toml +++ b/mods/tacz-refabricated.pw.toml @@ -1,13 +1,13 @@ name = "TaCZ: Refabricated" -filename = "TACZ-Refabricated-1.20.1-0.2.0-forge1.1.7.jar" +filename = "TACZ-Refabricated-1.20.1-0.4.0-forge1.1.7-hotfix.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/1j76DVHU/versions/kQKZGGwM/TACZ-Refabricated-1.20.1-0.2.0-forge1.1.7.jar" +url = "https://cdn.modrinth.com/data/1j76DVHU/versions/HxQ3IsAZ/TACZ-Refabricated-1.20.1-0.4.0-forge1.1.7-hotfix.jar" hash-format = "sha512" -hash = "d3a8fdab4b47246a378cc64d718e6dccfacef9d94ff798ea9fb0eeaed15f9c2d5124ba1284eeb60347829c8ef1a1ee19400c6f71aabe54aa88eff414d90e6868" +hash = "cb55139b9b689282534960643e7e5744381b007e569630c6f2dbf2e087dac0cd10e62745bc858bcc3b7a728e129591f26339266390b1c5a4b629736cfc494d37" [update] [update.modrinth] mod-id = "1j76DVHU" -version = "kQKZGGwM" +version = "HxQ3IsAZ" From 6484ac83cc5bcebb23144451d11e2b2523a9fc1f Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 2 Jan 2026 19:47:25 +0100 Subject: [PATCH 81/82] Updated pack to 0.4.0 --- config/fabric_loader_dependencies.json | 2 +- config/isxander-main-menu-credits.json | 2 +- index.toml | 16 ++++++++-------- pack.toml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/fabric_loader_dependencies.json b/config/fabric_loader_dependencies.json index dbc0911..e54e674 100644 --- a/config/fabric_loader_dependencies.json +++ b/config/fabric_loader_dependencies.json @@ -2,7 +2,7 @@ "version": 1, "overrides": { "fabricloader": { "+depends": { "fabricloader": ">=0.14.22" } }, - "minecraft": { "+recommends": { "Retards Modpack": ">=0.3.5" } }, + "minecraft": { "+recommends": { "Retards Modpack": ">=0.4.0" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 140b6c8..ec15de2 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -2,7 +2,7 @@ "main_menu": { "bottom_right": [ { - "text": "Retards Modpack 0.3.5", + "text": "Retards Modpack 0.4.0", "clickEvent": { "action": "open_url", "value": "https://git.brixserver.uk/Malasaur/RetardsModpack" diff --git a/index.toml b/index.toml index 8d6dbf8..01c0632 100644 --- a/index.toml +++ b/index.toml @@ -54,7 +54,7 @@ hash = "eefa86fa9a8df6eda5d39d3bbbf53138a44df71a01a24262c27584badea97d79" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "8bf193bf8dcbb008b29ac7969dbc4e4cdf4cefad1e5289094a3506ae1f803f1f" +hash = "bc88ec5a5970f13448b9c2ec934900866ddff4e9c5f3ffacba598ef3689d72f8" [[files]] file = "config/iris.properties" @@ -62,7 +62,7 @@ hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "65f3f158c79286c12eadb8a1cdb120954b0028b589b8caf55e0d9297e7165911" +hash = "942177a88a45468863993a0d782d796cd84a6ea5223784acaa51e85acd071503" [[files]] file = "config/jade/jade.json" @@ -559,11 +559,6 @@ file = "mods/cut-through.pw.toml" hash = "119642cc64a5790f42738939121ea5a08100eb0c3867d7f64ead1a4d0eb8a163" metafile = true -[[files]] -file = "mods/datapackportals.pw.toml" -hash = "58a1cfc732ab3179bfd6f2562b39520618c28a8ea6d79fc9b17759bc7514e1e9" -metafile = true - [[files]] file = "mods/debugify.pw.toml" hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" @@ -969,6 +964,11 @@ file = "mods/plush_drones.pw.toml" hash = "1d84b53a44717a458df5e7e5512a962220fe062497cc8d885d6a24dc71fcf551" metafile = true +[[files]] +file = "mods/pocket-dimension.pw.toml" +hash = "388bd3fb1a174abcc8a02bae7bdb93ca8910fce68a5d7e6507b854aa9e36c3b9" +metafile = true + [[files]] file = "mods/puzzle.pw.toml" hash = "3209dc8a6aa57006e67478802f9c8074ec4d4a3d3bb62b818b8ee71f9276184f" @@ -1086,7 +1086,7 @@ metafile = true [[files]] file = "mods/tacz-refabricated.pw.toml" -hash = "d236d9e2fdd193bc99eeee5be2cc6170ebb3a559fdfc94d1b2f39a37166f47d0" +hash = "e8bae2cf653014dd04990f768b1a76ea2ef56d88d1624640114eea0b6e379cf5" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index cc77d73..27abf06 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Retards Modpack" author = "Malasaur" -version = "0.3.5" +version = "0.4.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "591be8bf6be7ff63170d24146b2639b59d74e4c23557eb12be040f423906d144" +hash = "73f06d18804c161995eb87882e4d2bc1ba0711d0f8a8534d0818314a6a537dce" [versions] fabric = "0.18.0" From d0165db7127014af155c0b2094964ff81782fbb1 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 2 Jan 2026 19:48:00 +0100 Subject: [PATCH 82/82] Added KubeJS --- index.toml | 15 +++++++++++++++ mods/architectury-api.pw.toml | 13 +++++++++++++ mods/kubejs.pw.toml | 13 +++++++++++++ mods/rhino.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/architectury-api.pw.toml create mode 100644 mods/kubejs.pw.toml create mode 100644 mods/rhino.pw.toml diff --git a/index.toml b/index.toml index 01c0632..cb61a9d 100644 --- a/index.toml +++ b/index.toml @@ -269,6 +269,11 @@ file = "mods/appleskin.pw.toml" hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" metafile = true +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" +metafile = true + [[files]] file = "mods/armor-of-the-ages.pw.toml" hash = "26f080de4476e40de7695b826afd36ef8825d467a2e3202c9aa1c54a47585e1e" @@ -784,6 +789,11 @@ file = "mods/konkrete.pw.toml" hash = "d6be91dc0a2aca23ee640818d8a8295c85ddb2db6e0413669ecac9600b01eef0" metafile = true +[[files]] +file = "mods/kubejs.pw.toml" +hash = "ead6f125d759a3bc5892416204319369836742556943d5fed6220dbdb8f32913" +metafile = true + [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "be7240c21a4acd8de01d7f6f93be18ca2a233917d32e6f6205f788432525a570" @@ -1004,6 +1014,11 @@ file = "mods/resourcify.pw.toml" hash = "058d9d83b502682366ba75fb00b50d5c8a7e7335722ced0407579ae3a25dd6f8" metafile = true +[[files]] +file = "mods/rhino.pw.toml" +hash = "82c3a531c2180cd45f59e433315e31dc886c464a05ea38ea0b82ce1bc033c520" +metafile = true + [[files]] file = "mods/rrls.pw.toml" hash = "83164a6af3923e28cadf9d404f059bf74aa4f0842fc1ca0f6e7cf1e686044875" diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..8257e1b --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar" +hash-format = "sha512" +hash = "4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "WbL7MStR" diff --git a/mods/kubejs.pw.toml b/mods/kubejs.pw.toml new file mode 100644 index 0000000..327e6a7 --- /dev/null +++ b/mods/kubejs.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS" +filename = "kubejs-fabric-2001.6.5-build.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/umyGl7zF/versions/kPLHkyoJ/kubejs-fabric-2001.6.5-build.16.jar" +hash-format = "sha512" +hash = "e19386f56bf84fda71480c3c56636783a4e0161b3c4e9d35c01d221561147812a09c135a80fcdeeee65a69783f3ba2c4c5ff7e84003ac82a8720df65d9ba40b7" + +[update] +[update.modrinth] +mod-id = "umyGl7zF" +version = "kPLHkyoJ" diff --git a/mods/rhino.pw.toml b/mods/rhino.pw.toml new file mode 100644 index 0000000..6388d40 --- /dev/null +++ b/mods/rhino.pw.toml @@ -0,0 +1,13 @@ +name = "Rhino" +filename = "rhino-fabric-2001.2.3-build.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sk9knFPE/versions/MLIu0Tct/rhino-fabric-2001.2.3-build.10.jar" +hash-format = "sha512" +hash = "5f43ca1a3d8b1e287fe177a324e8a3768235b1a07c4f0a05a87d3fe2285e0ec9a87a093b714e17a30100fe48f84f4edc32adcaa51d1f9aede1c3d89621a3cb8d" + +[update] +[update.modrinth] +mod-id = "sk9knFPE" +version = "MLIu0Tct" diff --git a/pack.toml b/pack.toml index 27abf06..813bfa3 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 = "73f06d18804c161995eb87882e4d2bc1ba0711d0f8a8534d0818314a6a537dce" +hash = "0f18864209c02c8eb2980fd5755fbcf0d17faadcae3d70d87f52fb4b90cfb251" [versions] fabric = "0.18.0"