Minecraft 1.21.11

This commit is contained in:
LOOHP 2025-12-09 16:56:49 +00:00
parent 4f5262620a
commit 5a366404ea
90 changed files with 6963 additions and 6380 deletions

View File

@ -24,7 +24,7 @@
<groupId>com.loohp</groupId> <groupId>com.loohp</groupId>
<artifactId>Limbo</artifactId> <artifactId>Limbo</artifactId>
<name>Limbo</name> <name>Limbo</name>
<version>0.7.16-ALPHA</version> <version>0.7.17-ALPHA</version>
<description>Standalone Limbo Minecraft Server.</description> <description>Standalone Limbo Minecraft Server.</description>
<url>https://github.com/LOOHP/Limbo</url> <url>https://github.com/LOOHP/Limbo</url>
@ -136,7 +136,7 @@
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
<finalName>${project.artifactId}-${project.version}-1.21.10</finalName> <finalName>${project.artifactId}-${project.version}-1.21.11</finalName>
</build> </build>
<profiles> <profiles>

View File

@ -132,8 +132,8 @@ public final class Limbo {
//=========================== //===========================
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.10"; public final String SERVER_IMPLEMENTATION_VERSION = "1.21.11";
public final int SERVER_IMPLEMENTATION_PROTOCOL = 773; public final int SERVER_IMPLEMENTATION_PROTOCOL = 774;
public final String LIMBO_IMPLEMENTATION_VERSION; public final String LIMBO_IMPLEMENTATION_VERSION;
private final AtomicBoolean isRunning; private final AtomicBoolean isRunning;

View File

@ -51,9 +51,11 @@ public class RegistryCustom {
public static final RegistryCustom FROG_VARIANT = register("frog_variant"); public static final RegistryCustom FROG_VARIANT = register("frog_variant");
public static final RegistryCustom PAINTING_VARIANT = register("painting_variant"); public static final RegistryCustom PAINTING_VARIANT = register("painting_variant");
public static final RegistryCustom PIG_VARIANT = register("pig_variant"); public static final RegistryCustom PIG_VARIANT = register("pig_variant");
public static final RegistryCustom TIMELINE = register("timelime");
public static final RegistryCustom WOLF_SOUND_VARIANT = register("wolf_sound_variant"); public static final RegistryCustom WOLF_SOUND_VARIANT = register("wolf_sound_variant");
public static final RegistryCustom WOLF_VARIANT = register("wolf_variant"); public static final RegistryCustom WOLF_VARIANT = register("wolf_variant");
public static final RegistryCustom WORLDGEN_BIOME = register("worldgen/biome"); public static final RegistryCustom WORLDGEN_BIOME = register("worldgen/biome");
public static final RegistryCustom ZOMBIE_NAUTILUS_VARIANT = register("zombie_nautilus_variant");
private static RegistryCustom register(String identifier) { private static RegistryCustom register(String identifier) {
RegistryCustom registryCustom = new RegistryCustom(identifier); RegistryCustom registryCustom = new RegistryCustom(identifier);

View File

@ -5,7 +5,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:spawns_cold_variant_farm_animals" "biomes": "minecraft:plains"
}, },
"priority": 1 "priority": 1
} }

View File

@ -4,7 +4,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:spawns_warm_variant_farm_animals" "biomes": "minecraft:plains"
}, },
"priority": 1 "priority": 1
} }

View File

@ -5,7 +5,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:spawns_cold_variant_farm_animals" "biomes": "minecraft:plains"
}, },
"priority": 1 "priority": 1
} }

View File

@ -5,7 +5,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:spawns_warm_variant_farm_animals" "biomes": "minecraft:plains"
}, },
"priority": 1 "priority": 1
} }

View File

@ -0,0 +1,5 @@
{
"exhaustion": 0.1,
"message_id": "spear",
"scaling": "when_caused_by_living_non_player"
}

View File

@ -1,11 +1,42 @@
{ {
"ambient_light": 0.0, "ambient_light": 0.0,
"bed_works": true, "attributes": {
"cloud_height": 192, "minecraft:audio/ambient_sounds": {
"mood": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
}
},
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
}
},
"minecraft:gameplay/bed_rule": {
"can_set_spawn": "always",
"can_sleep": "when_dark",
"error_message": {
"translate": "block.minecraft.bed.no_sleep"
}
},
"minecraft:gameplay/nether_portal_spawns_piglin": true,
"minecraft:gameplay/respawn_anchor_works": false,
"minecraft:visual/cloud_color": "#ccffffff",
"minecraft:visual/cloud_height": 192.33,
"minecraft:visual/fog_color": "#c0d8ff",
"minecraft:visual/sky_color": "#78a7ff"
},
"coordinate_scale": 1.0, "coordinate_scale": 1.0,
"effects": "minecraft:overworld",
"has_ceiling": false, "has_ceiling": false,
"has_raids": true,
"has_skylight": true, "has_skylight": true,
"height": 256, "height": 256,
"infiniburn": "#minecraft:infiniburn_overworld", "infiniburn": "#minecraft:infiniburn_overworld",
@ -16,9 +47,5 @@
"type": "minecraft:uniform", "type": "minecraft:uniform",
"max_inclusive": 7, "max_inclusive": 7,
"min_inclusive": 0 "min_inclusive": 0
}, }
"natural": true,
"piglin_safe": false,
"respawn_anchor_works": false,
"ultrawarm": false
} }

