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

View File

@ -132,8 +132,8 @@ public final class Limbo {
//===========================
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.10";
public final int SERVER_IMPLEMENTATION_PROTOCOL = 773;
public final String SERVER_IMPLEMENTATION_VERSION = "1.21.11";
public final int SERVER_IMPLEMENTATION_PROTOCOL = 774;
public final String LIMBO_IMPLEMENTATION_VERSION;
private final AtomicBoolean isRunning;
@ -162,7 +162,7 @@ public final class Limbo {
@SuppressWarnings("deprecation")
private Unsafe unsafe;
public Limbo() throws IOException, ParseException, NumberFormatException, ClassNotFoundException, InterruptedException {
instance = this;
unsafe = new Unsafe(this);

View File

@ -85,7 +85,7 @@ public class Unsafe {
public void a(Player player) {
instance.playersByName.put(player.getName(), player);
instance.playersByUUID.put(player.getUniqueId(), player);
instance.getMetrics().updatePlayersCount();
instance.getMetrics().updatePlayersCount();
}
@Deprecated

View File

@ -51,9 +51,11 @@ public class RegistryCustom {
public static final RegistryCustom FROG_VARIANT = register("frog_variant");
public static final RegistryCustom PAINTING_VARIANT = register("painting_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_VARIANT = register("wolf_variant");
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) {
RegistryCustom registryCustom = new RegistryCustom(identifier);

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@
{
"condition": {
"type": "minecraft:biome",
"biomes": "#minecraft:spawns_warm_variant_farm_animals"
"biomes": "minecraft:plains"
},
"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,
"bed_works": true,
"cloud_height": 192,
"attributes": {
"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,
"effects": "minecraft:overworld",
"has_ceiling": false,
"has_raids": true,
"has_skylight": true,
"height": 256,
"infiniburn": "#minecraft:infiniburn_overworld",
@ -16,9 +47,5 @@
"type": "minecraft:uniform",
"max_inclusive": 7,
"min_inclusive": 0
},
"natural": true,
"piglin_safe": false,
"respawn_anchor_works": false,
"ultrawarm": false
}
}

View File

@ -1,11 +1,42 @@
{
"ambient_light": 0.0,
"bed_works": true,
"cloud_height": 192,
"attributes": {
"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,
"effects": "minecraft:overworld",
"has_ceiling": true,
"has_raids": true,
"has_skylight": true,
"height": 256,
"infiniburn": "#minecraft:infiniburn_overworld",
@ -16,9 +47,5 @@
"type": "minecraft:uniform",
"max_inclusive": 7,
"min_inclusive": 0
},
"natural": true,
"piglin_safe": false,
"respawn_anchor_works": false,
"ultrawarm": false
}
}

View File

@ -1,11 +1,36 @@
{
"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,
"effects": "minecraft:the_end",
"fixed_time": 6000,
"has_ceiling": false,
"has_raids": true,
"has_fixed_time": true,
"has_skylight": true,
"height": 256,
"infiniburn": "#minecraft:infiniburn_end",
@ -13,8 +38,5 @@
"min_y": 0,
"monster_spawn_block_light_limit": 0,
"monster_spawn_light_level": 15,
"natural": false,
"piglin_safe": false,
"respawn_anchor_works": false,
"ultrawarm": false
"skybox": "end"
}

View File

@ -1,11 +1,30 @@
{
"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,
"effects": "minecraft:the_nether",
"fixed_time": 18000,
"has_ceiling": true,
"has_raids": false,
"has_fixed_time": true,
"has_skylight": false,
"height": 256,
"infiniburn": "#minecraft:infiniburn_nether",
@ -13,8 +32,5 @@
"min_y": 0,
"monster_spawn_block_light_limit": 15,
"monster_spawn_light_level": 7,
"natural": false,
"piglin_safe": true,
"respawn_anchor_works": true,
"ultrawarm": true
"skybox": "none"
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
{
"condition": {
"type": "minecraft:biome",
"biomes": "#minecraft:is_badlands"
"biomes": "minecraft:badlands"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -7,30 +18,9 @@
"creature_spawn_probability": 0.03,
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"foliage_color": 10387789,
"grass_color": 9470285,
"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
"foliage_color": "#9e814d",
"grass_color": "#90814d",
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
],
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

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

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#78a7ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.4,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.6,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,30 +17,9 @@
],
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"foliage_color": 11983713,
"grass_color": 11983713,
"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
"foliage_color": "#b6db61",
"grass_color": "#b6db61",
"water_color": "#5db7ef"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3d57d6"
},
"features": [
[],
@ -184,6 +194,12 @@
"maxCount": 4,
"minCount": 1,
"weight": 3
},
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 2
}
]
},

View File

@ -1,40 +1,39 @@
{
"attributes": {
"minecraft:audio/ambient_sounds": {
"additions": {
"sound": "minecraft:ambient.crimson_forest.additions",
"tick_chance": 0.0111
},
"loop": "minecraft:ambient.crimson_forest.loop",
"mood": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.crimson_forest.mood",
"tick_delay": 6000
}
},
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.nether.crimson_forest"
}
},
"minecraft:visual/ambient_particles": [
{
"particle": {
"type": "minecraft:crimson_spore"
},
"probability": 0.025
}
],
"minecraft:visual/fog_color": "#330303"
},
"carvers": "minecraft:nether_cave",
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.crimson_forest.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.crimson_forest.loop",
"fog_color": 3343107,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.crimson_forest.mood",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.crimson_forest"
},
"weight": 1
}
],
"music_volume": 1.0,
"particle": {
"options": {
"type": "minecraft:crimson_spore"
},
"probability": 0.025
},
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,30 +16,9 @@
],
"downfall": 0.8,
"effects": {
"dry_foliage_color": 8082228,
"fog_color": 12638463,
"dry_foliage_color": "#7b5334",
"grass_color_modifier": "dark_forest",
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3d57d6"
},
"features": [
[],
@ -184,6 +194,12 @@
"maxCount": 4,
"minCount": 1,
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.4,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3938c9"
},
"features": [
[],
@ -187,6 +180,12 @@
"maxCount": 4,
"minCount": 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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +27,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#45adf2"
},
"features": [
[],
@ -196,6 +207,12 @@
"maxCount": 2,
"minCount": 1,
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -184,6 +194,12 @@
"maxCount": 2,
"minCount": 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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
],
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -150,7 +140,7 @@
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
"weight": 50
},
{
"type": "minecraft:creeper",
@ -181,6 +171,12 @@
"maxCount": 4,
"minCount": 4,
"weight": 80
},
{
"type": "minecraft:parched",
"maxCount": 4,
"minCount": 4,
"weight": 50
}
],
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.4,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -2,17 +2,7 @@
"carvers": [],
"downfall": 0.5,
"effects": {
"fog_color": 10518688,
"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
"water_color": "#3f76e4"
},
"features": [],
"has_precipitation": false,

