1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-06-29 05:28:56 +00:00
Files
bedrock-samples/resource_pack/biomes/ice_plains_spikes.client_biome.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

29 lines
833 B
JSON

{
"format_version": "1.21.70",
"minecraft:client_biome": {
"description": {
"identifier": "ice_plains_spikes"
},
"components": {
"minecraft:fog_appearance": {
"fog_identifier": "minecraft:fog_ice_plains_spikes"
},
"minecraft:water_appearance": {
"surface_color": "#14559b"
},
"minecraft:atmosphere_identifier": {
"atmosphere_identifier": "minecraft:ice_plains_spikes_atmospherics"
},
"minecraft:color_grading_identifier": {
"color_grading_identifier": "minecraft:ice_plains_spikes_color_grading"
},
"minecraft:lighting_identifier": {
"lighting_identifier": "minecraft:ice_plains_spikes_lighting"
},
"minecraft:water_identifier": {
"water_identifier": "minecraft:default_water"
}
}
}
}