View File

@ -1,11 +1,42 @@
{ {
"ambient_light": 0.0, "ambient_light": 0.0,
"bed_works": true, "attributes": {
"cloud_height": 192, "minecraft:audio/ambient_sounds": {
"mood": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
}
},
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
}
},
"minecraft:gameplay/bed_rule": {
"can_set_spawn": "always",
"can_sleep": "when_dark",
"error_message": {
"translate": "block.minecraft.bed.no_sleep"
}
},
"minecraft:gameplay/nether_portal_spawns_piglin": true,
"minecraft:gameplay/respawn_anchor_works": false,
"minecraft:visual/cloud_color": "#ccffffff",
"minecraft:visual/cloud_height": 192.33,
"minecraft:visual/fog_color": "#c0d8ff",
"minecraft:visual/sky_color": "#78a7ff"
},
"coordinate_scale": 1.0, "coordinate_scale": 1.0,
"effects": "minecraft:overworld",
"has_ceiling": true, "has_ceiling": true,
"has_raids": true,
"has_skylight": true, "has_skylight": true,
"height": 256, "height": 256,
"infiniburn": "#minecraft:infiniburn_overworld", "infiniburn": "#minecraft:infiniburn_overworld",
@ -16,9 +47,5 @@
"type": "minecraft:uniform", "type": "minecraft:uniform",
"max_inclusive": 7, "max_inclusive": 7,
"min_inclusive": 0 "min_inclusive": 0
}, }
"natural": true,
"piglin_safe": false,
"respawn_anchor_works": false,
"ultrawarm": false
} }

View File

@ -1,11 +1,36 @@
{ {
"ambient_light": 0.25, "ambient_light": 0.25,
"bed_works": false, "attributes": {
"minecraft:audio/ambient_sounds": {
"mood": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
}
},
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 6000,
"replace_current_music": true,
"sound": "minecraft:music.end"
}
},
"minecraft:gameplay/bed_rule": {
"can_set_spawn": "never",
"can_sleep": "never",
"explodes": true
},
"minecraft:gameplay/respawn_anchor_works": false,
"minecraft:visual/fog_color": "#181318",
"minecraft:visual/sky_color": "#000000",
"minecraft:visual/sky_light_color": "#e580ff",
"minecraft:visual/sky_light_factor": 0.0
},
"coordinate_scale": 1.0, "coordinate_scale": 1.0,
"effects": "minecraft:the_end",
"fixed_time": 6000,
"has_ceiling": false, "has_ceiling": false,
"has_raids": true, "has_fixed_time": true,
"has_skylight": true, "has_skylight": true,
"height": 256, "height": 256,
"infiniburn": "#minecraft:infiniburn_end", "infiniburn": "#minecraft:infiniburn_end",
@ -13,8 +38,5 @@
"min_y": 0, "min_y": 0,
"monster_spawn_block_light_limit": 0, "monster_spawn_block_light_limit": 0,
"monster_spawn_light_level": 15, "monster_spawn_light_level": 15,
"natural": false, "skybox": "end"
"piglin_safe": false,
"respawn_anchor_works": false,
"ultrawarm": false
} }

View File

@ -1,11 +1,30 @@
{ {
"ambient_light": 0.1, "ambient_light": 0.1,
"bed_works": false, "attributes": {
"minecraft:gameplay/bed_rule": {
"can_set_spawn": "never",
"can_sleep": "never",
"explodes": true
},
"minecraft:gameplay/can_start_raid": false,
"minecraft:gameplay/fast_lava": true,
"minecraft:gameplay/piglins_zombify": false,
"minecraft:gameplay/respawn_anchor_works": true,
"minecraft:gameplay/sky_light_level": 4.0,
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:gameplay/water_evaporates": true,
"minecraft:visual/default_dripstone_particle": {
"type": "minecraft:dripping_dripstone_lava"
},
"minecraft:visual/fog_end_distance": 96.0,
"minecraft:visual/fog_start_distance": 10.0,
"minecraft:visual/sky_light_color": "#7a7aff",
"minecraft:visual/sky_light_factor": 0.0
},
"cardinal_light": "nether",
"coordinate_scale": 8.0, "coordinate_scale": 8.0,
"effects": "minecraft:the_nether",
"fixed_time": 18000,
"has_ceiling": true, "has_ceiling": true,
"has_raids": false, "has_fixed_time": true,
"has_skylight": false, "has_skylight": false,
"height": 256, "height": 256,
"infiniburn": "#minecraft:infiniburn_nether", "infiniburn": "#minecraft:infiniburn_nether",
@ -13,8 +32,5 @@
"min_y": 0, "min_y": 0,
"monster_spawn_block_light_limit": 15, "monster_spawn_block_light_limit": 15,
"monster_spawn_light_level": 7, "monster_spawn_light_level": 7,
"natural": false, "skybox": "none"
"piglin_safe": true,
"respawn_anchor_works": true,
"ultrawarm": true
} }

