Created
September 15, 2022 16:51
-
-
Save nikes/349c842ea529b3bcd4b429b087c1c21c to your computer and use it in GitHub Desktop.
The Minecraft 1.19.2 Registry Codec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 'minecraft:chat_type': { | |
| type: 'minecraft:chat_type', | |
| value: [ | |
| { | |
| element: { | |
| chat: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.text', | |
| }, | |
| narration: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.text.narrate', | |
| }, | |
| }, | |
| id: int(0), | |
| name: 'minecraft:chat', | |
| }, | |
| { | |
| element: { | |
| chat: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.announcement', | |
| }, | |
| narration: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.text.narrate', | |
| }, | |
| }, | |
| id: int(1), | |
| name: 'minecraft:say_command', | |
| }, | |
| { | |
| element: { | |
| chat: { | |
| parameters: ['sender', 'content'], | |
| style: { | |
| color: 'gray', | |
| italic: byte(1), | |
| }, | |
| translation_key: 'commands.message.display.incoming', | |
| }, | |
| narration: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.text.narrate', | |
| }, | |
| }, | |
| id: int(2), | |
| name: 'minecraft:msg_command_incoming', | |
| }, | |
| { | |
| element: { | |
| chat: { | |
| parameters: ['target', 'content'], | |
| style: { | |
| color: 'gray', | |
| italic: byte(1), | |
| }, | |
| translation_key: 'commands.message.display.outgoing', | |
| }, | |
| narration: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.text.narrate', | |
| }, | |
| }, | |
| id: int(3), | |
| name: 'minecraft:msg_command_outgoing', | |
| }, | |
| { | |
| element: { | |
| chat: { | |
| parameters: ['target', 'sender', 'content'], | |
| translation_key: 'chat.type.team.text', | |
| }, | |
| narration: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.text.narrate', | |
| }, | |
| }, | |
| id: int(4), | |
| name: 'minecraft:team_msg_command_incoming', | |
| }, | |
| { | |
| element: { | |
| chat: { | |
| parameters: ['target', 'sender', 'content'], | |
| translation_key: 'chat.type.team.sent', | |
| }, | |
| narration: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.text.narrate', | |
| }, | |
| }, | |
| id: int(5), | |
| name: 'minecraft:team_msg_command_outgoing', | |
| }, | |
| { | |
| element: { | |
| chat: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.emote', | |
| }, | |
| narration: { | |
| parameters: ['sender', 'content'], | |
| translation_key: 'chat.type.emote', | |
| }, | |
| }, | |
| id: int(6), | |
| name: 'minecraft:emote_command', | |
| }, | |
| ], | |
| }, | |
| 'minecraft:dimension_type': { | |
| type: 'minecraft:dimension_type', | |
| value: [ | |
| { | |
| element: { | |
| ambient_light: float(0), | |
| bed_works: byte(1), | |
| coordinate_scale: double(1), | |
| effects: 'minecraft:overworld', | |
| has_ceiling: byte(0), | |
| has_raids: byte(1), | |
| has_skylight: byte(1), | |
| height: int(384), | |
| infiniburn: '#minecraft:infiniburn_overworld', | |
| logical_height: int(384), | |
| min_y: int(-64), | |
| monster_spawn_block_light_limit: int(0), | |
| monster_spawn_light_level: { | |
| type: 'minecraft:uniform', | |
| value: { | |
| max_inclusive: int(7), | |
| min_inclusive: int(0), | |
| }, | |
| }, | |
| natural: byte(1), | |
| piglin_safe: byte(0), | |
| respawn_anchor_works: byte(0), | |
| ultrawarm: byte(0), | |
| }, | |
| id: int(0), | |
| name: 'minecraft:overworld', | |
| }, | |
| { | |
| element: { | |
| ambient_light: float(0.10000000149011612), | |
| bed_works: byte(0), | |
| coordinate_scale: double(8), | |
| effects: 'minecraft:the_nether', | |
| fixed_time: 18000n, | |
| has_ceiling: byte(1), | |
| has_raids: byte(0), | |
| has_skylight: byte(0), | |
| height: int(256), | |
| infiniburn: '#minecraft:infiniburn_nether', | |
| logical_height: int(128), | |
| min_y: int(0), | |
| monster_spawn_block_light_limit: int(15), | |
| monster_spawn_light_level: int(11), | |
| natural: byte(0), | |
| piglin_safe: byte(1), | |
| respawn_anchor_works: byte(1), | |
| ultrawarm: byte(1), | |
| }, | |
| id: int(1), | |
| name: 'minecraft:the_nether', | |
| }, | |
| { | |
| element: { | |
| ambient_light: float(0), | |
| bed_works: byte(0), | |
| coordinate_scale: double(1), | |
| effects: 'minecraft:the_end', | |
| fixed_time: 6000n, | |
| has_ceiling: byte(0), | |
| has_raids: byte(1), | |
| has_skylight: byte(0), | |
| height: int(256), | |
| infiniburn: '#minecraft:infiniburn_end', | |
| logical_height: int(256), | |
| min_y: int(0), | |
| monster_spawn_block_light_limit: int(0), | |
| monster_spawn_light_level: { | |
| type: 'minecraft:uniform', | |
| value: { | |
| max_inclusive: int(7), | |
| min_inclusive: int(0), | |
| }, | |
| }, | |
| natural: byte(0), | |
| piglin_safe: byte(0), | |
| respawn_anchor_works: byte(0), | |
| ultrawarm: byte(0), | |
| }, | |
| id: int(2), | |
| name: 'minecraft:the_end', | |
| }, | |
| { | |
| element: { | |
| ambient_light: float(0), | |
| bed_works: byte(1), | |
| coordinate_scale: double(1), | |
| effects: 'minecraft:overworld', | |
| has_ceiling: byte(1), | |
| has_raids: byte(1), | |
| has_skylight: byte(1), | |
| height: int(384), | |
| infiniburn: '#minecraft:infiniburn_overworld', | |
| logical_height: int(384), | |
| min_y: int(-64), | |
| monster_spawn_block_light_limit: int(0), | |
| monster_spawn_light_level: { | |
| type: 'minecraft:uniform', | |
| value: { | |
| max_inclusive: int(7), | |
| min_inclusive: int(0), | |
| }, | |
| }, | |
| natural: byte(1), | |
| piglin_safe: byte(0), | |
| respawn_anchor_works: byte(0), | |
| ultrawarm: byte(0), | |
| }, | |
| id: int(3), | |
| name: 'minecraft:overworld_caves', | |
| }, | |
| ], | |
| }, | |
| 'minecraft:worldgen/biome': { | |
| type: 'minecraft:worldgen/biome', | |
| value: [ | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(0.5), | |
| }, | |
| id: int(0), | |
| name: 'minecraft:the_void', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.4000000059604645), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7907327), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.800000011920929), | |
| }, | |
| id: int(1), | |
| name: 'minecraft:plains', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.4000000059604645), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7907327), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.800000011920929), | |
| }, | |
| id: int(2), | |
| name: 'minecraft:sunflower_plains', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8364543), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(0), | |
| }, | |
| id: int(3), | |
| name: 'minecraft:snowy_plains', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8364543), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(0), | |
| }, | |
| id: int(4), | |
| name: 'minecraft:ice_spikes', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(5), | |
| name: 'minecraft:desert', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.8999999761581421), | |
| effects: { | |
| fog_color: int(12638463), | |
| foliage_color: int(6975545), | |
| grass_color_modifier: 'swamp', | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.swamp', | |
| }, | |
| sky_color: int(7907327), | |
| water_color: int(6388580), | |
| water_fog_color: int(2302743), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.800000011920929), | |
| }, | |
| id: int(6), | |
| name: 'minecraft:swamp', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.8999999761581421), | |
| effects: { | |
| fog_color: int(12638463), | |
| foliage_color: int(9285927), | |
| grass_color_modifier: 'swamp', | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.swamp', | |
| }, | |
| sky_color: int(7907327), | |
| water_color: int(3832426), | |
| water_fog_color: int(5077600), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.800000011920929), | |
| }, | |
| id: int(7), | |
| name: 'minecraft:mangrove_swamp', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jungle_and_forest', | |
| }, | |
| sky_color: int(7972607), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.699999988079071), | |
| }, | |
| id: int(8), | |
| name: 'minecraft:forest', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jungle_and_forest', | |
| }, | |
| sky_color: int(7972607), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.699999988079071), | |
| }, | |
| id: int(9), | |
| name: 'minecraft:flower_forest', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.6000000238418579), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jungle_and_forest', | |
| }, | |
| sky_color: int(8037887), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.6000000238418579), | |
| }, | |
| id: int(10), | |
| name: 'minecraft:birch_forest', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| grass_color_modifier: 'dark_forest', | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jungle_and_forest', | |
| }, | |
| sky_color: int(7972607), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.699999988079071), | |
| }, | |
| id: int(11), | |
| name: 'minecraft:dark_forest', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.6000000238418579), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jungle_and_forest', | |
| }, | |
| sky_color: int(8037887), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.6000000238418579), | |
| }, | |
| id: int(12), | |
| name: 'minecraft:old_growth_birch_forest', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.old_growth_taiga', | |
| }, | |
| sky_color: int(8168447), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.30000001192092896), | |
| }, | |
| id: int(13), | |
| name: 'minecraft:old_growth_pine_taiga', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.old_growth_taiga', | |
| }, | |
| sky_color: int(8233983), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.25), | |
| }, | |
| id: int(14), | |
| name: 'minecraft:old_growth_spruce_taiga', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8233983), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.25), | |
| }, | |
| id: int(15), | |
| name: 'minecraft:taiga', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.4000000059604645), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8625919), | |
| water_color: int(4020182), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(-0.5), | |
| }, | |
| id: int(16), | |
| name: 'minecraft:snowy_taiga', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(17), | |
| name: 'minecraft:savanna', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(18), | |
| name: 'minecraft:savanna_plateau', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.30000001192092896), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8233727), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.20000000298023224), | |
| }, | |
| id: int(19), | |
| name: 'minecraft:windswept_hills', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.30000001192092896), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8233727), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.20000000298023224), | |
| }, | |
| id: int(20), | |
| name: 'minecraft:windswept_gravelly_hills', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.30000001192092896), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8233727), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.20000000298023224), | |
| }, | |
| id: int(21), | |
| name: 'minecraft:windswept_forest', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(22), | |
| name: 'minecraft:windswept_savanna', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.8999999761581421), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jungle_and_forest', | |
| }, | |
| sky_color: int(7842047), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.949999988079071), | |
| }, | |
| id: int(23), | |
| name: 'minecraft:jungle', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jungle_and_forest', | |
| }, | |
| sky_color: int(7842047), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.949999988079071), | |
| }, | |
| id: int(24), | |
| name: 'minecraft:sparse_jungle', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.8999999761581421), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jungle_and_forest', | |
| }, | |
| sky_color: int(7842047), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.949999988079071), | |
| }, | |
| id: int(25), | |
| name: 'minecraft:bamboo_jungle', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| fog_color: int(12638463), | |
| foliage_color: int(10387789), | |
| grass_color: int(9470285), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(26), | |
| name: 'minecraft:badlands', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| fog_color: int(12638463), | |
| foliage_color: int(10387789), | |
| grass_color: int(9470285), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(27), | |
| name: 'minecraft:eroded_badlands', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| fog_color: int(12638463), | |
| foliage_color: int(10387789), | |
| grass_color: int(9470285), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(28), | |
| name: 'minecraft:wooded_badlands', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.meadow', | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(937679), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(29), | |
| name: 'minecraft:meadow', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.800000011920929), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.grove', | |
| }, | |
| sky_color: int(8495359), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(-0.20000000298023224), | |
| }, | |
| id: int(30), | |
| name: 'minecraft:grove', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.8999999761581421), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.snowy_slopes', | |
| }, | |
| sky_color: int(8560639), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(-0.30000001192092896), | |
| }, | |
| id: int(31), | |
| name: 'minecraft:snowy_slopes', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.8999999761581421), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.frozen_peaks', | |
| }, | |
| sky_color: int(8756735), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(-0.699999988079071), | |
| }, | |
| id: int(32), | |
| name: 'minecraft:frozen_peaks', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.8999999761581421), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.jagged_peaks', | |
| }, | |
| sky_color: int(8756735), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(-0.699999988079071), | |
| }, | |
| id: int(33), | |
| name: 'minecraft:jagged_peaks', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.30000001192092896), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.stony_peaks', | |
| }, | |
| sky_color: int(7776511), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(1), | |
| }, | |
| id: int(34), | |
| name: 'minecraft:stony_peaks', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(35), | |
| name: 'minecraft:river', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8364543), | |
| water_color: int(3750089), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(0), | |
| }, | |
| id: int(36), | |
| name: 'minecraft:frozen_river', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.4000000059604645), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7907327), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.800000011920929), | |
| }, | |
| id: int(37), | |
| name: 'minecraft:beach', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.30000001192092896), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8364543), | |
| water_color: int(4020182), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(0.05000000074505806), | |
| }, | |
| id: int(38), | |
| name: 'minecraft:snowy_beach', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.30000001192092896), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8233727), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.20000000298023224), | |
| }, | |
| id: int(39), | |
| name: 'minecraft:stony_shore', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4445678), | |
| water_fog_color: int(270131), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(40), | |
| name: 'minecraft:warm_ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4566514), | |
| water_fog_color: int(267827), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(41), | |
| name: 'minecraft:lukewarm_ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4566514), | |
| water_fog_color: int(267827), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(42), | |
| name: 'minecraft:deep_lukewarm_ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(43), | |
| name: 'minecraft:ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(44), | |
| name: 'minecraft:deep_ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4020182), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(45), | |
| name: 'minecraft:cold_ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4020182), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(46), | |
| name: 'minecraft:deep_cold_ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8364543), | |
| water_color: int(3750089), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'snow', | |
| temperature: float(0), | |
| temperature_modifier: 'frozen', | |
| }, | |
| id: int(47), | |
| name: 'minecraft:frozen_ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(3750089), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| temperature_modifier: 'frozen', | |
| }, | |
| id: int(48), | |
| name: 'minecraft:deep_frozen_ocean', | |
| }, | |
| { | |
| element: { | |
| downfall: float(1), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(7842047), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.8999999761581421), | |
| }, | |
| id: int(49), | |
| name: 'minecraft:mushroom_fields', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.4000000059604645), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.dripstone_caves', | |
| }, | |
| sky_color: int(7907327), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.800000011920929), | |
| }, | |
| id: int(50), | |
| name: 'minecraft:dripstone_caves', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.lush_caves', | |
| }, | |
| sky_color: int(8103167), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.5), | |
| }, | |
| id: int(51), | |
| name: 'minecraft:lush_caves', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.4000000059604645), | |
| effects: { | |
| fog_color: int(12638463), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.overworld.deep_dark', | |
| }, | |
| sky_color: int(7907327), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'rain', | |
| temperature: float(0.800000011920929), | |
| }, | |
| id: int(52), | |
| name: 'minecraft:deep_dark', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| additions_sound: { | |
| sound: 'minecraft:ambient.nether_wastes.additions', | |
| tick_chance: double(0.0111), | |
| }, | |
| ambient_sound: 'minecraft:ambient.nether_wastes.loop', | |
| fog_color: int(3344392), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.nether_wastes.mood', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.nether.nether_wastes', | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(53), | |
| name: 'minecraft:nether_wastes', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| additions_sound: { | |
| sound: 'minecraft:ambient.warped_forest.additions', | |
| tick_chance: double(0.0111), | |
| }, | |
| ambient_sound: 'minecraft:ambient.warped_forest.loop', | |
| fog_color: int(1705242), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.warped_forest.mood', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.nether.warped_forest', | |
| }, | |
| particle: { | |
| options: { | |
| type: 'minecraft:warped_spore', | |
| }, | |
| probability: float(0.014279999770224094), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(54), | |
| name: 'minecraft:warped_forest', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| additions_sound: { | |
| sound: 'minecraft:ambient.crimson_forest.additions', | |
| tick_chance: double(0.0111), | |
| }, | |
| ambient_sound: 'minecraft:ambient.crimson_forest.loop', | |
| fog_color: int(3343107), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.crimson_forest.mood', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.nether.crimson_forest', | |
| }, | |
| particle: { | |
| options: { | |
| type: 'minecraft:crimson_spore', | |
| }, | |
| probability: float(0.02500000037252903), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(55), | |
| name: 'minecraft:crimson_forest', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| additions_sound: { | |
| sound: 'minecraft:ambient.soul_sand_valley.additions', | |
| tick_chance: double(0.0111), | |
| }, | |
| ambient_sound: 'minecraft:ambient.soul_sand_valley.loop', | |
| fog_color: int(1787717), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.soul_sand_valley.mood', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.nether.soul_sand_valley', | |
| }, | |
| particle: { | |
| options: { | |
| type: 'minecraft:ash', | |
| }, | |
| probability: float(0.0062500000931322575), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(56), | |
| name: 'minecraft:soul_sand_valley', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0), | |
| effects: { | |
| additions_sound: { | |
| sound: 'minecraft:ambient.basalt_deltas.additions', | |
| tick_chance: double(0.0111), | |
| }, | |
| ambient_sound: 'minecraft:ambient.basalt_deltas.loop', | |
| fog_color: int(6840176), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.basalt_deltas.mood', | |
| tick_delay: int(6000), | |
| }, | |
| music: { | |
| max_delay: int(24000), | |
| min_delay: int(12000), | |
| replace_current_music: byte(0), | |
| sound: 'minecraft:music.nether.basalt_deltas', | |
| }, | |
| particle: { | |
| options: { | |
| type: 'minecraft:white_ash', | |
| }, | |
| probability: float(0.1180933341383934), | |
| }, | |
| sky_color: int(7254527), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(2), | |
| }, | |
| id: int(57), | |
| name: 'minecraft:basalt_deltas', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(10518688), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(0), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(0.5), | |
| }, | |
| id: int(58), | |
| name: 'minecraft:the_end', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(10518688), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(0), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(0.5), | |
| }, | |
| id: int(59), | |
| name: 'minecraft:end_highlands', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(10518688), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(0), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(0.5), | |
| }, | |
| id: int(60), | |
| name: 'minecraft:end_midlands', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(10518688), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(0), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(0.5), | |
| }, | |
| id: int(61), | |
| name: 'minecraft:small_end_islands', | |
| }, | |
| { | |
| element: { | |
| downfall: float(0.5), | |
| effects: { | |
| fog_color: int(10518688), | |
| mood_sound: { | |
| block_search_extent: int(8), | |
| offset: double(2), | |
| sound: 'minecraft:ambient.cave', | |
| tick_delay: int(6000), | |
| }, | |
| sky_color: int(0), | |
| water_color: int(4159204), | |
| water_fog_color: int(329011), | |
| }, | |
| precipitation: 'none', | |
| temperature: float(0.5), | |
| }, | |
| id: int(62), | |
| name: 'minecraft:end_barrens', | |
| }, | |
| ], | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment