From cfe107d42c7ef1cbe13a4c0bc6d9c3fbbde0fb68 Mon Sep 17 00:00:00 2001 From: NicSonic-_- Date: Tue, 28 Apr 2026 17:51:41 -0400 Subject: [PATCH] new(2k): option presets --- .../assets/legacy/lang/en_us.json | 16 +++++++++++++++- .../required/Modpack Resources/pack.mcmeta | 8 ++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/modpacks/2k/26.1.2-mr/resources/resourcepack/required/Modpack Resources/assets/legacy/lang/en_us.json b/modpacks/2k/26.1.2-mr/resources/resourcepack/required/Modpack Resources/assets/legacy/lang/en_us.json index ddeae53a1..8abfa779d 100644 --- a/modpacks/2k/26.1.2-mr/resources/resourcepack/required/Modpack Resources/assets/legacy/lang/en_us.json +++ b/modpacks/2k/26.1.2-mr/resources/resourcepack/required/Modpack Resources/assets/legacy/lang/en_us.json @@ -186,5 +186,19 @@ "legacy.options.controlType.xbox_one": "Xbox One Controller", "legacy.options.controllerVirtualCursor": "V-Mouse", "legacy.options.creativeTab": "Legacy Creative Interface", - "legacy.options.cursorMode": "Mouse Mode" + "legacy.options.cursorMode": "Mouse Mode", + "legacy.options.optionsPreset.gcn": "Low (GameCube)", + "legacy.options.optionsPreset.gcn.tooltip": "This Graphics Preset makes it optimized if it was for the GameCube. Born to Play.", + "legacy.options.optionsPreset.default": "Default", + "legacy.options.optionsPreset.default.tooltip": "The default preset with none of the LCE UI Enhancements.", + "legacy.options.optionsPreset.default_lce": "Default LCE", + "legacy.options.optionsPreset.default_lce.tooltip": "The default preset with the LCE UI Enhancements.", + "legacy.options.optionsPreset.ps2": "Medium (PS2)", + "legacy.options.optionsPreset.ps2.tooltip": "This Graphics Preset makes it optimized for the PlayStation® 2, this is similar to the Xbox Preset, but it's reduced. Live in Your World. Play in Ours.", + "legacy.options.optionsPreset.xbox": "Medium+ (Xbox)", + "legacy.options.optionsPreset.xbox.tooltip": "This Graphics Preset makes it optimized for the Original Xbox. Now you are playing with power!", + "legacy.options.optionsPreset.dreamcast": "High (Dreamcast)", + "legacy.options.optionsPreset.dreamcast.tooltip": "This preset will have graphics similar to PC since it utilizes Windows CE technology to make it smooth.", + "legacy.options.optionsPreset.pc": "High+ (PC)", + "legacy.options.optionsPreset.pc.tooltip": "This Graphics Preset is made for the `puters that have a powerful CPU such as the Intel Core 2 Duo and AMD Athlon 64, but also a dedicated GPU such as the ATI Radeon 9000 Series and Ge-Force 5000 Series of Cards. Here be dragons!" } diff --git a/modpacks/2k/26.1.2-mr/resources/resourcepack/required/Modpack Resources/pack.mcmeta b/modpacks/2k/26.1.2-mr/resources/resourcepack/required/Modpack Resources/pack.mcmeta index 81353e20b..e43c1be6a 100644 --- a/modpacks/2k/26.1.2-mr/resources/resourcepack/required/Modpack Resources/pack.mcmeta +++ b/modpacks/2k/26.1.2-mr/resources/resourcepack/required/Modpack Resources/pack.mcmeta @@ -1,6 +1,10 @@ { "pack": { - "pack_format": 34, - "description": "Default Resources, DO NOT REMOVE!" + "pack_format": 69, + "pack_format": 16, + "min_format": 16, + "max_format": 999, + "supported_formats": [ 16, 999 ] + "description": "Default Resources for 2000s Edition, DO NOT REMOVE!" } } \ No newline at end of file