From 15bd8cfe4436f4a2307c45ad91ddf79124d3c203 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Thu, 20 Nov 2025 22:32:17 +0100 Subject: [PATCH 1/4] Added releases/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e78c36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +releases/ From 0318d76c0c1b0b94eb8ce3a1bdd3c1293a4bdf1a Mon Sep 17 00:00:00 2001 From: Malasaur Date: Thu, 20 Nov 2025 22:32:38 +0100 Subject: [PATCH 2/4] Updated Polytone --- index.toml | 2 +- mods/polytone.pw.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.toml b/index.toml index 78876f9..5da7f29 100644 --- a/index.toml +++ b/index.toml @@ -731,7 +731,7 @@ metafile = true [[files]] file = "mods/polytone.pw.toml" -hash = "b1c992ef49ff068176410fc886d215ee08db9bb3790d902fc78470f6635b9ea5" +hash = "c8a71e74f0d57c3a80b7f1c59b9059ed845ea50f571e2f7698616343ffebbf93" metafile = true [[files]] diff --git a/mods/polytone.pw.toml b/mods/polytone.pw.toml index fd82b77..360a710 100644 --- a/mods/polytone.pw.toml +++ b/mods/polytone.pw.toml @@ -1,13 +1,13 @@ name = "Polytone" -filename = "polytone-1.20-3.5.11-fabric.jar" +filename = "polytone-1.20-3.5.12-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/kLT60pCW/polytone-1.20-3.5.11-fabric.jar" +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/kVbW1G44/polytone-1.20-3.5.12-fabric.jar" hash-format = "sha512" -hash = "f6007501005db333bdc3f48932bcc17cdab5f02df45fe62664e45184b764d7a948997deeb83ad84460df0511b9b23e3abc351be8fd861bfaff2574b83b9c0075" +hash = "1140eccb39820f05807f571f7571eb48c0774832ce8570fba850c007140b0cadaa167272b0ad2dede87ad263fbb0414eadf6443d2a4c2c94af73c62ce6cfbe39" [update] [update.modrinth] mod-id = "3qAYkBMB" -version = "kLT60pCW" +version = "kVbW1G44" diff --git a/pack.toml b/pack.toml index 2e6abee..00c025f 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 = "4b95dcbae40335869f303b7e67855f6df1adb879e255d81a338a451f13e89ff7" +hash = "f1ec15f903b898a0ab57406d5bb6c21937f0889db1531e0d230259dbe45386f3" [versions] fabric = "0.18.0" From e21ec547cf8e093cf144b4dc67124f4defdbe81f Mon Sep 17 00:00:00 2001 From: Malasaur Date: Thu, 20 Nov 2025 22:33:38 +0100 Subject: [PATCH 3/4] Updated to Fabulous 1.0.12 --- 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 e22b06f..8c15967 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": ">=1.0.11" } }, + "minecraft": { "+recommends": { "Fabulous": ">=1.0.12" } }, "debugify": { "recommends": {} }, "lambdynlights": { "recommends": {} } } diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 5b0d032..656d87d 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 1.0.11", + "text": "Fabulous 1.0.12", "clickEvent": { "action": "open_url", "value": "https://codeberg.org/Malasaur/Fabulous" diff --git a/index.toml b/index.toml index 5da7f29..3eeb699 100644 --- a/index.toml +++ b/index.toml @@ -6,11 +6,11 @@ hash = "256ac83ae629a7cbeff7f521bd2b362e98fad72fb96e3dddee5dc9c3230e1a78" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "38af2ec47ae7f5bfec87b3a1242098c85ae0e6164742a09b9ead1b900bf90822" +hash = "4ece8b12b21795e507160deaa024a5a5effd6be9b6299eee476293e478ddb121" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "a094085ba7fb988a50367035ccce07660a9e2627de07a9fb487129ff5e029dad" +hash = "e23dd9c2cc51c8e45a1664445ccd815c5faebf15e64c56796a7466cdaaa0fca9" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" diff --git a/pack.toml b/pack.toml index 00c025f..1129eac 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Fabulous" author = "Malasaur" -version = "1.0.11" +version = "1.0.12" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f1ec15f903b898a0ab57406d5bb6c21937f0889db1531e0d230259dbe45386f3" +hash = "7b9e3bbbd98493abfab654eebf360f1e9b74fb8a54c84529e71f3335de1702ff" [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 4/4] 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"