View File

@ -2,17 +2,7 @@
"carvers": [],
"downfall": 0.5,
"effects": {
"fog_color": 10518688,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -2,17 +2,7 @@
"carvers": [],
"downfall": 0.5,
"effects": {
"fog_color": 10518688,
"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
"water_color": "#3f76e4"
},
"features": [],
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -7,30 +18,9 @@
"creature_spawn_probability": 0.03,
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"foliage_color": 10387789,
"grass_color": 9470285,
"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
"foliage_color": "#9e814d",
"grass_color": "#90814d",
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3938c9"
},
"features": [
[],
@ -187,6 +180,12 @@
"maxCount": 4,
"minCount": 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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
],
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3938c9"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -7,17 +10,7 @@
"creature_spawn_probability": 0.07,
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
],
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
],
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +27,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#45adf2"
},
"features": [
[],
@ -196,6 +207,12 @@
"maxCount": 2,
"minCount": 1,
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,31 +23,10 @@
],
"downfall": 0.9,
"effects": {
"dry_foliage_color": 8082228,
"fog_color": 12638463,
"foliage_color": 9285927,
"dry_foliage_color": "#7b5334",
"foliage_color": "#8db127",
"grass_color_modifier": "swamp",
"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.swamp"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 3832426,
"water_fog_color": 5077600
"water_color": "#3a7a6a"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#0e4ecf"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +11,7 @@
],
"downfall": 1.0,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,34 +1,31 @@
{
"attributes": {
"minecraft:audio/ambient_sounds": {
"additions": {
"sound": "minecraft:ambient.nether_wastes.additions",
"tick_chance": 0.0111
},
"loop": "minecraft:ambient.nether_wastes.loop",
"mood": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.nether_wastes.mood",
"tick_delay": 6000
}
},
"minecraft:audio/background_music": {
"default": {
"max_delay": 24000,
"min_delay": 12000,
"sound": "minecraft:music.nether.nether_wastes"
}
},
"minecraft:visual/fog_color": "#330808"
},
"carvers": "minecraft:nether_cave",
"downfall": 0.0,
"effects": {
"additions_sound": {
"sound": "minecraft:ambient.nether_wastes.additions",
"tick_chance": 0.0111
},
"ambient_sound": "minecraft:ambient.nether_wastes.loop",
"fog_color": 3344392,
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.nether_wastes.mood",
"tick_delay": 6000
},
"music": [
{
"data": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.nether_wastes"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -184,6 +194,12 @@
"maxCount": 2,
"minCount": 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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.6,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +16,7 @@
],
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,21 +13,10 @@
],
"downfall": 0.8,
"effects": {
"dry_foliage_color": 10528412,
"fog_color": 8484720,
"foliage_color": 8883574,
"grass_color": 7832178,
"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
"dry_foliage_color": "#a0a69c",
"foliage_color": "#878d76",
"grass_color": "#778272",
"water_color": "#76889d"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#78a7ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.4,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -148,7 +141,7 @@
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
"weight": 90
},
{
"type": "minecraft:zombie_villager",
@ -156,6 +149,12 @@
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +26,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,8 @@
{
"attributes": {
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +10,7 @@
],
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -153,7 +147,7 @@
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
"weight": 90
},
{
"type": "minecraft:zombie_villager",
@ -161,6 +155,12 @@
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,

View File

@ -1,4 +1,8 @@
{
"attributes": {
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +10,7 @@
],
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -165,7 +159,7 @@
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
"weight": 90
},
{
"type": "minecraft:zombie_villager",
@ -173,6 +167,12 @@
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,

View File

@ -2,17 +2,7 @@
"carvers": [],
"downfall": 0.5,
"effects": {
"fog_color": 10518688,
"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
"water_color": "#3f76e4"
},
"features": [
[

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3d57d6"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7fa1ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -7,17 +10,7 @@
"creature_spawn_probability": 0.07,
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -123,7 +116,7 @@
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
"weight": 90
},
{
"type": "minecraft:zombie_villager",
@ -131,6 +124,12 @@
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,28 +17,7 @@
],
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#839eff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.4,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3d57d6"
},
"features": [
[],

View File

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

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7da2ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#78a7ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.4,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -148,7 +141,7 @@
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
"weight": 90
},
{
"type": "minecraft:zombie_villager",
@ -156,6 +149,12 @@
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,31 +22,10 @@
],
"downfall": 0.9,
"effects": {
"dry_foliage_color": 8082228,
"fog_color": 12638463,
"foliage_color": 6975545,
"dry_foliage_color": "#7b5334",
"foliage_color": "#6a7039",
"grass_color_modifier": "swamp",
"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.swamp"
},
"weight": 1
}
],
"music_volume": 1.0,
"sky_color": 7907327,
"water_color": 6388580,
"water_fog_color": 2302743
"water_color": "#617b64"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7da3ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.8,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -2,17 +2,7 @@
"carvers": [],
"downfall": 0.5,
"effects": {
"fog_color": 10518688,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,18 +1,11 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7ba4ff"
},
"carvers": [],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +27,7 @@
],
"downfall": 0.5,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#43d5ee"
},
"features": [
[],
@ -180,6 +191,12 @@
}
],
"water_creature": [
{
"type": "minecraft:nautilus",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:squid",
"maxCount": 4,

View File

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

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7da2ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7da2ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,7 @@
{
"attributes": {
"minecraft:visual/sky_color": "#7da2ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +9,7 @@
],
"downfall": 0.3,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],

View File

@ -1,4 +1,8 @@
{
"attributes": {
"minecraft:gameplay/snow_golem_melts": true,
"minecraft:visual/sky_color": "#6eb1ff"
},
"carvers": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -6,17 +10,7 @@
],
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"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
"water_color": "#3f76e4"
},
"features": [
[],
@ -152,7 +146,7 @@
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
"weight": 90
},
{
"type": "minecraft:zombie_villager",
@ -160,6 +154,12 @@
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:zombie_horse",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"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": [
"minecraft:cave",
"minecraft:cave_extra_underground",
@ -7,30 +18,9 @@
"creature_spawn_probability": 0.04,
"downfall": 0.0,
"effects": {
"fog_color": 12638463,
"foliage_color": 10387789,
"grass_color": 9470285,
"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
"foliage_color": "#9e814d",
"grass_color": "#90814d",
"water_color": "#3f76e4"
},
"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": {
"definition": {
"type": "minecraft:colored_falling",
"falling_dust_color": "#FF807C7B",
"falling_dust_color": "#ff807c7b",
"properties": {}
},
"states": [
@ -216199,7 +216199,7 @@
"minecraft:red_sand": {
"definition": {
"type": "minecraft:sand",
"falling_dust_color": "#00A95821",
"falling_dust_color": "#00a95821",
"properties": {}
},
"states": [
@ -241161,7 +241161,7 @@
"minecraft:sand": {
"definition": {
"type": "minecraft:sand",
"falling_dust_color": "#00DBD3A0",
"falling_dust_color": "#00dbd3a0",
"properties": {}
},
"states": [

View File

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

File diff suppressed because it is too large Load Diff