From 60539bb769dd47244e58e014c33f79bb91eb9a43 Mon Sep 17 00:00:00 2001 From: PAPISOP <85175982+PAPISOP@users.noreply.github.com> Date: Sat, 9 Aug 2025 17:39:53 +0530 Subject: [PATCH 1/2] feat(files): Add Fullbright pack 1. Fullbright pack is added to the Utility category 2. It will ONLY work when Vibrant Visuals is turned on and there is a warning in the website at below the description of the pack Vibrant Visuals has been made the default graphics mode for all the compatible devices and Mojang themselves is recommending to use Vibrant Visuals so, I think it is not a bad idea that it only works when Vibrant Visuals is turned on 3. In order for Fullbright to work in game, @drav0011 needs to update the manifest to include "pbr" capability (Refer to the [messages]() held at our [discord server]()) --- .../fullbright/lighting/cold_lighting.json | 93 +++++++++++++++ .../fullbright/lighting/coolish_lighting.json | 93 +++++++++++++++ .../fullbright/lighting/desert_lighting.json | 93 +++++++++++++++ .../fullbright/lighting/end_lighting.json | 108 +++++++++++++++++ .../utility/fullbright/lighting/global.json | 110 ++++++++++++++++++ .../fullbright/lighting/hot_lighting.json | 93 +++++++++++++++ .../lighting/ice_plains_spikes_lighting.json | 100 ++++++++++++++++ .../lighting/mangrove_swamp_lighting.json | 93 +++++++++++++++ .../fullbright/lighting/mesa_lighting.json | 93 +++++++++++++++ .../lighting/mushroom_island_lighting.json | 98 ++++++++++++++++ .../fullbright/lighting/nether_lighting.json | 50 ++++++++ .../lighting/pale_garden_lighting.json | 93 +++++++++++++++ .../lighting/swampland_lighting.json | 93 +++++++++++++++ .../fullbright/lighting/warmish_lighting.json | 93 +++++++++++++++ .../files/utility/fullbright/pack_icon.png | 3 + resource_packs/packs.json | 9 ++ 16 files changed, 1315 insertions(+) create mode 100644 resource_packs/files/utility/fullbright/lighting/cold_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/coolish_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/desert_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/end_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/global.json create mode 100644 resource_packs/files/utility/fullbright/lighting/hot_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/ice_plains_spikes_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/mangrove_swamp_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/mesa_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/mushroom_island_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/nether_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/pale_garden_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/swampland_lighting.json create mode 100644 resource_packs/files/utility/fullbright/lighting/warmish_lighting.json create mode 100644 resource_packs/files/utility/fullbright/pack_icon.png diff --git a/resource_packs/files/utility/fullbright/lighting/cold_lighting.json b/resource_packs/files/utility/fullbright/lighting/cold_lighting.json new file mode 100644 index 000000000..72977702f --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/cold_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:cold_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 163, + 182, + 255 + ], + "1.000000": [ + 163, + 182, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/coolish_lighting.json b/resource_packs/files/utility/fullbright/lighting/coolish_lighting.json new file mode 100644 index 000000000..87e6be8ac --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/coolish_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:coolish_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 163, + 182, + 255 + ], + "1.000000": [ + 163, + 182, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/desert_lighting.json b/resource_packs/files/utility/fullbright/lighting/desert_lighting.json new file mode 100644 index 000000000..4c694f5e1 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/desert_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:desert_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 36, + 86, + 255 + ], + "1.000000": [ + 36, + 86, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/end_lighting.json b/resource_packs/files/utility/fullbright/lighting/end_lighting.json new file mode 100644 index 000000000..38e923be0 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/end_lighting.json @@ -0,0 +1,108 @@ +{ + "format_version": "1.21.80", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:end_lighting" + }, + "directional_lights": { + "orbital": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 190, + 120 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 163, + 182, + 255 + ], + "1.000000": [ + 163, + 182, + 255 + ] + } + }, + "orbital_offset_degrees": 0.0 + }, + "flash": { + "illuminance": 3.0, + "color": [ + 228, + 93, + 255 + ] + } + }, + "ambient": { + "color": [ + 255, + 255, + 255 + ], + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/global.json b/resource_packs/files/utility/fullbright/lighting/global.json new file mode 100644 index 000000000..54ac89f16 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/global.json @@ -0,0 +1,110 @@ +{ + "format_version": "1.21.80", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:default_lighting" + }, + "directional_lights": { + "orbital": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 190, + 120 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 163, + 182, + 255 + ], + "1.000000": [ + 163, + 182, + 255 + ] + } + }, + "orbital_offset_degrees": 0.0 + }, + "flash": { + "illuminance": 10.0, + "color": [ + 228, + 93, + 255 + ] + } + }, + "emissive": { + "desaturation": 0.0 + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + }, + "sky": { + "intensity": 1.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/hot_lighting.json b/resource_packs/files/utility/fullbright/lighting/hot_lighting.json new file mode 100644 index 000000000..dd519b8f0 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/hot_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:hot_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 36, + 86, + 255 + ], + "1.000000": [ + 36, + 86, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/ice_plains_spikes_lighting.json b/resource_packs/files/utility/fullbright/lighting/ice_plains_spikes_lighting.json new file mode 100644 index 000000000..063e735f1 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/ice_plains_spikes_lighting.json @@ -0,0 +1,100 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:ice_plains_spikes_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 50.0, + "0.050000": 50.0, + "0.250000": 24.18, + "1.000000": 50.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.750000": 24.75, + "0.950000": 50.0 + }, + "color": { + "0.717949": [ + 215, + 224, + 255 + ], + "0.250000": [ + 255, + 127, + 0 + ], + "0.140811": [ + 215, + 224, + 255 + ], + "0.216944": [ + 215, + 224, + 255 + ], + "0.314561": [ + 215, + 224, + 255 + ], + "0.269504": [ + 215, + 224, + 255 + ], + "0.801062": [ + 215, + 224, + 255 + ], + "0.506998": [ + 215, + 224, + 255 + ], + "0.750000": [ + 255, + 148, + 113 + ], + "1.000000": [ + 215, + 224, + 255 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 163, + 182, + 255 + ], + "1.000000": [ + 163, + 182, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/mangrove_swamp_lighting.json b/resource_packs/files/utility/fullbright/lighting/mangrove_swamp_lighting.json new file mode 100644 index 000000000..cbfa29442 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/mangrove_swamp_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:mangrove_swamp_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 88, + 129, + 255 + ], + "1.000000": [ + 88, + 129, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/mesa_lighting.json b/resource_packs/files/utility/fullbright/lighting/mesa_lighting.json new file mode 100644 index 000000000..585bae18b --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/mesa_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:mesa_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 36, + 86, + 255 + ], + "1.000000": [ + 36, + 86, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/mushroom_island_lighting.json b/resource_packs/files/utility/fullbright/lighting/mushroom_island_lighting.json new file mode 100644 index 000000000..08b52d4d6 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/mushroom_island_lighting.json @@ -0,0 +1,98 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:mushroom_island_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 232, + 209, + 255 + ], + "0.250000": [ + 255, + 127, + 0 + ], + "0.140811": [ + 174, + 158, + 255 + ], + "0.216944": [ + 182, + 158, + 255 + ], + "0.314561": [ + 242, + 229, + 255 + ], + "0.269504": [ + 187, + 153, + 255 + ], + "0.801062": [ + 174, + 158, + 255 + ], + "0.506998": [ + 170, + 153, + 255 + ], + "0.750000": [ + 255, + 148, + 113 + ], + "1.000000": [ + 221, + 214, + 255 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 163, + 182, + 255 + ], + "1.000000": [ + 163, + 182, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/nether_lighting.json b/resource_packs/files/utility/fullbright/lighting/nether_lighting.json new file mode 100644 index 000000000..e1eeaa171 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/nether_lighting.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:nether_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "1.000000": 100.0 + }, + "color": { + "0.000000": [ + 255, + 255, + 255 + ], + "1.000000": [ + 255, + 255, + 255 + ] + } + }, + "moon": { + "illuminance": { + "0.000000": 100.0, + "1.000000": 100.0 + }, + "color": { + "0.000000": [ + 255, + 255, + 255 + ], + "1.000000": [ + 255, + 255, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/pale_garden_lighting.json b/resource_packs/files/utility/fullbright/lighting/pale_garden_lighting.json new file mode 100644 index 000000000..070e65d90 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/pale_garden_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:pale_garden_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 5.0, + "0.050000": 5.0, + "1.000000": 5.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 5.0 + }, + "color": { + "0.717949": [ + 195, + 216, + 255 + ], + "0.250000": [ + 195, + 216, + 255 + ], + "0.140811": [ + 195, + 216, + 255 + ], + "0.216944": [ + 195, + 216, + 255 + ], + "0.314561": [ + 195, + 216, + 255 + ], + "0.269504": [ + 195, + 216, + 255 + ], + "0.506998": [ + 195, + 216, + 255 + ], + "0.801062": [ + 195, + 216, + 255 + ], + "1.000000": [ + 195, + 216, + 255 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 217, + 225, + 255 + ], + "1.000000": [ + 217, + 225, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/swampland_lighting.json b/resource_packs/files/utility/fullbright/lighting/swampland_lighting.json new file mode 100644 index 000000000..d443c2894 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/swampland_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:swampland_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 163, + 182, + 255 + ], + "1.000000": [ + 163, + 182, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/warmish_lighting.json b/resource_packs/files/utility/fullbright/lighting/warmish_lighting.json new file mode 100644 index 000000000..f49b20c59 --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/warmish_lighting.json @@ -0,0 +1,93 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:warmish_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 100.0, + "0.050000": 100.0, + "1.000000": 100.0, + "0.313846": 0.0, + "0.684230": 0.0, + "0.950000": 100.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 88, + 129, + 255 + ], + "1.000000": [ + 88, + 129, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/pack_icon.png b/resource_packs/files/utility/fullbright/pack_icon.png new file mode 100644 index 000000000..73d6f05ba --- /dev/null +++ b/resource_packs/files/utility/fullbright/pack_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a871847af9452ef625419902face4dfe9c5f4ad7b500b163d2ebea034ec8cc4 +size 2601 diff --git a/resource_packs/packs.json b/resource_packs/packs.json index 98dcd972b..8580613ce 100644 --- a/resource_packs/packs.json +++ b/resource_packs/packs.json @@ -931,6 +931,15 @@ "severity": "error" } }, + { + "id": "fullbright", + "name": "Fullbright", + "description": "Increases brightness everywhere, as if its always daytime, including in caves and areas with low light levels", + "message": { + "text": "This will ONLY work when Graphics Mode is set to Vibrant Visuals in Video Settings", + "severity": "warn" + } + }, { "id": "fully_aged_crop_marker", "name": "Fully Aged Crop Marker", From 5e08ad80dafc8954cf0626284a2d18cbb96f7ef1 Mon Sep 17 00:00:00 2001 From: PAPISOP <85175982+PAPISOP@users.noreply.github.com> Date: Fri, 31 Oct 2025 02:33:35 +0530 Subject: [PATCH 2/2] update(files): Update Fullbright to 1.21.120 1. Update Fullbright to match internal vanilla files of Minecraft which are updated in 1.21.120 --- .../fullbright/lighting/desert_lighting.json | 19 ++-- .../fullbright/lighting/end_lighting.json | 65 +++---------- .../utility/fullbright/lighting/global.json | 15 +-- .../lighting/ice_plains_spikes_lighting.json | 30 +++--- .../lighting/mangrove_swamp_lighting.json | 11 ++- .../fullbright/lighting/mesa_lighting.json | 19 ++-- .../lighting/mushroom_island_lighting.json | 32 +++---- .../lighting/pale_garden_lighting.json | 12 ++- .../lighting/roofed_forest_lighting.json | 96 +++++++++++++++++++ .../lighting/swampland_lighting.json | 11 ++- .../fullbright/lighting/warmish_lighting.json | 11 ++- 11 files changed, 194 insertions(+), 127 deletions(-) create mode 100644 resource_packs/files/utility/fullbright/lighting/roofed_forest_lighting.json diff --git a/resource_packs/files/utility/fullbright/lighting/desert_lighting.json b/resource_packs/files/utility/fullbright/lighting/desert_lighting.json index 4c694f5e1..5156c1b4e 100644 --- a/resource_packs/files/utility/fullbright/lighting/desert_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/desert_lighting.json @@ -8,11 +8,14 @@ "sun": { "illuminance": { "0.000000": 100.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, "0.050000": 100.0, - "1.000000": 100.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 100.0 + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 100.0, + "1.000000": 100.0 }, "color": { "0.717949": [ @@ -73,13 +76,13 @@ }, "color": { "0.000000": [ - 36, - 86, + 62, + 108, 255 ], "1.000000": [ - 36, - 86, + 62, + 108, 255 ] } diff --git a/resource_packs/files/utility/fullbright/lighting/end_lighting.json b/resource_packs/files/utility/fullbright/lighting/end_lighting.json index 38e923be0..789fbe279 100644 --- a/resource_packs/files/utility/fullbright/lighting/end_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/end_lighting.json @@ -9,78 +9,35 @@ "sun": { "illuminance": { "0.000000": 100.0, - "0.050000": 100.0, - "1.000000": 100.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 100.0 + "1.000000": 100.0 }, "color": { - "0.717949": [ - 255, - 133, - 133 - ], - "0.242908": [ - 255, - 127, - 0 - ], - "0.140811": [ - 255, - 173, - 81 - ], - "0.216944": [ - 255, - 155, - 82 - ], - "0.314561": [ - 255, - 154, - 154 - ], - "0.269504": [ - 255, - 127, - 0 - ], - "0.506998": [ + "0.000000": [ 255, - 105, - 0 - ], - "0.801062": [ 255, - 173, - 81 + 255 ], "1.000000": [ 255, - 190, - 120 + 255, + 255 ] } }, "moon": { "illuminance": { - "0.750000": 0.0, - "0.000000": 0.0, - "0.200000": 0.0, - "1.000000": 0.0, - "0.225000": 0.4, - "0.735000": 0.4 + "0.000000": 100.0, + "1.000000": 100.0 }, "color": { "0.000000": [ - 163, - 182, + 255, + 255, 255 ], "1.000000": [ - 163, - 182, + 255, + 255, 255 ] } diff --git a/resource_packs/files/utility/fullbright/lighting/global.json b/resource_packs/files/utility/fullbright/lighting/global.json index 54ac89f16..52339e221 100644 --- a/resource_packs/files/utility/fullbright/lighting/global.json +++ b/resource_packs/files/utility/fullbright/lighting/global.json @@ -9,11 +9,14 @@ "sun": { "illuminance": { "0.000000": 100.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, "0.050000": 100.0, - "1.000000": 100.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 100.0 + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 100.0, + "1.000000": 100.0 }, "color": { "0.717949": [ @@ -58,8 +61,8 @@ ], "1.000000": [ 255, - 190, - 120 + 227, + 215 ] } }, diff --git a/resource_packs/files/utility/fullbright/lighting/ice_plains_spikes_lighting.json b/resource_packs/files/utility/fullbright/lighting/ice_plains_spikes_lighting.json index 063e735f1..f0ce85b9b 100644 --- a/resource_packs/files/utility/fullbright/lighting/ice_plains_spikes_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/ice_plains_spikes_lighting.json @@ -8,13 +8,14 @@ "sun": { "illuminance": { "0.000000": 50.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, "0.050000": 50.0, - "0.250000": 24.18, - "1.000000": 50.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.750000": 24.75, - "0.950000": 50.0 + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 50.0, + "1.000000": 50.0 }, "color": { "0.717949": [ @@ -22,10 +23,10 @@ 224, 255 ], - "0.250000": [ - 255, - 127, - 0 + "0.242908": [ + 215, + 224, + 255 ], "0.140811": [ 215, @@ -47,21 +48,16 @@ 224, 255 ], - "0.801062": [ + "0.506998": [ 215, 224, 255 ], - "0.506998": [ + "0.801062": [ 215, 224, 255 ], - "0.750000": [ - 255, - 148, - 113 - ], "1.000000": [ 215, 224, diff --git a/resource_packs/files/utility/fullbright/lighting/mangrove_swamp_lighting.json b/resource_packs/files/utility/fullbright/lighting/mangrove_swamp_lighting.json index cbfa29442..9e6e21cf0 100644 --- a/resource_packs/files/utility/fullbright/lighting/mangrove_swamp_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/mangrove_swamp_lighting.json @@ -8,11 +8,14 @@ "sun": { "illuminance": { "0.000000": 100.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, "0.050000": 100.0, - "1.000000": 100.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 100.0 + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 100.0, + "1.000000": 100.0 }, "color": { "0.717949": [ diff --git a/resource_packs/files/utility/fullbright/lighting/mesa_lighting.json b/resource_packs/files/utility/fullbright/lighting/mesa_lighting.json index 585bae18b..3de64939f 100644 --- a/resource_packs/files/utility/fullbright/lighting/mesa_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/mesa_lighting.json @@ -8,11 +8,14 @@ "sun": { "illuminance": { "0.000000": 100.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, "0.050000": 100.0, - "1.000000": 100.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 100.0 + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 100.0, + "1.000000": 100.0 }, "color": { "0.717949": [ @@ -73,13 +76,13 @@ }, "color": { "0.000000": [ - 36, - 86, + 88, + 129, 255 ], "1.000000": [ - 36, - 86, + 88, + 129, 255 ] } diff --git a/resource_packs/files/utility/fullbright/lighting/mushroom_island_lighting.json b/resource_packs/files/utility/fullbright/lighting/mushroom_island_lighting.json index 08b52d4d6..3505a0f7b 100644 --- a/resource_packs/files/utility/fullbright/lighting/mushroom_island_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/mushroom_island_lighting.json @@ -8,11 +8,14 @@ "sun": { "illuminance": { "0.000000": 100.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, "0.050000": 100.0, - "1.000000": 100.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 100.0 + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 100.0, + "1.000000": 100.0 }, "color": { "0.717949": [ @@ -20,10 +23,10 @@ 209, 255 ], - "0.250000": [ - 255, - 127, - 0 + "0.242908": [ + 187, + 153, + 255 ], "0.140811": [ 174, @@ -45,20 +48,15 @@ 153, 255 ], - "0.801062": [ - 174, - 158, - 255 - ], "0.506998": [ 170, 153, 255 ], - "0.750000": [ - 255, - 148, - 113 + "0.801062": [ + 174, + 158, + 255 ], "1.000000": [ 221, diff --git a/resource_packs/files/utility/fullbright/lighting/pale_garden_lighting.json b/resource_packs/files/utility/fullbright/lighting/pale_garden_lighting.json index 070e65d90..578feb40d 100644 --- a/resource_packs/files/utility/fullbright/lighting/pale_garden_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/pale_garden_lighting.json @@ -8,11 +8,13 @@ "sun": { "illuminance": { "0.000000": 5.0, + "0.292000": 0.0, + "0.282000": 0.2, "0.050000": 5.0, - "1.000000": 5.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 5.0 + "0.709000": 0.0, + "0.719000": 0.2, + "0.950000": 5.0, + "1.000000": 5.0 }, "color": { "0.717949": [ @@ -20,7 +22,7 @@ 216, 255 ], - "0.250000": [ + "0.242908": [ 195, 216, 255 diff --git a/resource_packs/files/utility/fullbright/lighting/roofed_forest_lighting.json b/resource_packs/files/utility/fullbright/lighting/roofed_forest_lighting.json new file mode 100644 index 000000000..e934f5bea --- /dev/null +++ b/resource_packs/files/utility/fullbright/lighting/roofed_forest_lighting.json @@ -0,0 +1,96 @@ +{ + "format_version": "1.21.70", + "minecraft:lighting_settings": { + "description": { + "identifier": "minecraft:roofed_forest_lighting" + }, + "directional_lights": { + "sun": { + "illuminance": { + "0.000000": 70.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, + "0.050000": 70.0, + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 70.0, + "1.000000": 70.0 + }, + "color": { + "0.717949": [ + 255, + 133, + 133 + ], + "0.242908": [ + 255, + 127, + 0 + ], + "0.140811": [ + 255, + 173, + 81 + ], + "0.216944": [ + 255, + 155, + 82 + ], + "0.314561": [ + 255, + 154, + 154 + ], + "0.269504": [ + 255, + 127, + 0 + ], + "0.506998": [ + 255, + 105, + 0 + ], + "0.801062": [ + 255, + 173, + 81 + ], + "1.000000": [ + 255, + 227, + 215 + ] + } + }, + "moon": { + "illuminance": { + "0.750000": 0.0, + "0.000000": 0.0, + "0.200000": 0.0, + "1.000000": 0.0, + "0.225000": 0.4, + "0.735000": 0.4 + }, + "color": { + "0.000000": [ + 163, + 182, + 255 + ], + "1.000000": [ + 163, + 182, + 255 + ] + } + } + }, + "ambient": { + "color": "#FFFFFF", + "illuminance": 5.0 + } + } +} \ No newline at end of file diff --git a/resource_packs/files/utility/fullbright/lighting/swampland_lighting.json b/resource_packs/files/utility/fullbright/lighting/swampland_lighting.json index d443c2894..7b548cc9c 100644 --- a/resource_packs/files/utility/fullbright/lighting/swampland_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/swampland_lighting.json @@ -8,11 +8,14 @@ "sun": { "illuminance": { "0.000000": 100.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, "0.050000": 100.0, - "1.000000": 100.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 100.0 + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 100.0, + "1.000000": 100.0 }, "color": { "0.717949": [ diff --git a/resource_packs/files/utility/fullbright/lighting/warmish_lighting.json b/resource_packs/files/utility/fullbright/lighting/warmish_lighting.json index f49b20c59..bc1aa8964 100644 --- a/resource_packs/files/utility/fullbright/lighting/warmish_lighting.json +++ b/resource_packs/files/utility/fullbright/lighting/warmish_lighting.json @@ -8,11 +8,14 @@ "sun": { "illuminance": { "0.000000": 100.0, + "0.292000": 0.0, + "0.291500": 0.01, + "0.282000": 1.0, "0.050000": 100.0, - "1.000000": 100.0, - "0.313846": 0.0, - "0.684230": 0.0, - "0.950000": 100.0 + "0.709000": 0.0, + "0.719000": 1.0, + "0.950000": 100.0, + "1.000000": 100.0 }, "color": { "0.717949": [