From 623e88908d72f1a4d157df0f313786ba2d015384 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 29 Dec 2022 23:31:06 -0800 Subject: [PATCH] Disable biome extractor Need to figure out what became of the biome registry in 1.19.3 --- extracted/biomes.json | 6994 ----------------- .../main/java/rs/valence/extractor/Main.java | 1 - .../valence/extractor/extractors/Biomes.java | 9 +- .../valence/extractor/extractors/Blocks.java | 1 - 4 files changed, 5 insertions(+), 7000 deletions(-) delete mode 100644 extracted/biomes.json diff --git a/extracted/biomes.json b/extracted/biomes.json deleted file mode 100644 index cd5eb54..0000000 --- a/extracted/biomes.json +++ /dev/null @@ -1,6994 +0,0 @@ -[ - { - "name": "the_void", - "id": 0, - "element": { - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "plains", - "id": 1, - "element": { - "precipitation": "rain", - "temperature": 0.8, - "downfall": 0.4, - "effects": { - "sky_color": 7907327, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "horse", - "min_group_size": 2, - "max_group_size": 6, - "weight": 5 - }, - { - "name": "donkey", - "min_group_size": 1, - "max_group_size": 3, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "sunflower_plains", - "id": 2, - "element": { - "precipitation": "rain", - "temperature": 0.8, - "downfall": 0.4, - "effects": { - "sky_color": 7907327, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "horse", - "min_group_size": 2, - "max_group_size": 6, - "weight": 5 - }, - { - "name": "donkey", - "min_group_size": 1, - "max_group_size": 3, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "snowy_plains", - "id": 3, - "element": { - "precipitation": "snow", - "temperature": 0.0, - "downfall": 0.5, - "effects": { - "sky_color": 8364543, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.07, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 20 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "stray", - "min_group_size": 4, - "max_group_size": 4, - "weight": 80 - } - ], - "creature": [ - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 10 - }, - { - "name": "polar_bear", - "min_group_size": 1, - "max_group_size": 2, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "ice_spikes", - "id": 4, - "element": { - "precipitation": "snow", - "temperature": 0.0, - "downfall": 0.5, - "effects": { - "sky_color": 8364543, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.07, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 20 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "stray", - "min_group_size": 4, - "max_group_size": 4, - "weight": 80 - } - ], - "creature": [ - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 10 - }, - { - "name": "polar_bear", - "min_group_size": 1, - "max_group_size": 2, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "desert", - "id": 5, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 19 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 1 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "husk", - "min_group_size": 4, - "max_group_size": 4, - "weight": 80 - } - ], - "creature": [ - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 4 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "swamp", - "id": 6, - "element": { - "precipitation": "rain", - "temperature": 0.8, - "downfall": 0.9, - "effects": { - "sky_color": 7907327, - "water_fog_color": 2302743, - "fog_color": 12638463, - "water_color": 6388580, - "foliage_color": 6975545, - "grass_color_modifier": "swamp", - "music": { - "replace_current_music": false, - "sound": "music.overworld.swamp", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "slime", - "min_group_size": 1, - "max_group_size": 1, - "weight": 1 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "frog", - "min_group_size": 2, - "max_group_size": 5, - "weight": 10 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "mangrove_swamp", - "id": 7, - "element": { - "precipitation": "rain", - "temperature": 0.8, - "downfall": 0.9, - "effects": { - "sky_color": 7907327, - "water_fog_color": 5077600, - "fog_color": 12638463, - "water_color": 3832426, - "foliage_color": 9285927, - "grass_color_modifier": "swamp", - "music": { - "replace_current_music": false, - "sound": "music.overworld.swamp", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "slime", - "min_group_size": 1, - "max_group_size": 1, - "weight": 1 - } - ], - "creature": [ - { - "name": "frog", - "min_group_size": 2, - "max_group_size": 5, - "weight": 10 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [ - { - "name": "tropical_fish", - "min_group_size": 8, - "max_group_size": 8, - "weight": 25 - } - ], - "misc": [] - } - } - } - }, - { - "name": "forest", - "id": 8, - "element": { - "precipitation": "rain", - "temperature": 0.7, - "downfall": 0.8, - "effects": { - "sky_color": 7972607, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jungle_and_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "wolf", - "min_group_size": 4, - "max_group_size": 4, - "weight": 5 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "flower_forest", - "id": 9, - "element": { - "precipitation": "rain", - "temperature": 0.7, - "downfall": 0.8, - "effects": { - "sky_color": 7972607, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jungle_and_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 4 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "birch_forest", - "id": 10, - "element": { - "precipitation": "rain", - "temperature": 0.6, - "downfall": 0.6, - "effects": { - "sky_color": 8037887, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jungle_and_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "dark_forest", - "id": 11, - "element": { - "precipitation": "rain", - "temperature": 0.7, - "downfall": 0.8, - "effects": { - "sky_color": 7972607, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "dark_forest", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jungle_and_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "old_growth_birch_forest", - "id": 12, - "element": { - "precipitation": "rain", - "temperature": 0.6, - "downfall": 0.6, - "effects": { - "sky_color": 8037887, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jungle_and_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "old_growth_pine_taiga", - "id": 13, - "element": { - "precipitation": "rain", - "temperature": 0.3, - "downfall": 0.8, - "effects": { - "sky_color": 8168447, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.old_growth_taiga", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 25 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "wolf", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 4 - }, - { - "name": "fox", - "min_group_size": 2, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "old_growth_spruce_taiga", - "id": 14, - "element": { - "precipitation": "rain", - "temperature": 0.25, - "downfall": 0.8, - "effects": { - "sky_color": 8233983, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.old_growth_taiga", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "wolf", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 4 - }, - { - "name": "fox", - "min_group_size": 2, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "taiga", - "id": 15, - "element": { - "precipitation": "rain", - "temperature": 0.25, - "downfall": 0.8, - "effects": { - "sky_color": 8233983, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "wolf", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 4 - }, - { - "name": "fox", - "min_group_size": 2, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "snowy_taiga", - "id": 16, - "element": { - "precipitation": "snow", - "temperature": -0.5, - "downfall": 0.4, - "effects": { - "sky_color": 8625919, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4020182, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "wolf", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 4 - }, - { - "name": "fox", - "min_group_size": 2, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "savanna", - "id": 17, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "horse", - "min_group_size": 2, - "max_group_size": 6, - "weight": 1 - }, - { - "name": "donkey", - "min_group_size": 1, - "max_group_size": 1, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "savanna_plateau", - "id": 18, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "horse", - "min_group_size": 2, - "max_group_size": 6, - "weight": 1 - }, - { - "name": "donkey", - "min_group_size": 1, - "max_group_size": 1, - "weight": 1 - }, - { - "name": "llama", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "windswept_hills", - "id": 19, - "element": { - "precipitation": "rain", - "temperature": 0.2, - "downfall": 0.3, - "effects": { - "sky_color": 8233727, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "llama", - "min_group_size": 4, - "max_group_size": 6, - "weight": 5 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "windswept_gravelly_hills", - "id": 20, - "element": { - "precipitation": "rain", - "temperature": 0.2, - "downfall": 0.3, - "effects": { - "sky_color": 8233727, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "llama", - "min_group_size": 4, - "max_group_size": 6, - "weight": 5 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "windswept_forest", - "id": 21, - "element": { - "precipitation": "rain", - "temperature": 0.2, - "downfall": 0.3, - "effects": { - "sky_color": 8233727, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "llama", - "min_group_size": 4, - "max_group_size": 6, - "weight": 5 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "windswept_savanna", - "id": 22, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "horse", - "min_group_size": 2, - "max_group_size": 6, - "weight": 1 - }, - { - "name": "donkey", - "min_group_size": 1, - "max_group_size": 1, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "jungle", - "id": 23, - "element": { - "precipitation": "rain", - "temperature": 0.95, - "downfall": 0.9, - "effects": { - "sky_color": 7842047, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jungle_and_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "ocelot", - "min_group_size": 1, - "max_group_size": 3, - "weight": 2 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "parrot", - "min_group_size": 1, - "max_group_size": 2, - "weight": 40 - }, - { - "name": "panda", - "min_group_size": 1, - "max_group_size": 2, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "sparse_jungle", - "id": 24, - "element": { - "precipitation": "rain", - "temperature": 0.95, - "downfall": 0.8, - "effects": { - "sky_color": 7842047, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jungle_and_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "bamboo_jungle", - "id": 25, - "element": { - "precipitation": "rain", - "temperature": 0.95, - "downfall": 0.9, - "effects": { - "sky_color": 7842047, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jungle_and_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "ocelot", - "min_group_size": 1, - "max_group_size": 1, - "weight": 2 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "parrot", - "min_group_size": 1, - "max_group_size": 2, - "weight": 40 - }, - { - "name": "panda", - "min_group_size": 1, - "max_group_size": 2, - "weight": 80 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "badlands", - "id": 26, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "foliage_color": 10387789, - "grass_color": 9470285, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "eroded_badlands", - "id": 27, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "foliage_color": 10387789, - "grass_color": 9470285, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "wooded_badlands", - "id": 28, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "foliage_color": 10387789, - "grass_color": 9470285, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "meadow", - "id": 29, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.8, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 937679, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.meadow", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "donkey", - "min_group_size": 1, - "max_group_size": 2, - "weight": 1 - }, - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 6, - "weight": 2 - }, - { - "name": "sheep", - "min_group_size": 2, - "max_group_size": 4, - "weight": 2 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "grove", - "id": 30, - "element": { - "precipitation": "snow", - "temperature": -0.2, - "downfall": 0.8, - "effects": { - "sky_color": 8495359, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.grove", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "sheep", - "min_group_size": 4, - "max_group_size": 4, - "weight": 12 - }, - { - "name": "pig", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "chicken", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "cow", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "wolf", - "min_group_size": 4, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 4 - }, - { - "name": "fox", - "min_group_size": 2, - "max_group_size": 4, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "snowy_slopes", - "id": 31, - "element": { - "precipitation": "snow", - "temperature": -0.3, - "downfall": 0.9, - "effects": { - "sky_color": 8560639, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.snowy_slopes", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "rabbit", - "min_group_size": 2, - "max_group_size": 3, - "weight": 4 - }, - { - "name": "goat", - "min_group_size": 1, - "max_group_size": 3, - "weight": 5 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "frozen_peaks", - "id": 32, - "element": { - "precipitation": "snow", - "temperature": -0.7, - "downfall": 0.9, - "effects": { - "sky_color": 8756735, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.frozen_peaks", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "goat", - "min_group_size": 1, - "max_group_size": 3, - "weight": 5 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "jagged_peaks", - "id": 33, - "element": { - "precipitation": "snow", - "temperature": -0.7, - "downfall": 0.9, - "effects": { - "sky_color": 8756735, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.jagged_peaks", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "goat", - "min_group_size": 1, - "max_group_size": 3, - "weight": 5 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "stony_peaks", - "id": 34, - "element": { - "precipitation": "rain", - "temperature": 1.0, - "downfall": 0.3, - "effects": { - "sky_color": 7776511, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.stony_peaks", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "river", - "id": 35, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 100 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 2 - } - ], - "water_ambient": [ - { - "name": "salmon", - "min_group_size": 1, - "max_group_size": 5, - "weight": 5 - } - ], - "misc": [] - } - } - } - }, - { - "name": "frozen_river", - "id": 36, - "element": { - "precipitation": "snow", - "temperature": 0.0, - "downfall": 0.5, - "effects": { - "sky_color": 8364543, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 3750089, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 1 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 2 - } - ], - "water_ambient": [ - { - "name": "salmon", - "min_group_size": 1, - "max_group_size": 5, - "weight": 5 - } - ], - "misc": [] - } - } - } - }, - { - "name": "beach", - "id": 37, - "element": { - "precipitation": "rain", - "temperature": 0.8, - "downfall": 0.4, - "effects": { - "sky_color": 7907327, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "turtle", - "min_group_size": 2, - "max_group_size": 5, - "weight": 5 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "snowy_beach", - "id": 38, - "element": { - "precipitation": "snow", - "temperature": 0.05, - "downfall": 0.3, - "effects": { - "sky_color": 8364543, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4020182, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "stony_shore", - "id": 39, - "element": { - "precipitation": "rain", - "temperature": 0.2, - "downfall": 0.3, - "effects": { - "sky_color": 8233727, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "warm_ocean", - "id": 40, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 270131, - "fog_color": 12638463, - "water_color": 4445678, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "dolphin", - "min_group_size": 1, - "max_group_size": 2, - "weight": 2 - } - ], - "water_ambient": [ - { - "name": "pufferfish", - "min_group_size": 1, - "max_group_size": 3, - "weight": 15 - }, - { - "name": "tropical_fish", - "min_group_size": 8, - "max_group_size": 8, - "weight": 25 - } - ], - "misc": [] - } - } - } - }, - { - "name": "lukewarm_ocean", - "id": 41, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 267827, - "fog_color": 12638463, - "water_color": 4566514, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 2, - "weight": 10 - }, - { - "name": "dolphin", - "min_group_size": 1, - "max_group_size": 2, - "weight": 2 - } - ], - "water_ambient": [ - { - "name": "cod", - "min_group_size": 3, - "max_group_size": 6, - "weight": 15 - }, - { - "name": "pufferfish", - "min_group_size": 1, - "max_group_size": 3, - "weight": 5 - }, - { - "name": "tropical_fish", - "min_group_size": 8, - "max_group_size": 8, - "weight": 25 - } - ], - "misc": [] - } - } - } - }, - { - "name": "deep_lukewarm_ocean", - "id": 42, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 267827, - "fog_color": 12638463, - "water_color": 4566514, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 8 - }, - { - "name": "dolphin", - "min_group_size": 1, - "max_group_size": 2, - "weight": 2 - } - ], - "water_ambient": [ - { - "name": "cod", - "min_group_size": 3, - "max_group_size": 6, - "weight": 8 - }, - { - "name": "pufferfish", - "min_group_size": 1, - "max_group_size": 3, - "weight": 5 - }, - { - "name": "tropical_fish", - "min_group_size": 8, - "max_group_size": 8, - "weight": 25 - } - ], - "misc": [] - } - } - } - }, - { - "name": "ocean", - "id": 43, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 1 - }, - { - "name": "dolphin", - "min_group_size": 1, - "max_group_size": 2, - "weight": 1 - } - ], - "water_ambient": [ - { - "name": "cod", - "min_group_size": 3, - "max_group_size": 6, - "weight": 10 - } - ], - "misc": [] - } - } - } - }, - { - "name": "deep_ocean", - "id": 44, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 1 - }, - { - "name": "dolphin", - "min_group_size": 1, - "max_group_size": 2, - "weight": 1 - } - ], - "water_ambient": [ - { - "name": "cod", - "min_group_size": 3, - "max_group_size": 6, - "weight": 10 - } - ], - "misc": [] - } - } - } - }, - { - "name": "cold_ocean", - "id": 45, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4020182, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 3 - } - ], - "water_ambient": [ - { - "name": "cod", - "min_group_size": 3, - "max_group_size": 6, - "weight": 15 - }, - { - "name": "salmon", - "min_group_size": 1, - "max_group_size": 5, - "weight": 15 - } - ], - "misc": [] - } - } - } - }, - { - "name": "deep_cold_ocean", - "id": 46, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4020182, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 3 - } - ], - "water_ambient": [ - { - "name": "cod", - "min_group_size": 3, - "max_group_size": 6, - "weight": 15 - }, - { - "name": "salmon", - "min_group_size": 1, - "max_group_size": 5, - "weight": 15 - } - ], - "misc": [] - } - } - } - }, - { - "name": "frozen_ocean", - "id": 47, - "element": { - "precipitation": "snow", - "temperature": 0.0, - "downfall": 0.5, - "effects": { - "sky_color": 8364543, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 3750089, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "polar_bear", - "min_group_size": 1, - "max_group_size": 2, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 1 - } - ], - "water_ambient": [ - { - "name": "salmon", - "min_group_size": 1, - "max_group_size": 5, - "weight": 15 - } - ], - "misc": [] - } - } - } - }, - { - "name": "deep_frozen_ocean", - "id": 48, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 3750089, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [ - { - "name": "polar_bear", - "min_group_size": 1, - "max_group_size": 2, - "weight": 1 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [ - { - "name": "squid", - "min_group_size": 1, - "max_group_size": 4, - "weight": 1 - } - ], - "water_ambient": [ - { - "name": "salmon", - "min_group_size": 1, - "max_group_size": 5, - "weight": 15 - } - ], - "misc": [] - } - } - } - }, - { - "name": "mushroom_fields", - "id": 49, - "element": { - "precipitation": "rain", - "temperature": 0.9, - "downfall": 1.0, - "effects": { - "sky_color": 7842047, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [], - "creature": [ - { - "name": "mooshroom", - "min_group_size": 4, - "max_group_size": 8, - "weight": 8 - } - ], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "dripstone_caves", - "id": 50, - "element": { - "precipitation": "rain", - "temperature": 0.8, - "downfall": 0.4, - "effects": { - "sky_color": 7907327, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.dripstone_caves", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "drowned", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "lush_caves", - "id": 51, - "element": { - "precipitation": "rain", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 8103167, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.lush_caves", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "spider", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "zombie", - "min_group_size": 4, - "max_group_size": 4, - "weight": 95 - }, - { - "name": "zombie_villager", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - }, - { - "name": "skeleton", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "creeper", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "slime", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "enderman", - "min_group_size": 1, - "max_group_size": 4, - "weight": 10 - }, - { - "name": "witch", - "min_group_size": 1, - "max_group_size": 1, - "weight": 5 - } - ], - "creature": [], - "ambient": [ - { - "name": "bat", - "min_group_size": 8, - "max_group_size": 8, - "weight": 10 - } - ], - "axolotls": [ - { - "name": "axolotl", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "underground_water_creature": [ - { - "name": "glow_squid", - "min_group_size": 4, - "max_group_size": 6, - "weight": 10 - } - ], - "water_creature": [], - "water_ambient": [ - { - "name": "tropical_fish", - "min_group_size": 8, - "max_group_size": 8, - "weight": 25 - } - ], - "misc": [] - } - } - } - }, - { - "name": "deep_dark", - "id": 52, - "element": { - "precipitation": "rain", - "temperature": 0.8, - "downfall": 0.4, - "effects": { - "sky_color": 7907327, - "water_fog_color": 329011, - "fog_color": 12638463, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.overworld.deep_dark", - "max_delay": 24000, - "min_delay": 12000 - }, - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "nether_wastes", - "id": 53, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 3344392, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.nether.nether_wastes", - "max_delay": 24000, - "min_delay": 12000 - }, - "ambient_sound": "ambient.nether_wastes.loop", - "additions_sound": { - "sound": "ambient.nether_wastes.additions", - "tick_chance": 0.0111 - }, - "mood_sound": { - "sound": "ambient.nether_wastes.mood", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "ghast", - "min_group_size": 4, - "max_group_size": 4, - "weight": 50 - }, - { - "name": "zombified_piglin", - "min_group_size": 4, - "max_group_size": 4, - "weight": 100 - }, - { - "name": "magma_cube", - "min_group_size": 4, - "max_group_size": 4, - "weight": 2 - }, - { - "name": "enderman", - "min_group_size": 4, - "max_group_size": 4, - "weight": 1 - }, - { - "name": "piglin", - "min_group_size": 4, - "max_group_size": 4, - "weight": 15 - } - ], - "creature": [ - { - "name": "strider", - "min_group_size": 1, - "max_group_size": 2, - "weight": 60 - } - ], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "warped_forest", - "id": 54, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "particle": { - "kind": "warped_spore", - "probability": 0.01428 - }, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 1705242, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.nether.warped_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "ambient_sound": "ambient.warped_forest.loop", - "additions_sound": { - "sound": "ambient.warped_forest.additions", - "tick_chance": 0.0111 - }, - "mood_sound": { - "sound": "ambient.warped_forest.mood", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "enderman", - "min_group_size": 4, - "max_group_size": 4, - "weight": 1 - } - ], - "creature": [ - { - "name": "strider", - "min_group_size": 1, - "max_group_size": 2, - "weight": 60 - } - ], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "crimson_forest", - "id": 55, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "particle": { - "kind": "crimson_spore", - "probability": 0.025 - }, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 3343107, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.nether.crimson_forest", - "max_delay": 24000, - "min_delay": 12000 - }, - "ambient_sound": "ambient.crimson_forest.loop", - "additions_sound": { - "sound": "ambient.crimson_forest.additions", - "tick_chance": 0.0111 - }, - "mood_sound": { - "sound": "ambient.crimson_forest.mood", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "zombified_piglin", - "min_group_size": 2, - "max_group_size": 4, - "weight": 1 - }, - { - "name": "hoglin", - "min_group_size": 3, - "max_group_size": 4, - "weight": 9 - }, - { - "name": "piglin", - "min_group_size": 3, - "max_group_size": 4, - "weight": 5 - } - ], - "creature": [ - { - "name": "strider", - "min_group_size": 1, - "max_group_size": 2, - "weight": 60 - } - ], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "soul_sand_valley", - "id": 56, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "particle": { - "kind": "ash", - "probability": 0.00625 - }, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 1787717, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.nether.soul_sand_valley", - "max_delay": 24000, - "min_delay": 12000 - }, - "ambient_sound": "ambient.soul_sand_valley.loop", - "additions_sound": { - "sound": "ambient.soul_sand_valley.additions", - "tick_chance": 0.0111 - }, - "mood_sound": { - "sound": "ambient.soul_sand_valley.mood", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "skeleton", - "min_group_size": 5, - "max_group_size": 5, - "weight": 20 - }, - { - "name": "ghast", - "min_group_size": 4, - "max_group_size": 4, - "weight": 50 - }, - { - "name": "enderman", - "min_group_size": 4, - "max_group_size": 4, - "weight": 1 - } - ], - "creature": [ - { - "name": "strider", - "min_group_size": 1, - "max_group_size": 2, - "weight": 60 - } - ], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "basalt_deltas", - "id": 57, - "element": { - "precipitation": "none", - "temperature": 2.0, - "downfall": 0.0, - "particle": { - "kind": "white_ash", - "probability": 0.118093334 - }, - "effects": { - "sky_color": 7254527, - "water_fog_color": 329011, - "fog_color": 6840176, - "water_color": 4159204, - "grass_color_modifier": "none", - "music": { - "replace_current_music": false, - "sound": "music.nether.basalt_deltas", - "max_delay": 24000, - "min_delay": 12000 - }, - "ambient_sound": "ambient.basalt_deltas.loop", - "additions_sound": { - "sound": "ambient.basalt_deltas.additions", - "tick_chance": 0.0111 - }, - "mood_sound": { - "sound": "ambient.basalt_deltas.mood", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "ghast", - "min_group_size": 1, - "max_group_size": 1, - "weight": 40 - }, - { - "name": "magma_cube", - "min_group_size": 2, - "max_group_size": 5, - "weight": 100 - } - ], - "creature": [ - { - "name": "strider", - "min_group_size": 1, - "max_group_size": 2, - "weight": 60 - } - ], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "the_end", - "id": 58, - "element": { - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 0, - "water_fog_color": 329011, - "fog_color": 10518688, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "enderman", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "end_highlands", - "id": 59, - "element": { - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 0, - "water_fog_color": 329011, - "fog_color": 10518688, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "enderman", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "end_midlands", - "id": 60, - "element": { - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 0, - "water_fog_color": 329011, - "fog_color": 10518688, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "enderman", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "small_end_islands", - "id": 61, - "element": { - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 0, - "water_fog_color": 329011, - "fog_color": 10518688, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "enderman", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - }, - { - "name": "end_barrens", - "id": 62, - "element": { - "precipitation": "none", - "temperature": 0.5, - "downfall": 0.5, - "effects": { - "sky_color": 0, - "water_fog_color": 329011, - "fog_color": 10518688, - "water_color": 4159204, - "grass_color_modifier": "none", - "mood_sound": { - "sound": "ambient.cave", - "tick_delay": 6000, - "offset": 2.0, - "block_search_extent": 8 - } - }, - "spawn_settings": { - "probability": 0.1, - "groups": { - "monster": [ - { - "name": "enderman", - "min_group_size": 4, - "max_group_size": 4, - "weight": 10 - } - ], - "creature": [], - "ambient": [], - "axolotls": [], - "underground_water_creature": [], - "water_creature": [], - "water_ambient": [], - "misc": [] - } - } - } - } -] \ No newline at end of file diff --git a/extractor/src/main/java/rs/valence/extractor/Main.java b/extractor/src/main/java/rs/valence/extractor/Main.java index 9d2fd87..34fd53b 100644 --- a/extractor/src/main/java/rs/valence/extractor/Main.java +++ b/extractor/src/main/java/rs/valence/extractor/Main.java @@ -38,7 +38,6 @@ public class Main implements ModInitializer { LOGGER.info("Starting extractors..."); var extractors = new Extractor[]{ - new Biomes(), new Blocks(), new Enchants(), new Entities(), diff --git a/extractor/src/main/java/rs/valence/extractor/extractors/Biomes.java b/extractor/src/main/java/rs/valence/extractor/extractors/Biomes.java index fc43277..c93aa6a 100644 --- a/extractor/src/main/java/rs/valence/extractor/extractors/Biomes.java +++ b/extractor/src/main/java/rs/valence/extractor/extractors/Biomes.java @@ -1,13 +1,15 @@ package rs.valence.extractor.extractors; +// TODO: where is the biome registry in 1.19.3+? + +/* import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import net.minecraft.entity.SpawnGroup; import net.minecraft.util.Identifier; import net.minecraft.util.collection.Weighted; -import net.minecraft.util.registry.BuiltinRegistries; -import net.minecraft.util.registry.Registry; +import net.minecraft.registry.Registries; import net.minecraft.world.biome.BiomeParticleConfig; import rs.valence.extractor.Main; @@ -34,8 +36,6 @@ public class Biomes implements Main.Extractor { throw new RuntimeException(e); } - var biomesJson = new JsonArray(); - for (var biome : BuiltinRegistries.BIOME) { var biomeIdent = BuiltinRegistries.BIOME.getId(biome); assert biomeIdent != null; @@ -126,3 +126,4 @@ public class Biomes implements Main.Extractor { return biomesJson; } } + */ diff --git a/extractor/src/main/java/rs/valence/extractor/extractors/Blocks.java b/extractor/src/main/java/rs/valence/extractor/extractors/Blocks.java index bd65bc8..fdcb330 100644 --- a/extractor/src/main/java/rs/valence/extractor/extractors/Blocks.java +++ b/extractor/src/main/java/rs/valence/extractor/extractors/Blocks.java @@ -3,7 +3,6 @@ package rs.valence.extractor.extractors; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; -import net.minecraft.item.ItemPlacementContext; import net.minecraft.registry.Registries; import net.minecraft.util.math.BlockPos; import net.minecraft.world.EmptyBlockView;