View File

@ -4,7 +4,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:spawns_cold_variant_frogs" "biomes": "minecraft:plains"
}, },
"priority": 1 "priority": 1
} }

View File

@ -4,7 +4,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:spawns_warm_variant_frogs" "biomes": "minecraft:plains"
}, },
"priority": 1 "priority": 1
} }

View File

@ -5,7 +5,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:spawns_cold_variant_farm_animals" "biomes": "minecraft:plains"
}, },
"priority": 1 "priority": 1
} }

View File

@ -4,7 +4,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:spawns_warm_variant_farm_animals" "biomes": "minecraft:plains"
}, },
"priority": 1 "priority": 1
} }

View File

@ -8,7 +8,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:is_jungle" "biomes": "minecraft:jungle"
}, },
"priority": 1 "priority": 1
} }

View File

@ -8,7 +8,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:is_savanna" "biomes": "minecraft:savanna"
}, },
"priority": 1 "priority": 1
} }

View File

@ -8,7 +8,7 @@
{ {
"condition": { "condition": {
"type": "minecraft:biome", "type": "minecraft:biome",
"biomes": "#minecraft:is_badlands" "biomes": "minecraft:badlands"
}, },
"priority": 1 "priority": 1
} }

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.badlands"
}
},
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -7,30 +18,9 @@
"creature_spawn_probability": 0.03, "creature_spawn_probability": 0.03,
"downfall": 0.0, "downfall": 0.0,
"effects": { "effects": {
"fog_color": 12638463, "foliage_color": "#9e814d",
"foliage_color": 10387789, "grass_color": "#90814d",
"grass_color": 9470285, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.badlands"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.bamboo_jungle"
}
},
"minecraft:gameplay/increased_fire_burnout": true,
"minecraft:visual/sky_color": "#77a8ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
], ],
"downfall": 0.9, "downfall": 0.9,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.bamboo_jungle"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,40 +1,39 @@
{ {
"carvers": "minecraft:nether_cave", "attributes": {
"downfall": 0.0, "minecraft:audio/ambient_sounds": {
"effects": { "additions": {
"additions_sound": {
"sound": "minecraft:ambient.basalt_deltas.additions", "sound": "minecraft:ambient.basalt_deltas.additions",
"tick_chance": 0.0111 "tick_chance": 0.0111
}, },
"ambient_sound": "minecraft:ambient.basalt_deltas.loop", "loop": "minecraft:ambient.basalt_deltas.loop",
"fog_color": 6840176, "mood": {
"mood_sound": {
"block_search_extent": 8, "block_search_extent": 8,
"offset": 2.0, "offset": 2.0,
"sound": "minecraft:ambient.basalt_deltas.mood", "sound": "minecraft:ambient.basalt_deltas.mood",
"tick_delay": 6000 "tick_delay": 6000
}
}, },
"music": [ "minecraft:audio/background_music": {
{ "default": {
"data": {
"max_delay": 24000, "max_delay": 24000,
"min_delay": 12000, "min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.basalt_deltas" "sound": "minecraft:music.nether.basalt_deltas"
},
"weight": 1
} }
], },
"music_volume": 1.0, "minecraft:visual/ambient_particles": [
{
"particle": { "particle": {
"options": {
"type": "minecraft:white_ash" "type": "minecraft:white_ash"
}, },
"probability": 0.118093334 "probability": 0.118093334
}
],
"minecraft:visual/fog_color": "#685f70"
}, },
"sky_color": 7254527, "carvers": "minecraft:nether_cave",
"water_color": 4159204, "downfall": 0.0,
"water_fog_color": 329011 "effects": {
"water_color": "#3f76e4"
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#78a7ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.4, "downfall": 0.4,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.forest"
}
},
"minecraft:visual/sky_color": "#7aa5ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.6, "downfall": 0.6,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.cherry_grove"
}
},
"minecraft:visual/sky_color": "#7ba4ff",
"minecraft:visual/water_fog_color": "#5db7ef"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,30 +17,9 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "foliage_color": "#b6db61",
"foliage_color": 11983713, "grass_color": "#b6db61",
"grass_color": 11983713, "water_color": "#5db7ef"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.cherry_grove"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 6141935,
"water_fog_color": 6141935
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,24 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3d57d6"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4020182,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -184,6 +194,12 @@
"maxCount": 4, "maxCount": 4,
"minCount": 1, "minCount": 1,
"weight": 3 "weight": 3
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 2
} }
] ]
}, },

