From c966dae0ab27c2578206876875757d11c1a06b79 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 1 Jul 2025 13:16:06 +0200 Subject: [PATCH] Added OptiFabric mods and configurations --- config/yosbr/config/bettergrass.json5 | 51 ++++++++++++++++++++ config/yosbr/config/immediatelyfast.json | 20 ++++++++ mods/bettergrassify.pw.toml | 16 +++++++ mods/cubes-without-borders.pw.toml | 16 +++++++ mods/krypton.pw.toml | 16 +++++++ mods/no-telemetry.pw.toml | 59 ++++++++++++++++++++++++ 6 files changed, 178 insertions(+) create mode 100644 config/yosbr/config/bettergrass.json5 create mode 100644 config/yosbr/config/immediatelyfast.json create mode 100644 mods/bettergrassify.pw.toml create mode 100644 mods/cubes-without-borders.pw.toml create mode 100644 mods/krypton.pw.toml create mode 100644 mods/no-telemetry.pw.toml diff --git a/config/yosbr/config/bettergrass.json5 b/config/yosbr/config/bettergrass.json5 new file mode 100644 index 0000000..28f360d --- /dev/null +++ b/config/yosbr/config/bettergrass.json5 @@ -0,0 +1,51 @@ +{ + /* -> General + OFF/FAST/FANCY (default: FANCY) + */ + "betterGrassMode": "OFF", + // (default: true) + "resourcePackCompatibilityMode": true, + /* Blocks + (default: true) + */ + "grassBlocks": true, + // (default: true) + "snowy": true, + // (default: true) + "dirtPaths": true, + // (default: true) + "farmLands": true, + // (default: true) + "podzol": true, + // (default: true) + "mycelium": true, + // (default: true) + "crimsonNylium": true, + // (default: true) + "warpedNylium": true, + "moreBlocks": [ + "minecraft:sculk_catalyst" + ], + /* -> Better Snow + OFF/OPTIFINE/LAMBDA (default: LAMBDA) + */ + "betterSnowMode": "OFF", + "snowLayers": [ + "snow", + "moss_carpet", + "pale_moss_carpet", + "leaf_litter", + "pink_petals", + "wildflowers" + ], + "excludedTags": [], + "excludedBlocks": [ + "lantern[hanging]", + "redstone_wall_torch", + "soul_lantern[hanging]", + "soul_wall_torch", + "wall_torch" + ], + "whitelistedTags": [], + "whitelistedBlocks": [] +} \ No newline at end of file diff --git a/config/yosbr/config/immediatelyfast.json b/config/yosbr/config/immediatelyfast.json new file mode 100644 index 0000000..79ffb21 --- /dev/null +++ b/config/yosbr/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": true, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": false, + "experimental_disable_resource_pack_conflict_handling": false, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} \ No newline at end of file diff --git a/mods/bettergrassify.pw.toml b/mods/bettergrassify.pw.toml new file mode 100644 index 0000000..c9bfa72 --- /dev/null +++ b/mods/bettergrassify.pw.toml @@ -0,0 +1,16 @@ +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' + +[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' + +[update.modrinth] +mod-id = 'm5T5xmUy' +version = 'GVS6ujFJ' \ No newline at end of file diff --git a/mods/cubes-without-borders.pw.toml b/mods/cubes-without-borders.pw.toml new file mode 100644 index 0000000..0ed784b --- /dev/null +++ b/mods/cubes-without-borders.pw.toml @@ -0,0 +1,16 @@ +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' + +[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' + +[update.modrinth] +mod-id = 'ETlrkaYF' +version = 'KpTt0KNS' \ No newline at end of file diff --git a/mods/krypton.pw.toml b/mods/krypton.pw.toml new file mode 100644 index 0000000..f6a2d17 --- /dev/null +++ b/mods/krypton.pw.toml @@ -0,0 +1,16 @@ +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' + +[download] +hash = '92b73a70737cfc1daebca211bd1525de7684b554be392714ee29cbd558f2a27a8bdda22accbe9176d6e531d74f9bf77798c28c3e8559c970f607422b6038bc9e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar' + +[update.modrinth] +mod-id = 'fQEb0iXm' +version = 'jiDwS0W1' \ No newline at end of file diff --git a/mods/no-telemetry.pw.toml b/mods/no-telemetry.pw.toml new file mode 100644 index 0000000..b91c7c1 --- /dev/null +++ b/mods/no-telemetry.pw.toml @@ -0,0 +1,59 @@ +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' + +[download] +hash = '4527236781611cc40a77e222e4dd2a1d6a5c0c9a9394eed4063c20c91ba62568c2d4323bc84a9372d69d10703e26b7569ef75ea55c52ad36ec55107f19bcaae8' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/hg77g4Pw/versions/OwTaGd6A/no-telemetry-1.9.0.jar' + +[update.modrinth] +mod-id = 'hg77g4Pw' +version = 'OwTaGd6A' \ No newline at end of file