View File

@ -1,40 +1,39 @@
{ {
"carvers": "minecraft:nether_cave", "attributes": {
"downfall": 0.0, "minecraft:audio/ambient_sounds": {
"effects": { "additions": {
"additions_sound": {
"sound": "minecraft:ambient.crimson_forest.additions", "sound": "minecraft:ambient.crimson_forest.additions",
"tick_chance": 0.0111 "tick_chance": 0.0111
}, },
"ambient_sound": "minecraft:ambient.crimson_forest.loop", "loop": "minecraft:ambient.crimson_forest.loop",
"fog_color": 3343107, "mood": {
"mood_sound": {
"block_search_extent": 8, "block_search_extent": 8,
"offset": 2.0, "offset": 2.0,
"sound": "minecraft:ambient.crimson_forest.mood", "sound": "minecraft:ambient.crimson_forest.mood",
"tick_delay": 6000 "tick_delay": 6000
}
}, },
"music": [ "minecraft:audio/background_music": {
{ "default": {
"data": {
"max_delay": 24000, "max_delay": 24000,
"min_delay": 12000, "min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.crimson_forest" "sound": "minecraft:music.nether.crimson_forest"
},
"weight": 1
} }
], },
"music_volume": 1.0, "minecraft:visual/ambient_particles": [
{
"particle": { "particle": {
"options": {
"type": "minecraft:crimson_spore" "type": "minecraft:crimson_spore"
}, },
"probability": 0.025 "probability": 0.025
}
],
"minecraft:visual/fog_color": "#330303"
}, },
"sky_color": 7254527, "carvers": "minecraft:nether_cave",
"water_color": 4159204, "downfall": 0.0,
"water_fog_color": 329011 "effects": {
"water_color": "#3f76e4"
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.forest"
}
},
"minecraft:visual/sky_color": "#79a6ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,30 +16,9 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"dry_foliage_color": 8082228, "dry_foliage_color": "#7b5334",
"fog_color": 12638463,
"grass_color_modifier": "dark_forest", "grass_color_modifier": "dark_forest",
"mood_sound": { "water_color": "#3f76e4"
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7972607,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,24 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3d57d6"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4020182,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -184,6 +194,12 @@
"maxCount": 4, "maxCount": 4,
"minCount": 1, "minCount": 1,
"weight": 3 "weight": 3
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 2
} }
] ]
}, },

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.deep_dark"
}
},
"minecraft:visual/sky_color": "#78a7ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.4, "downfall": 0.4,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.deep_dark"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3938c9"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 3750089,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -187,6 +180,12 @@
"maxCount": 4, "maxCount": 4,
"minCount": 1, "minCount": 1,
"weight": 1 "weight": 1
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 2
} }
] ]
}, },

View File

@ -1,4 +1,25 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7ba4ff",
"minecraft:visual/water_fog_color": "#041633"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +27,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#45adf2"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4566514,
"water_fog_color": 267827
}, },
"features": [ "features": [
[], [],
@ -196,6 +207,12 @@
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 2 "weight": 2
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 5
} }
] ]
}, },

View File

@ -1,4 +1,24 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -184,6 +194,12 @@
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 1 "weight": 1
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 5
} }
] ]
}, },

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.desert"
}
},
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
], ],
"downfall": 0.0, "downfall": 0.0,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.desert"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -150,7 +140,7 @@
"type": "minecraft:skeleton", "type": "minecraft:skeleton",
"maxCount": 4, "maxCount": 4,
"minCount": 4, "minCount": 4,
"weight": 100 "weight": 50
}, },
{ {
"type": "minecraft:creeper", "type": "minecraft:creeper",
@ -181,6 +171,12 @@
"maxCount": 4, "maxCount": 4,
"minCount": 4, "minCount": 4,
"weight": 80 "weight": 80
},
{
"type": "minecraft:parched",
"maxCount": 4,
"minCount": 4,
"weight": 50
} }
], ],
"underground_water_creature": [ "underground_water_creature": [

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.dripstone_caves"
}
},
"minecraft:visual/sky_color": "#78a7ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.4, "downfall": 0.4,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.dripstone_caves"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -2,17 +2,7 @@
"carvers": [], "carvers": [],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 10518688, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [], "features": [],
"has_precipitation": false, "has_precipitation": false,

View File

@ -2,17 +2,7 @@
"carvers": [], "carvers": [],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 10518688, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -2,17 +2,7 @@
"carvers": [], "carvers": [],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 10518688, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [], "features": [],
"has_precipitation": false, "has_precipitation": false,

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.badlands"
}
},
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -7,30 +18,9 @@
"creature_spawn_probability": 0.03, "creature_spawn_probability": 0.03,
"downfall": 0.0, "downfall": 0.0,
"effects": { "effects": {
"fog_color": 12638463, "foliage_color": "#9e814d",
"foliage_color": 10387789, "grass_color": "#90814d",
"grass_color": 9470285, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.badlands"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.flower_forest"
}
},
"minecraft:visual/sky_color": "#79a6ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.flower_forest"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7972607,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.forest"
}
},
"minecraft:visual/sky_color": "#79a6ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7972607,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3938c9"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8364543,
"water_color": 3750089,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -187,6 +180,12 @@
"maxCount": 4, "maxCount": 4,
"minCount": 1, "minCount": 1,
"weight": 1 "weight": 1
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 2
} }
] ]
}, },

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.frozen_peaks"
}
},
"minecraft:gameplay/increased_fire_burnout": true,
"minecraft:visual/sky_color": "#859dff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
], ],
"downfall": 0.9, "downfall": 0.9,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.frozen_peaks"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8756735,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,24 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3938c9"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8364543,
"water_color": 3750089,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.grove"
}
},
"minecraft:visual/sky_color": "#81a0ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.grove"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8495359,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -7,17 +10,7 @@
"creature_spawn_probability": 0.07, "creature_spawn_probability": 0.07,
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8364543,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.jagged_peaks"
}
},
"minecraft:gameplay/increased_fire_burnout": true,
"minecraft:visual/sky_color": "#859dff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
], ],
"downfall": 0.9, "downfall": 0.9,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jagged_peaks"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8756735,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.jungle"
}
},
"minecraft:gameplay/increased_fire_burnout": true,
"minecraft:visual/sky_color": "#77a8ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
], ],
"downfall": 0.9, "downfall": 0.9,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jungle"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,25 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7ba4ff",
"minecraft:visual/water_fog_color": "#041633"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +27,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#45adf2"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4566514,
"water_fog_color": 267827
}, },
"features": [ "features": [
[], [],
@ -196,6 +207,12 @@
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 2 "weight": 2
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 5
} }
] ]
}, },

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.lush_caves"
}
},
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.lush_caves"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,21 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.swamp"
}
},
"minecraft:gameplay/increased_fire_burnout": true,
"minecraft:visual/fog_color": "#c0d8ff",
"minecraft:visual/sky_color": "#78a7ff",
"minecraft:visual/water_fog_color": "#4d7a60",
"minecraft:visual/water_fog_end_distance": {
"argument": 0.85,
"modifier": "multiply"
}
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,31 +23,10 @@
], ],
"downfall": 0.9, "downfall": 0.9,
"effects": { "effects": {
"dry_foliage_color": 8082228, "dry_foliage_color": "#7b5334",
"fog_color": 12638463, "foliage_color": "#8db127",
"foliage_color": 9285927,
"grass_color_modifier": "swamp", "grass_color_modifier": "swamp",
"mood_sound": { "water_color": "#3a7a6a"
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.swamp"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 3832426,
"water_fog_color": 5077600
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.meadow"
}
},
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#0e4ecf"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.meadow"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 937679,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,9 @@
{ {
"attributes": {
"minecraft:gameplay/can_pillager_patrol_spawn": false,
"minecraft:gameplay/increased_fire_burnout": true,
"minecraft:visual/sky_color": "#77a8ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +11,7 @@
], ],
"downfall": 1.0, "downfall": 1.0,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,34 +1,31 @@
{ {
"carvers": "minecraft:nether_cave", "attributes": {
"downfall": 0.0, "minecraft:audio/ambient_sounds": {
"effects": { "additions": {
"additions_sound": {
"sound": "minecraft:ambient.nether_wastes.additions", "sound": "minecraft:ambient.nether_wastes.additions",
"tick_chance": 0.0111 "tick_chance": 0.0111
}, },
"ambient_sound": "minecraft:ambient.nether_wastes.loop", "loop": "minecraft:ambient.nether_wastes.loop",
"fog_color": 3344392, "mood": {
"mood_sound": {
"block_search_extent": 8, "block_search_extent": 8,
"offset": 2.0, "offset": 2.0,
"sound": "minecraft:ambient.nether_wastes.mood", "sound": "minecraft:ambient.nether_wastes.mood",
"tick_delay": 6000 "tick_delay": 6000
}
}, },
"music": [ "minecraft:audio/background_music": {
{ "default": {
"data": {
"max_delay": 24000, "max_delay": 24000,
"min_delay": 12000, "min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.nether_wastes" "sound": "minecraft:music.nether.nether_wastes"
},
"weight": 1
} }
], },
"music_volume": 1.0, "minecraft:visual/fog_color": "#330808"
"sky_color": 7254527, },
"water_color": 4159204, "carvers": "minecraft:nether_cave",
"water_fog_color": 329011 "downfall": 0.0,
"effects": {
"water_color": "#3f76e4"
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,24 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -184,6 +194,12 @@
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 1 "weight": 1
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 5
} }
] ]
}, },

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.forest"
}
},
"minecraft:visual/sky_color": "#7aa5ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.6, "downfall": 0.6,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.old_growth_taiga"
}
},
"minecraft:visual/sky_color": "#7ca3ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.old_growth_taiga"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8168447,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.old_growth_taiga"
}
},
"minecraft:visual/sky_color": "#7da3ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.old_growth_taiga"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8233983,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,11 @@
{ {
"attributes": {
"minecraft:audio/background_music": {},
"minecraft:audio/music_volume": 0.0,
"minecraft:visual/fog_color": "#817770",
"minecraft:visual/sky_color": "#b9b9b9",
"minecraft:visual/water_fog_color": "#556980"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,21 +13,10 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"dry_foliage_color": 10528412, "dry_foliage_color": "#a0a69c",
"fog_color": 8484720, "foliage_color": "#878d76",
"foliage_color": 8883574, "grass_color": "#778272",
"grass_color": 7832178, "water_color": "#76889d"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [],
"music_volume": 0.0,
"sky_color": 12171705,
"water_color": 7768221,
"water_fog_color": 5597568
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#78a7ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.4, "downfall": 0.4,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -148,7 +141,7 @@
"type": "minecraft:zombie", "type": "minecraft:zombie",
"maxCount": 4, "maxCount": 4,
"minCount": 4, "minCount": 4,
"weight": 95 "weight": 90
}, },
{ {
"type": "minecraft:zombie_villager", "type": "minecraft:zombie_villager",
@ -156,6 +149,12 @@
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{ {
"type": "minecraft:skeleton", "type": "minecraft:skeleton",
"maxCount": 4, "maxCount": 4,

View File

@ -1,4 +1,24 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,8 @@
{ {
"attributes": {
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +10,7 @@
], ],
"downfall": 0.0, "downfall": 0.0,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -153,7 +147,7 @@
"type": "minecraft:zombie", "type": "minecraft:zombie",
"maxCount": 4, "maxCount": 4,
"minCount": 4, "minCount": 4,
"weight": 95 "weight": 90
}, },
{ {
"type": "minecraft:zombie_villager", "type": "minecraft:zombie_villager",
@ -161,6 +155,12 @@
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{ {
"type": "minecraft:skeleton", "type": "minecraft:skeleton",
"maxCount": 4, "maxCount": 4,

View File

@ -1,4 +1,8 @@
{ {
"attributes": {
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +10,7 @@
], ],
"downfall": 0.0, "downfall": 0.0,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -165,7 +159,7 @@
"type": "minecraft:zombie", "type": "minecraft:zombie",
"maxCount": 4, "maxCount": 4,
"minCount": 4, "minCount": 4,
"weight": 95 "weight": 90
}, },
{ {
"type": "minecraft:zombie_villager", "type": "minecraft:zombie_villager",
@ -173,6 +167,12 @@
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{ {
"type": "minecraft:skeleton", "type": "minecraft:skeleton",
"maxCount": 4, "maxCount": 4,

View File

@ -2,17 +2,7 @@
"carvers": [], "carvers": [],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 10518688, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[ [

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.3, "downfall": 0.3,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3d57d6"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8364543,
"water_color": 4020182,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -7,17 +10,7 @@
"creature_spawn_probability": 0.07, "creature_spawn_probability": 0.07,
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8364543,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -123,7 +116,7 @@
"type": "minecraft:zombie", "type": "minecraft:zombie",
"maxCount": 4, "maxCount": 4,
"minCount": 4, "minCount": 4,
"weight": 95 "weight": 90
}, },
{ {
"type": "minecraft:zombie_villager", "type": "minecraft:zombie_villager",
@ -131,6 +124,12 @@
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{ {
"type": "minecraft:skeleton", "type": "minecraft:skeleton",
"maxCount": 4, "maxCount": 4,

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.snowy_slopes"
}
},
"minecraft:gameplay/increased_fire_burnout": true,
"minecraft:visual/sky_color": "#829fff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
], ],
"downfall": 0.9, "downfall": 0.9,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.snowy_slopes"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 8560639,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#839eff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.4, "downfall": 0.4,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3d57d6"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8625919,
"water_color": 4020182,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,40 +1,39 @@
{ {
"carvers": "minecraft:nether_cave", "attributes": {
"downfall": 0.0, "minecraft:audio/ambient_sounds": {
"effects": { "additions": {
"additions_sound": {
"sound": "minecraft:ambient.soul_sand_valley.additions", "sound": "minecraft:ambient.soul_sand_valley.additions",
"tick_chance": 0.0111 "tick_chance": 0.0111
}, },
"ambient_sound": "minecraft:ambient.soul_sand_valley.loop", "loop": "minecraft:ambient.soul_sand_valley.loop",
"fog_color": 1787717, "mood": {
"mood_sound": {
"block_search_extent": 8, "block_search_extent": 8,
"offset": 2.0, "offset": 2.0,
"sound": "minecraft:ambient.soul_sand_valley.mood", "sound": "minecraft:ambient.soul_sand_valley.mood",
"tick_delay": 6000 "tick_delay": 6000
}
}, },
"music": [ "minecraft:audio/background_music": {
{ "default": {
"data": {
"max_delay": 24000, "max_delay": 24000,
"min_delay": 12000, "min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.soul_sand_valley" "sound": "minecraft:music.nether.soul_sand_valley"
},
"weight": 1
} }
], },
"music_volume": 1.0, "minecraft:visual/ambient_particles": [
{
"particle": { "particle": {
"options": {
"type": "minecraft:ash" "type": "minecraft:ash"
}, },
"probability": 0.00625 "probability": 0.00625
}
],
"minecraft:visual/fog_color": "#1b4745"
}, },
"sky_color": 7254527, "carvers": "minecraft:nether_cave",
"water_color": 4159204, "downfall": 0.0,
"water_fog_color": 329011 "effects": {
"water_color": "#3f76e4"
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.sparse_jungle"
}
},
"minecraft:visual/sky_color": "#77a8ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.sparse_jungle"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,14 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.stony_peaks"
}
},
"minecraft:visual/sky_color": "#76a8ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
], ],
"downfall": 0.3, "downfall": 0.3,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.stony_peaks"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7776511,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7da2ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.3, "downfall": 0.3,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#78a7ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.4, "downfall": 0.4,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -148,7 +141,7 @@
"type": "minecraft:zombie", "type": "minecraft:zombie",
"maxCount": 4, "maxCount": 4,
"minCount": 4, "minCount": 4,
"weight": 95 "weight": 90
}, },
{ {
"type": "minecraft:zombie_villager", "type": "minecraft:zombie_villager",
@ -156,6 +149,12 @@
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{ {
"type": "minecraft:skeleton", "type": "minecraft:skeleton",
"maxCount": 4, "maxCount": 4,

View File

@ -1,4 +1,20 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.swamp"
}
},
"minecraft:gameplay/increased_fire_burnout": true,
"minecraft:visual/sky_color": "#78a7ff",
"minecraft:visual/water_fog_color": "#232317",
"minecraft:visual/water_fog_end_distance": {
"argument": 0.85,
"modifier": "multiply"
}
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,31 +22,10 @@
], ],
"downfall": 0.9, "downfall": 0.9,
"effects": { "effects": {
"dry_foliage_color": 8082228, "dry_foliage_color": "#7b5334",
"fog_color": 12638463, "foliage_color": "#6a7039",
"foliage_color": 6975545,
"grass_color_modifier": "swamp", "grass_color_modifier": "swamp",
"mood_sound": { "water_color": "#617b64"
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.swamp"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 6388580,
"water_fog_color": 2302743
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7da3ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.8, "downfall": 0.8,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8233983,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -2,17 +2,7 @@
"carvers": [], "carvers": [],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 10518688, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,18 +1,11 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [], "carvers": [],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,25 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"creative": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.creative"
},
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.game"
},
"underwater": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.under_water"
}
},
"minecraft:visual/sky_color": "#7ba4ff",
"minecraft:visual/water_fog_color": "#041f33"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +27,7 @@
], ],
"downfall": 0.5, "downfall": 0.5,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#43d5ee"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4445678,
"water_fog_color": 270131
}, },
"features": [ "features": [
[], [],
@ -180,6 +191,12 @@
} }
], ],
"water_creature": [ "water_creature": [
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{ {
"type": "minecraft:squid", "type": "minecraft:squid",
"maxCount": 4, "maxCount": 4,

View File

@ -1,40 +1,39 @@
{ {
"carvers": "minecraft:nether_cave", "attributes": {
"downfall": 0.0, "minecraft:audio/ambient_sounds": {
"effects": { "additions": {
"additions_sound": {
"sound": "minecraft:ambient.warped_forest.additions", "sound": "minecraft:ambient.warped_forest.additions",
"tick_chance": 0.0111 "tick_chance": 0.0111
}, },
"ambient_sound": "minecraft:ambient.warped_forest.loop", "loop": "minecraft:ambient.warped_forest.loop",
"fog_color": 1705242, "mood": {
"mood_sound": {
"block_search_extent": 8, "block_search_extent": 8,
"offset": 2.0, "offset": 2.0,
"sound": "minecraft:ambient.warped_forest.mood", "sound": "minecraft:ambient.warped_forest.mood",
"tick_delay": 6000 "tick_delay": 6000
}
}, },
"music": [ "minecraft:audio/background_music": {
{ "default": {
"data": {
"max_delay": 24000, "max_delay": 24000,
"min_delay": 12000, "min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.warped_forest" "sound": "minecraft:music.nether.warped_forest"
},
"weight": 1
} }
], },
"music_volume": 1.0, "minecraft:visual/ambient_particles": [
{
"particle": { "particle": {
"options": {
"type": "minecraft:warped_spore" "type": "minecraft:warped_spore"
}, },
"probability": 0.01428 "probability": 0.01428
}
],
"minecraft:visual/fog_color": "#1a051a"
}, },
"sky_color": 7254527, "carvers": "minecraft:nether_cave",
"water_color": 4159204, "downfall": 0.0,
"water_fog_color": 329011 "effects": {
"water_color": "#3f76e4"
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7da2ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.3, "downfall": 0.3,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7da2ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.3, "downfall": 0.3,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,7 @@
{ {
"attributes": {
"minecraft:visual/sky_color": "#7da2ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
], ],
"downfall": 0.3, "downfall": 0.3,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -1,4 +1,8 @@
{ {
"attributes": {
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -6,17 +10,7 @@
], ],
"downfall": 0.0, "downfall": 0.0,
"effects": { "effects": {
"fog_color": 12638463, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],
@ -152,7 +146,7 @@
"type": "minecraft:zombie", "type": "minecraft:zombie",
"maxCount": 4, "maxCount": 4,
"minCount": 4, "minCount": 4,
"weight": 95 "weight": 90
}, },
{ {
"type": "minecraft:zombie_villager", "type": "minecraft:zombie_villager",
@ -160,6 +154,12 @@
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{ {
"type": "minecraft:skeleton", "type": "minecraft:skeleton",
"maxCount": 4, "maxCount": 4,

View File

@ -1,4 +1,15 @@
{ {
"attributes": {
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.overworld.badlands"
}
},
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [ "carvers": [
"minecraft:cave", "minecraft:cave",
"minecraft:cave_extra_underground", "minecraft:cave_extra_underground",
@ -7,30 +18,9 @@
"creature_spawn_probability": 0.04, "creature_spawn_probability": 0.04,
"downfall": 0.0, "downfall": 0.0,
"effects": { "effects": {
"fog_color": 12638463, "foliage_color": "#9e814d",
"foliage_color": 10387789, "grass_color": "#90814d",
"grass_color": 9470285, "water_color": "#3f76e4"
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.badlands"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
}, },
"features": [ "features": [
[], [],

View File

@ -0,0 +1,8 @@
{
"asset_id": "minecraft:entity/nautilus/zombie_nautilus",
"spawn_conditions": [
{
"priority": 0
}
]
}

View File

@ -0,0 +1,9 @@
{
"asset_id": "minecraft:entity/nautilus/zombie_nautilus_coral",
"model": "warm",
"spawn_conditions": [
{
"priority": 1
}
]
}

View File

@ -111996,7 +111996,7 @@
"minecraft:gravel": { "minecraft:gravel": {
"definition": { "definition": {
"type": "minecraft:colored_falling", "type": "minecraft:colored_falling",
"falling_dust_color": "#FF807C7B", "falling_dust_color": "#ff807c7b",
"properties": {} "properties": {}
}, },
"states": [ "states": [
@ -216199,7 +216199,7 @@
"minecraft:red_sand": { "minecraft:red_sand": {
"definition": { "definition": {
"type": "minecraft:sand", "type": "minecraft:sand",
"falling_dust_color": "#00A95821", "falling_dust_color": "#00a95821",
"properties": {} "properties": {}
}, },
"states": [ "states": [
@ -241161,7 +241161,7 @@
"minecraft:sand": { "minecraft:sand": {
"definition": { "definition": {
"type": "minecraft:sand", "type": "minecraft:sand",
"falling_dust_color": "#00DBD3A0", "falling_dust_color": "#00dbd3a0",
"properties": {} "properties": {}
}, },
"states": [ "states": [

View File

@ -269,9 +269,6 @@
"minecraft:game_test_highlight_pos": { "minecraft:game_test_highlight_pos": {
"protocol_id": 39 "protocol_id": 39
}, },
"minecraft:horse_screen_open": {
"protocol_id": 40
},
"minecraft:hurt_animation": { "minecraft:hurt_animation": {
"protocol_id": 41 "protocol_id": 41
}, },
@ -302,6 +299,9 @@
"minecraft:merchant_offers": { "minecraft:merchant_offers": {
"protocol_id": 50 "protocol_id": 50
}, },
"minecraft:mount_screen_open": {
"protocol_id": 40
},
"minecraft:move_entity_pos": { "minecraft:move_entity_pos": {
"protocol_id": 51 "protocol_id": 51
}, },

File diff suppressed because it is too large Load Diff