Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,170 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.badlands"
},
"sky_color": 6733055,
"foliage_color": 10387789,
"grass_color": 9470285,
"fog_color": 11788031,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_gold_extra"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_grass_badlands",
"minecraft:patch_dead_bush_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane_badlands",
"minecraft:patch_pumpkin",
"minecraft:patch_cactus_decorated",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": false,
"temperature": 2.0,
"downfall": 0.0,
"category": "mesa"
}

View File

@@ -0,0 +1,219 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.bamboo_jungle"
},
"sky_color": 9083903,
"fog_color": 12897791,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:bamboo",
"minecraft:bamboo_vegetation",
"minecraft:flower_warm",
"minecraft:patch_grass_jungle",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:vines",
"minecraft:patch_melon",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:ocelot",
"weight": 2,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:parrot",
"weight": 40,
"minCount": 1,
"maxCount": 2
},
{
"type": "minecraft:panda",
"weight": 80,
"minCount": 1,
"maxCount": 2
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.95,
"downfall": 0.9,
"category": "jungle"
}

View File

@@ -0,0 +1,167 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 7907327,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:turtle",
"maxCount": 5,
"minCount": 2,
"weight": 5
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.8,
"downfall": 0.4,
"category": "beach"
}

View File

@@ -0,0 +1,193 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8037887,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:forest_flowers",
"minecraft:trees_birch",
"minecraft:flower_default",
"minecraft:patch_grass_forest",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.6,
"downfall": 0.6,
"category": "forest"
}

View File

@@ -0,0 +1,187 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"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": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.cherry_grove"
},
"sky_color": 8103167,
"water_color": 6141935,
"water_fog_color": 6141935
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass_2",
"hybrid_beta:patch_grass_plain",
"minecraft:flower_cherry",
"minecraft:trees_cherry",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:pig",
"maxCount": 2,
"minCount": 1,
"weight": 1
},
{
"type": "minecraft:rabbit",
"maxCount": 6,
"minCount": 2,
"weight": 2
},
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 2,
"weight": 2
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 0.5
}

View File

@@ -0,0 +1,189 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8103167,
"fog_color": 12638463,
"water_color": 4020182,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_cold",
"minecraft:seagrass_simple",
"minecraft:kelp_cold"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 3,
"minCount": 1,
"maxCount": 4
}
],
"water_ambient": [
{
"type": "minecraft:cod",
"weight": 15,
"minCount": 3,
"maxCount": 6
},
{
"type": "minecraft:salmon",
"weight": 15,
"minCount": 1,
"maxCount": 5
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,194 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"grass_color_modifier": "dark_forest",
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:dark_forest_vegetation",
"minecraft:forest_flowers",
"minecraft:flower_default",
"minecraft:patch_grass_forest",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.7,
"downfall": 0.8,
"category": "forest"
}

View File

@@ -0,0 +1,189 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 10263039,
"fog_color": 12638463,
"water_color": 4020182,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_deep_cold",
"minecraft:seagrass_simple",
"minecraft:kelp_cold"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 3,
"minCount": 1,
"maxCount": 4
}
],
"water_ambient": [
{
"type": "minecraft:cod",
"weight": 15,
"minCount": 3,
"maxCount": 6
},
{
"type": "minecraft:salmon",
"weight": 15,
"minCount": 1,
"maxCount": 5
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,192 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8103167,
"fog_color": 12638463,
"water_color": 3750089,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:iceberg_packed",
"minecraft:iceberg_blue",
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[
"minecraft:blue_ice"
],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:polar_bear",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 1,
"minCount": 1,
"maxCount": 4
}
],
"water_ambient": [
{
"type": "minecraft:salmon",
"weight": 15,
"minCount": 1,
"maxCount": 5
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"temperature_modifier": "frozen",
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,201 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 6928895,
"fog_color": 12638463,
"water_color": 4566514,
"water_fog_color": 267827
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_deep_warm",
"minecraft:seagrass_simple",
"minecraft:kelp_warm"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 8,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:dolphin",
"weight": 2,
"minCount": 1,
"maxCount": 2
}
],
"water_ambient": [
{
"type": "minecraft:cod",
"weight": 8,
"minCount": 3,
"maxCount": 6
},
{
"type": "minecraft:pufferfish",
"weight": 5,
"minCount": 1,
"maxCount": 3
},
{
"type": "minecraft:tropical_fish",
"weight": 25,
"minCount": 8,
"maxCount": 8
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,189 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_deep",
"minecraft:seagrass_simple",
"minecraft:kelp_cold"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 1,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:dolphin",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
],
"water_ambient": [
{
"type": "minecraft:cod",
"weight": 10,
"minCount": 3,
"maxCount": 6
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,185 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.desert"
},
"sky_color": 9018367,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:fossil_upper",
"minecraft:fossil_lower",
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[
"minecraft:desert_well"
],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:patch_dead_bush_2",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane_desert",
"minecraft:patch_pumpkin",
"minecraft:patch_cactus_desert",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 19,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 1,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:husk",
"weight": 80,
"minCount": 4,
"maxCount": 4
}
],
"creature": [
{
"type": "minecraft:rabbit",
"weight": 4,
"minCount": 2,
"maxCount": 3
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": false,
"temperature": 2.0,
"downfall": 0.0,
"category": "desert"
}

View File

@@ -0,0 +1,177 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"sound": "minecraft:music.overworld.dripstone_caves",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
},
"sky_color": 7907327,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"minecraft:large_dripstone"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper_large",
"minecraft:underwater_magma"
],
[
"minecraft:dripstone_cluster",
"minecraft:pointed_dripstone"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass_2",
"minecraft:trees_plains",
"minecraft:flower_plains",
"minecraft:patch_grass_plain",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 95,
"minCount": 4,
"maxCount": 4
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.8,
"downfall": 0.4,
"category": "underground"
}

View File

@@ -0,0 +1,170 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.badlands"
},
"sky_color": 6733055,
"foliage_color": 10387789,
"grass_color": 9470285,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_gold_extra"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_grass_badlands",
"minecraft:patch_dead_bush_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane_badlands",
"minecraft:patch_pumpkin",
"minecraft:patch_cactus_decorated",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": false,
"temperature": 2.0,
"downfall": 0.0,
"category": "mesa"
}

View File

@@ -0,0 +1,199 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.flower_forest"
},
"sky_color": 6733055,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:flower_forest_flowers",
"hybrid_beta:trees_flower_forest",
"minecraft:flower_flower_forest",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:rabbit",
"weight": 4,
"minCount": 2,
"maxCount": 3
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.85,
"downfall": 0.8,
"category": "forest"
}

View File

@@ -0,0 +1,199 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 9803519,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:forest_flowers",
"hybrid_beta:trees_birch_and_oak",
"minecraft:flower_default",
"minecraft:patch_grass_forest",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:wolf",
"weight": 5,
"minCount": 4,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.8,
"downfall": 0.8,
"category": "forest"
}

View File

@@ -0,0 +1,192 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 9803519,
"fog_color": 12638463,
"water_color": 3750089,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:iceberg_packed",
"minecraft:iceberg_blue",
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[
"minecraft:blue_ice"
],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:polar_bear",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 1,
"minCount": 1,
"maxCount": 4
}
],
"water_ambient": [
{
"type": "minecraft:salmon",
"weight": 15,
"minCount": 1,
"maxCount": 5
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.0,
"temperature_modifier": "frozen",
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,170 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"sound": "minecraft:music.overworld.frozen_peaks",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
},
"sky_color": 10263039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava",
"minecraft:spring_lava_frozen"
],
[
"minecraft:glow_lichen"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:goat",
"weight": 5,
"minCount": 1,
"maxCount": 3
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": -0.7,
"downfall": 0.9,
"category": "mountain"
}

View File

@@ -0,0 +1,180 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 9803519,
"fog_color": 12638463,
"water_color": 3750089,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 1,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 2,
"minCount": 1,
"maxCount": 4
}
],
"water_ambient": [
{
"type": "minecraft:salmon",
"weight": 5,
"minCount": 2,
"maxCount": 5
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.0,
"downfall": 0.5,
"category": "river"
}

View File

@@ -0,0 +1,209 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"sound": "minecraft:music.overworld.grove",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
},
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava",
"minecraft:spring_lava_frozen"
],
[
"minecraft:glow_lichen",
"minecraft:trees_grove",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:wolf",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:rabbit",
"weight": 4,
"minCount": 2,
"maxCount": 3
},
{
"type": "minecraft:fox",
"weight": 8,
"minCount": 2,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": -0.2,
"downfall": 0.8,
"category": "forest"
}

View File

@@ -0,0 +1,183 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 9803519,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[
"minecraft:ice_spike",
"minecraft:ice_patch"
],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_snowy",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"creature_spawn_probability": 0.07,
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 20,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:stray",
"weight": 80,
"minCount": 4,
"maxCount": 4
}
],
"creature": [
{
"type": "minecraft:rabbit",
"weight": 10,
"minCount": 2,
"maxCount": 3
},
{
"type": "minecraft:polar_bear",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.0,
"downfall": 0.5,
"category": "icy"
}

View File

@@ -0,0 +1,170 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"sound": "minecraft:music.overworld.jagged_peaks",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
},
"sky_color": 8756735,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava",
"minecraft:spring_lava_frozen"
],
[
"minecraft:glow_lichen"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:goat",
"weight": 5,
"minCount": 1,
"maxCount": 3
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": -0.7,
"downfall": 0.9,
"category": "mountain"
}

View File

@@ -0,0 +1,219 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.jungle"
},
"sky_color": 9083903,
"fog_color": 12897791,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:bamboo_light",
"hybrid_beta:trees_jungle",
"minecraft:flower_warm",
"minecraft:patch_grass_jungle",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:vines",
"minecraft:patch_melon",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:ocelot",
"weight": 2,
"minCount": 1,
"maxCount": 3
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:parrot",
"weight": 40,
"minCount": 1,
"maxCount": 2
},
{
"type": "minecraft:panda",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.95,
"downfall": 0.9,
"category": "jungle"
}

View File

@@ -0,0 +1,200 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 6928895,
"fog_color": 12638463,
"water_color": 4566514,
"water_fog_color": 267827
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_warm",
"minecraft:kelp_warm"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 10,
"minCount": 1,
"maxCount": 2
},
{
"type": "minecraft:dolphin",
"weight": 2,
"minCount": 1,
"maxCount": 2
}
],
"water_ambient": [
{
"type": "minecraft:cod",
"weight": 15,
"minCount": 3,
"maxCount": 6
},
{
"type": "minecraft:pufferfish",
"weight": 5,
"minCount": 1,
"maxCount": 3
},
{
"type": "minecraft:tropical_fish",
"weight": 25,
"minCount": 8,
"maxCount": 8
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,182 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"sound": "minecraft:music.overworld.lush_caves",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
},
"sky_color": 8103167,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_clay"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass_2",
"minecraft:lush_caves_ceiling_vegetation",
"minecraft:cave_vines",
"minecraft:lush_caves_clay",
"minecraft:lush_caves_vegetation",
"minecraft:rooted_azalea_tree",
"minecraft:spore_blossom",
"minecraft:classic_vines_cave_feature"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [
{
"type": "minecraft:axolotl",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [
{
"type": "minecraft:tropical_fish",
"weight": 25,
"minCount": 8,
"maxCount": 8
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "underground"
}

View File

@@ -0,0 +1,189 @@
{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 0.9,
"effects": {
"fog_color": 12638463,
"foliage_color": 9285927,
"grass_color_modifier": "swamp",
"mood_sound": {
"block_search_extent": 8,
"offset": 2.0,
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.swamp"
},
"sky_color": 7907327,
"water_color": 3832426,
"water_fog_color": 5077600
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:fossil_upper",
"minecraft:fossil_lower",
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:disk_grass",
"minecraft:disk_clay"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_mangrove",
"minecraft:patch_grass_normal",
"minecraft:patch_dead_bush",
"minecraft:patch_waterlily",
"minecraft:seagrass_swamp"
],
[
"minecraft:freeze_top_layer"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:frog",
"maxCount": 5,
"minCount": 2,
"weight": 10
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:slime",
"maxCount": 1,
"minCount": 1,
"weight": 1
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [
{
"type": "minecraft:tropical_fish",
"maxCount": 8,
"minCount": 8,
"weight": 25
}
],
"water_creature": []
},
"temperature": 0.8
}

View File

@@ -0,0 +1,185 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"sound": "minecraft:music.overworld.meadow",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
},
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 937679,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass_2",
"hybrid_beta:patch_grass_plain",
"minecraft:flower_meadow",
"minecraft:trees_meadow"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:donkey",
"weight": 1,
"minCount": 1,
"maxCount": 2
},
{
"type": "minecraft:rabbit",
"weight": 2,
"minCount": 2,
"maxCount": 6
},
{
"type": "minecraft:sheep",
"weight": 2,
"minCount": 2,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.8,
"category": "mountain"
}

View File

@@ -0,0 +1,117 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 7842047,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:mushroom_island_vegetation",
"minecraft:brown_mushroom_taiga",
"minecraft:red_mushroom_taiga",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [],
"creature": [
{
"type": "minecraft:mooshroom",
"weight": 8,
"minCount": 4,
"maxCount": 8
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.9,
"downfall": 1.0,
"category": "mushroom"
}

View File

@@ -0,0 +1,189 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal",
"minecraft:seagrass_simple",
"minecraft:kelp_cold"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 1,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:dolphin",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
],
"water_ambient": [
{
"type": "minecraft:cod",
"weight": 10,
"minCount": 3,
"maxCount": 6
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,193 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.forest"
},
"sky_color": 8037887,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:forest_flowers",
"minecraft:birch_tall",
"minecraft:flower_default",
"minecraft:patch_grass_forest",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.6,
"downfall": 0.6,
"category": "forest"
}

View File

@@ -0,0 +1,216 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.old_growth_taiga"
},
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"minecraft:forest_rock"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_large_fern",
"hybrid_beta:trees_old_growth_pine_taiga",
"minecraft:flower_default",
"minecraft:patch_grass_taiga",
"minecraft:patch_dead_bush",
"minecraft:brown_mushroom_old_growth",
"minecraft:red_mushroom_old_growth",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_common",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 25,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:wolf",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:rabbit",
"weight": 4,
"minCount": 2,
"maxCount": 3
},
{
"type": "minecraft:fox",
"weight": 8,
"minCount": 2,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.3,
"downfall": 0.8,
"category": "taiga"
}

View File

@@ -0,0 +1,216 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.old_growth_taiga"
},
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"minecraft:forest_rock"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_large_fern",
"hybrid_beta:trees_old_growth_spruce_taiga",
"minecraft:flower_default",
"minecraft:patch_grass_taiga",
"minecraft:patch_dead_bush",
"minecraft:brown_mushroom_old_growth",
"minecraft:red_mushroom_old_growth",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_common",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:wolf",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:rabbit",
"weight": 4,
"minCount": 2,
"maxCount": 3
},
{
"type": "minecraft:fox",
"weight": 8,
"minCount": 2,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.25,
"downfall": 0.8,
"category": "taiga"
}

View File

@@ -0,0 +1,199 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 6928895,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass_2",
"minecraft:trees_plains",
"minecraft:flower_plains",
"hybrid_beta:patch_grass_plain",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:horse",
"weight": 5,
"minCount": 2,
"maxCount": 6
},
{
"type": "minecraft:donkey",
"weight": 1,
"minCount": 1,
"maxCount": 3
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.8,
"downfall": 0.4,
"category": "plains"
}

View File

@@ -0,0 +1,181 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8887807,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_river"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:drowned",
"weight": 100,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 2,
"minCount": 1,
"maxCount": 4
}
],
"water_ambient": [
{
"type": "minecraft:salmon",
"weight": 5,
"minCount": 2,
"maxCount": 5
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "river"
}

View File

@@ -0,0 +1,199 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8233983,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass",
"hybrid_beta:trees_savanna",
"minecraft:flower_warm",
"hybrid_beta:patch_grass_savanna",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:horse",
"weight": 1,
"minCount": 2,
"maxCount": 6
},
{
"type": "minecraft:donkey",
"weight": 1,
"minCount": 1,
"maxCount": 1
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": false,
"temperature": 1.2,
"downfall": 0.2375,
"category": "savanna"
}

View File

@@ -0,0 +1,204 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8233983,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass",
"hybrid_beta:trees_savanna",
"minecraft:flower_warm",
"hybrid_beta:patch_grass_savanna",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:horse",
"weight": 1,
"minCount": 2,
"maxCount": 6
},
{
"type": "minecraft:donkey",
"weight": 1,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:llama",
"weight": 8,
"minCount": 4,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": false,
"temperature": 1.2,
"downfall": 0.2375,
"category": "savanna"
}

View File

@@ -0,0 +1,159 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8364543,
"fog_color": 12638463,
"water_color": 4020182,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.05,
"downfall": 0.3,
"category": "beach"
}

View File

@@ -0,0 +1,180 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 10263039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_snowy",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"creature_spawn_probability": 0.07,
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 20,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:stray",
"weight": 80,
"minCount": 4,
"maxCount": 4
}
],
"creature": [
{
"type": "minecraft:rabbit",
"weight": 10,
"minCount": 2,
"maxCount": 3
},
{
"type": "minecraft:polar_bear",
"weight": 1,
"minCount": 1,
"maxCount": 2
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.0,
"downfall": 0.5,
"category": "icy"
}

View File

@@ -0,0 +1,178 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"sound": "minecraft:music.overworld.snowy_slopes",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
},
"sky_color": 10263039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava",
"minecraft:spring_lava_frozen"
],
[
"minecraft:glow_lichen",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:rabbit",
"weight": 4,
"minCount": 2,
"maxCount": 3
},
{
"type": "minecraft:goat",
"weight": 5,
"minCount": 1,
"maxCount": 3
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": -0.3,
"downfall": 0.9,
"category": "mountain"
}

View File

@@ -0,0 +1,205 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 4020182,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_large_fern",
"hybrid_beta:trees_taiga",
"minecraft:flower_default",
"minecraft:patch_grass_taiga_2",
"minecraft:brown_mushroom_taiga",
"minecraft:red_mushroom_taiga",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_rare"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:wolf",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:rabbit",
"weight": 4,
"minCount": 2,
"maxCount": 3
},
{
"type": "minecraft:fox",
"weight": 8,
"minCount": 2,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": -0.5,
"downfall": 0.4,
"category": "taiga"
}

View File

@@ -0,0 +1,162 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"sound": "minecraft:music.overworld.stony_peaks",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
},
"sky_color": 7255039,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 1.0,
"downfall": 0.3,
"category": "mountain"
}

View File

@@ -0,0 +1,167 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8887551,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:turtle",
"maxCount": 5,
"minCount": 2,
"weight": 5
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.2,
"downfall": 0.3,
"category": "beach"
}

View File

@@ -0,0 +1,200 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 6928895,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_tall_grass_2",
"minecraft:patch_sunflower",
"minecraft:trees_plains",
"minecraft:flower_plains",
"hybrid_beta:patch_grass_plain",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:horse",
"weight": 5,
"minCount": 2,
"maxCount": 6
},
{
"type": "minecraft:donkey",
"weight": 1,
"minCount": 1,
"maxCount": 3
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.8,
"downfall": 0.4,
"category": "plains"
}

View File

@@ -0,0 +1,210 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.swamp"
},
"sky_color": 8887551,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:fossil_upper",
"minecraft:fossil_lower",
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"hybrid_beta:trees_swamp",
"minecraft:flower_swamp",
"minecraft:patch_grass_normal",
"minecraft:patch_dead_bush",
"minecraft:patch_waterlily",
"minecraft:brown_mushroom_swamp",
"minecraft:red_mushroom_swamp",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane_swamp",
"minecraft:patch_pumpkin",
"minecraft:seagrass_swamp"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:slime",
"weight": 1,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:frog",
"maxCount": 5,
"minCount": 2,
"weight": 10
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.8,
"downfall": 0.9,
"category": "swamp"
}

View File

@@ -0,0 +1,206 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8233983,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:patch_large_fern",
"hybrid_beta:trees_taiga",
"minecraft:flower_default",
"minecraft:patch_grass_taiga_2",
"minecraft:brown_mushroom_taiga",
"minecraft:red_mushroom_taiga",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:patch_berry_common",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:wolf",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:rabbit",
"weight": 4,
"minCount": 2,
"maxCount": 3
},
{
"type": "minecraft:fox",
"weight": 8,
"minCount": 2,
"maxCount": 4
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.25,
"downfall": 0.8,
"category": "taiga"
}

View File

@@ -0,0 +1,195 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 9083903,
"fog_color": 12638463,
"water_color": 4445678,
"water_fog_color": 270131
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_water",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:warm_ocean_vegetation",
"minecraft:seagrass_warm",
"minecraft:sea_pickle"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:drowned",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [
{
"type": "minecraft:squid",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:dolphin",
"weight": 2,
"minCount": 1,
"maxCount": 2
}
],
"water_ambient": [
{
"type": "minecraft:pufferfish",
"weight": 15,
"minCount": 1,
"maxCount": 3
},
{
"type": "minecraft:tropical_fish",
"weight": 25,
"minCount": 8,
"maxCount": 8
}
],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.5,
"downfall": 0.5,
"category": "ocean"
}

View File

@@ -0,0 +1,195 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 8233983,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_emerald"
],
[
"minecraft:ore_infested"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_windswept_hills",
"minecraft:flower_default",
"minecraft:patch_grass_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin",
"minecraft:seagrass_normal"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:llama",
"weight": 5,
"minCount": 4,
"maxCount": 6
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": true,
"temperature": 0.6,
"downfall": 1.0,
"category": "extreme_hills"
}

View File

@@ -0,0 +1,197 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"sky_color": 7776767,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_windswept_savanna",
"minecraft:flower_default",
"minecraft:patch_grass_normal",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:horse",
"weight": 1,
"minCount": 2,
"maxCount": 6
},
{
"type": "minecraft:donkey",
"weight": 1,
"minCount": 1,
"maxCount": 1
}
],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": false,
"temperature": 1.1,
"downfall": 0.0,
"category": "savanna"
}

View File

@@ -0,0 +1,170 @@
{
"effects": {
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2.0
},
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.overworld.badlands"
},
"sky_color": 7254527,
"foliage_color": 10387789,
"grass_color": 9470285,
"fog_color": 12638463,
"water_color": 4159204,
"water_fog_color": 329011
},
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"minecraft:ore_gold_extra"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:trees_badlands",
"minecraft:patch_grass_badlands",
"minecraft:patch_dead_bush_badlands",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane_badlands",
"minecraft:patch_pumpkin",
"minecraft:patch_cactus_decorated"
],
[
"minecraft:freeze_top_layer"
]
],
"spawners": {
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"creature": [],
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_creature": [],
"water_ambient": [],
"misc": []
},
"spawn_costs": {},
"has_precipitation": false,
"temperature": 2.0,
"downfall": 0.0,
"category": "mesa"
}

View File

@@ -0,0 +1,83 @@
{
"type": "minecraft:cache_once",
"argument": {
"type": "minecraft:min",
"argument1": {
"type": "minecraft:add",
"argument1": {
"type": "minecraft:add",
"argument1": 0.37,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:cave_entrance",
"xz_scale": 0.75,
"y_scale": 0.5
}
},
"argument2": {
"type": "minecraft:y_clamped_gradient",
"from_value": 0.3,
"from_y": -10,
"to_value": 0.0,
"to_y": 30
}
},
"argument2": {
"type": "minecraft:add",
"argument1": "minecraft:overworld/caves/spaghetti_roughness_function",
"argument2": {
"type": "minecraft:clamp",
"input": {
"type": "minecraft:add",
"argument1": {
"type": "minecraft:max",
"argument1": {
"type": "minecraft:weird_scaled_sampler",
"input": {
"type": "minecraft:cache_once",
"argument": {
"type": "minecraft:noise",
"noise": "minecraft:spaghetti_3d_rarity",
"xz_scale": 2.0,
"y_scale": 1.0
}
},
"noise": "minecraft:spaghetti_3d_1",
"rarity_value_mapper": "type_1"
},
"argument2": {
"type": "minecraft:weird_scaled_sampler",
"input": {
"type": "minecraft:cache_once",
"argument": {
"type": "minecraft:noise",
"noise": "minecraft:spaghetti_3d_rarity",
"xz_scale": 2.0,
"y_scale": 1.0
}
},
"noise": "minecraft:spaghetti_3d_2",
"rarity_value_mapper": "type_1"
}
},
"argument2": {
"type": "minecraft:add",
"argument1": -0.0765,
"argument2": {
"type": "minecraft:mul",
"argument1": -0.011499999999999996,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:spaghetti_3d_thickness",
"xz_scale": 1.0,
"y_scale": 1.0
}
}
}
},
"max": 1.0,
"min": -1.0
}
}
}
}

View File

@@ -0,0 +1,94 @@
{
"type": "minecraft:range_choice",
"input": {
"type": "minecraft:interpolated",
"argument": {
"type": "minecraft:range_choice",
"input": "minecraft:y",
"max_exclusive": 321.0,
"min_inclusive": -60.0,
"when_in_range": {
"type": "minecraft:noise",
"noise": "minecraft:noodle",
"xz_scale": 1.0,
"y_scale": 1.0
},
"when_out_of_range": -1.0
}
},
"max_exclusive": 0.0,
"min_inclusive": -1000000.0,
"when_in_range": 64.0,
"when_out_of_range": {
"type": "minecraft:add",
"argument1": {
"type": "minecraft:interpolated",
"argument": {
"type": "minecraft:range_choice",
"input": "minecraft:y",
"max_exclusive": 321.0,
"min_inclusive": -60.0,
"when_in_range": {
"type": "minecraft:add",
"argument1": -0.07500000000000001,
"argument2": {
"type": "minecraft:mul",
"argument1": -0.025,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:noodle_thickness",
"xz_scale": 1.0,
"y_scale": 1.0
}
}
},
"when_out_of_range": 0.0
}
},
"argument2": {
"type": "minecraft:mul",
"argument1": 1.5,
"argument2": {
"type": "minecraft:max",
"argument1": {
"type": "minecraft:abs",
"argument": {
"type": "minecraft:interpolated",
"argument": {
"type": "minecraft:range_choice",
"input": "minecraft:y",
"max_exclusive": 321.0,
"min_inclusive": -60.0,
"when_in_range": {
"type": "minecraft:noise",
"noise": "minecraft:noodle_ridge_a",
"xz_scale": 2.6666666666666665,
"y_scale": 2.6666666666666665
},
"when_out_of_range": 0.0
}
}
},
"argument2": {
"type": "minecraft:abs",
"argument": {
"type": "minecraft:interpolated",
"argument": {
"type": "minecraft:range_choice",
"input": "minecraft:y",
"max_exclusive": 321.0,
"min_inclusive": -60.0,
"when_in_range": {
"type": "minecraft:noise",
"noise": "minecraft:noodle_ridge_b",
"xz_scale": 2.6666666666666665,
"y_scale": 2.6666666666666665
},
"when_out_of_range": 0.0
}
}
}
}
}
}
}

View File

@@ -0,0 +1,50 @@
{
"type": "minecraft:cache_once",
"argument": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:add",
"argument1": {
"type": "minecraft:mul",
"argument1": 2.0,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:pillar",
"xz_scale": 25.0,
"y_scale": 0.3
}
},
"argument2": {
"type": "minecraft:add",
"argument1": -1.0,
"argument2": {
"type": "minecraft:mul",
"argument1": -1.0,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:pillar_rareness",
"xz_scale": 1.0,
"y_scale": 1.0
}
}
}
},
"argument2": {
"type": "minecraft:cube",
"argument": {
"type": "minecraft:add",
"argument1": 0.55,
"argument2": {
"type": "minecraft:mul",
"argument1": 0.55,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:pillar_thickness",
"xz_scale": 1.0,
"y_scale": 1.0
}
}
}
}
}
}

View File

@@ -0,0 +1,61 @@
{
"type": "minecraft:clamp",
"input": {
"type": "minecraft:max",
"argument1": {
"type": "minecraft:add",
"argument1": {
"type": "minecraft:weird_scaled_sampler",
"input": {
"type": "minecraft:noise",
"noise": "minecraft:spaghetti_2d_modulator",
"xz_scale": 2.0,
"y_scale": 1.0
},
"noise": "minecraft:spaghetti_2d",
"rarity_value_mapper": "type_2"
},
"argument2": {
"type": "minecraft:mul",
"argument1": 0.083,
"argument2": "minecraft:overworld/caves/spaghetti_2d_thickness_modulator"
}
},
"argument2": {
"type": "minecraft:cube",
"argument": {
"type": "minecraft:add",
"argument1": {
"type": "minecraft:abs",
"argument": {
"type": "minecraft:add",
"argument1": {
"type": "minecraft:add",
"argument1": 0.0,
"argument2": {
"type": "minecraft:mul",
"argument1": 8.0,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:spaghetti_2d_elevation",
"xz_scale": 1.0,
"y_scale": 0.0
}
}
},
"argument2": {
"type": "minecraft:y_clamped_gradient",
"from_value": 8.0,
"from_y": -64,
"to_value": -40.0,
"to_y": 320
}
}
},
"argument2": "minecraft:overworld/caves/spaghetti_2d_thickness_modulator"
}
}
},
"max": 1.0,
"min": -1.0
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:cache_once",
"argument": {
"type": "minecraft:add",
"argument1": -0.95,
"argument2": {
"type": "minecraft:mul",
"argument1": -0.35000000000000003,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:spaghetti_2d_thickness",
"xz_scale": 2.0,
"y_scale": 1.0
}
}
}
}

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:cache_once",
"argument": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:add",
"argument1": -0.05,
"argument2": {
"type": "minecraft:mul",
"argument1": -0.05,
"argument2": {
"type": "minecraft:noise",
"noise": "minecraft:spaghetti_roughness_modulator",
"xz_scale": 1.0,
"y_scale": 1.0
}
}
},
"argument2": {
"type": "minecraft:add",
"argument1": -0.4,
"argument2": {
"type": "minecraft:abs",
"argument": {
"type": "minecraft:noise",
"noise": "minecraft:spaghetti_roughness",
"xz_scale": 1.0,
"y_scale": 1.0
}
}
}
}
}

View File

@@ -0,0 +1,890 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:cache_2d",
"argument": {
"type": "minecraft:add",
"argument1": 10.0,
"argument2": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:blend_alpha"
},
"argument2": {
"type": "minecraft:add",
"argument1": -10.0,
"argument2": {
"type": "minecraft:spline",
"spline": {
"coordinate": "minecraft:overworld/continents",
"points": [
{
"derivative": 0.0,
"location": -0.19,
"value": 3.95
},
{
"derivative": 0.0,
"location": -0.15,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 6.25
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 6.25
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 5.47
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 5.47
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 5.47
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 5.47
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 5.47
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 5.08
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 5.08
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 5.08
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 5.08
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 5.08
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": 0.06,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": 0.05,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": 0.7,
"value": 1.56
}
]
}
},
{
"derivative": 0.0,
"location": 0.4,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": 0.7,
"value": 1.56
}
]
}
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.7,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.15,
"value": 1.37
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.7,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.15,
"value": 1.37
}
]
}
},
{
"derivative": 0.0,
"location": 0.58,
"value": 4.69
}
]
}
}
]
}
}
}
}
}
}
}

View File

@@ -0,0 +1,303 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:cache_2d",
"argument": {
"type": "minecraft:add",
"argument1": 0.0,
"argument2": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:blend_alpha"
},
"argument2": {
"type": "minecraft:add",
"argument1": -0.0,
"argument2": {
"type": "minecraft:spline",
"spline": {
"coordinate": "minecraft:overworld/continents",
"points": [
{
"derivative": 0.0,
"location": -0.11,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -1.0,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.78,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.315
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.15
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.5775,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.315
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.15
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.375,
"value": 0.0
}
]
}
},
{
"derivative": 0.0,
"location": 0.65,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -1.0,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.78,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.5775,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.375,
"value": 0.0
}
]
}
}
]
}
}
}
}
}
}
}

View File

@@ -0,0 +1,32 @@
{
"type": "minecraft:add",
"argument1": {
"type": "minecraft:mul",
"argument1": 4.0,
"argument2": {
"type": "minecraft:quarter_negative",
"argument": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:add",
"argument1": "minecraft:overworld/depth",
"argument2": {
"type": "minecraft:mul",
"argument1": "minecraft:overworld/jaggedness",
"argument2": {
"type": "minecraft:half_negative",
"argument": {
"type": "minecraft:noise",
"noise": "minecraft:jagged",
"xz_scale": 1500.0,
"y_scale": 0.0
}
}
}
},
"argument2": "hybrid_beta:overworld/factor"
}
}
},
"argument2": "minecraft:overworld/base_3d_noise"
}

View File

@@ -0,0 +1,11 @@
{
"type": "minecraft:add",
"argument1": {
"type": "minecraft:y_clamped_gradient",
"from_value": 1.5,
"from_y": -64,
"to_value": -1.5,
"to_y": 320
},
"argument2": "minecraft:overworld_amplified/offset"
}

View File

@@ -0,0 +1,890 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:cache_2d",
"argument": {
"type": "minecraft:add",
"argument1": 10.0,
"argument2": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:blend_alpha"
},
"argument2": {
"type": "minecraft:add",
"argument1": -10.0,
"argument2": {
"type": "minecraft:spline",
"spline": {
"coordinate": "minecraft:overworld/continents",
"points": [
{
"derivative": 0.0,
"location": -0.19,
"value": 3.95
},
{
"derivative": 0.0,
"location": -0.15,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 6.25
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 6.25
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6530563
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.05,
"value": 0.4351369
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6530563
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6530563
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 0.4351369
},
{
"derivative": 0.0,
"location": 0.05,
"value": 0.6969027
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6530563
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 0.6530563
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 0.6530563
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 0.6530563
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.13888884
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 0.6530563
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 0.6530563
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.13888884
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 0.6530563
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6299603
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.05,
"value": 0.4351369
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6299603
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6299603
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 0.4351369
},
{
"derivative": 0.0,
"location": 0.05,
"value": 0.6969027
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6299603
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 0.6299603
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 0.6299603
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 0.6299603
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.13888884
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 0.6299603
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 0.6299603
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.13888884
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 0.6299603
}
]
}
},
{
"derivative": 0.0,
"location": 0.06,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6050052
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.05,
"value": 0.4351369
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6050052
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6050052
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 0.4351369
},
{
"derivative": 0.0,
"location": 0.05,
"value": 0.6969027
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6050052
}
]
}
},
{
"derivative": 0.0,
"location": 0.05,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6050052
}
]
}
},
{
"derivative": 0.0,
"location": 0.7,
"value": 0.2972561
}
]
}
},
{
"derivative": 0.0,
"location": 0.4,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6050052
}
]
}
},
{
"derivative": 0.0,
"location": 0.7,
"value": 0.2972561
}
]
}
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.7,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6050052
}
]
}
},
{
"derivative": 0.0,
"location": -0.15,
"value": 0.2688383
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.7,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 0.6969027
},
{
"derivative": 0.0,
"location": 0.2,
"value": 0.6050052
}
]
}
},
{
"derivative": 0.0,
"location": -0.15,
"value": 0.2688383
}
]
}
},
{
"derivative": 0.0,
"location": 0.58,
"value": 0.6050052
}
]
}
}
]
}
}
}
}
}
}
}

View File

@@ -0,0 +1,303 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:cache_2d",
"argument": {
"type": "minecraft:add",
"argument1": 0.0,
"argument2": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:blend_alpha"
},
"argument2": {
"type": "minecraft:add",
"argument1": -0.0,
"argument2": {
"type": "minecraft:spline",
"spline": {
"coordinate": "minecraft:overworld/continents",
"points": [
{
"derivative": 0.0,
"location": -0.11,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -1.0,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 1.26
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.6
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.78,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.5775,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.375,
"value": 0.0
}
]
}
},
{
"derivative": 0.0,
"location": 0.65,
"value": {
"coordinate": "minecraft:overworld/erosion",
"points": [
{
"derivative": 0.0,
"location": -1.0,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 1.26
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.6
}
]
}
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 1.26
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.6
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.78,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 1.26
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.6
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.5775,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 1.26
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.6
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.375,
"value": 0.0
}
]
}
}
]
}
}
}
}
}
}
}

View File

@@ -0,0 +1,32 @@
{
"type": "minecraft:add",
"argument1": {
"type": "minecraft:mul",
"argument1": 4.0,
"argument2": {
"type": "minecraft:quarter_negative",
"argument": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:add",
"argument1": "minecraft:overworld_amplified/depth",
"argument2": {
"type": "minecraft:mul",
"argument1": "minecraft:overworld_amplified/jaggedness",
"argument2": {
"type": "minecraft:half_negative",
"argument": {
"type": "minecraft:noise",
"noise": "minecraft:jagged",
"xz_scale": 1500.0,
"y_scale": 0.0
}
}
}
},
"argument2": "minecraft:overworld_amplified/factor"
}
}
},
"argument2": "minecraft:overworld/base_3d_noise"
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:shifted_noise",
"noise": "minecraft:continentalness_large",
"shift_x": "minecraft:shift_x",
"shift_y": 0.0,
"shift_z": "minecraft:shift_z",
"xz_scale": 0.25,
"y_scale": 0.0
}
}

View File

@@ -0,0 +1,11 @@
{
"type": "minecraft:add",
"argument1": {
"type": "minecraft:y_clamped_gradient",
"from_value": 1.5,
"from_y": -64,
"to_value": -1.5,
"to_y": 320
},
"argument2": "minecraft:overworld_large_biomes/offset"
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:shifted_noise",
"noise": "minecraft:erosion_large",
"shift_x": "minecraft:shift_x",
"shift_y": 0.0,
"shift_z": "minecraft:shift_z",
"xz_scale": 0.25,
"y_scale": 0.0
}
}

View File

@@ -0,0 +1,890 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:cache_2d",
"argument": {
"type": "minecraft:add",
"argument1": 10.0,
"argument2": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:blend_alpha"
},
"argument2": {
"type": "minecraft:add",
"argument1": -10.0,
"argument2": {
"type": "minecraft:spline",
"spline": {
"coordinate": "minecraft:overworld_large_biomes/continents",
"points": [
{
"derivative": 0.0,
"location": -0.19,
"value": 3.95
},
{
"derivative": 0.0,
"location": -0.15,
"value": {
"coordinate": "minecraft:overworld_large_biomes/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 6.25
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 6.25
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 6.25
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 6.25
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld_large_biomes/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 5.47
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 5.47
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 5.47
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 5.47
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 5.47
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 5.47
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld_large_biomes/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": 0.35,
"value": 5.08
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 5.08
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 5.08
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.9,
"value": 5.08
},
{
"derivative": 0.0,
"location": -0.69,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": 0.0,
"value": 5.08
},
{
"derivative": 0.0,
"location": 0.1,
"value": 0.625
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": 0.62,
"value": 5.08
}
]
}
},
{
"derivative": 0.0,
"location": 0.06,
"value": {
"coordinate": "minecraft:overworld_large_biomes/erosion",
"points": [
{
"derivative": 0.0,
"location": -0.6,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.5,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.05,
"value": 2.67
}
]
}
},
{
"derivative": 0.0,
"location": -0.35,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.25,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.1,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.05,
"value": 2.67
},
{
"derivative": 0.0,
"location": 0.05,
"value": 6.3
}
]
}
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": 0.05,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": 0.7,
"value": 1.56
}
]
}
},
{
"derivative": 0.0,
"location": 0.4,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": 0.7,
"value": 1.56
}
]
}
},
{
"derivative": 0.0,
"location": 0.45,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.7,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.15,
"value": 1.37
}
]
}
},
{
"derivative": 0.0,
"location": 0.55,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": -0.7,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.2,
"value": 6.3
},
{
"derivative": 0.0,
"location": 0.2,
"value": 4.69
}
]
}
},
{
"derivative": 0.0,
"location": -0.15,
"value": 1.37
}
]
}
},
{
"derivative": 0.0,
"location": 0.58,
"value": 4.69
}
]
}
}
]
}
}
}
}
}
}
}

View File

@@ -0,0 +1,303 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:cache_2d",
"argument": {
"type": "minecraft:add",
"argument1": 0.0,
"argument2": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:blend_alpha"
},
"argument2": {
"type": "minecraft:add",
"argument1": -0.0,
"argument2": {
"type": "minecraft:spline",
"spline": {
"coordinate": "minecraft:overworld_large_biomes/continents",
"points": [
{
"derivative": 0.0,
"location": -0.11,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.03,
"value": {
"coordinate": "minecraft:overworld_large_biomes/erosion",
"points": [
{
"derivative": 0.0,
"location": -1.0,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.78,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.315
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.15
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.5775,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.315
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.15
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.375,
"value": 0.0
}
]
}
},
{
"derivative": 0.0,
"location": 0.65,
"value": {
"coordinate": "minecraft:overworld_large_biomes/erosion",
"points": [
{
"derivative": 0.0,
"location": -1.0,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.78,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.5775,
"value": {
"coordinate": "minecraft:overworld/ridges_folded",
"points": [
{
"derivative": 0.0,
"location": 0.19999999,
"value": 0.0
},
{
"derivative": 0.0,
"location": 0.44999996,
"value": 0.0
},
{
"derivative": 0.0,
"location": 1.0,
"value": {
"coordinate": "minecraft:overworld/ridges",
"points": [
{
"derivative": 0.0,
"location": -0.01,
"value": 0.63
},
{
"derivative": 0.0,
"location": 0.01,
"value": 0.3
}
]
}
}
]
}
},
{
"derivative": 0.0,
"location": -0.375,
"value": 0.0
}
]
}
}
]
}
}
}
}
}
}
}

View File

@@ -0,0 +1,32 @@
{
"type": "minecraft:add",
"argument1": {
"type": "minecraft:mul",
"argument1": 4.0,
"argument2": {
"type": "minecraft:quarter_negative",
"argument": {
"type": "minecraft:mul",
"argument1": {
"type": "minecraft:add",
"argument1": "minecraft:overworld_large_biomes/depth",
"argument2": {
"type": "minecraft:mul",
"argument1": "minecraft:overworld_large_biomes/jaggedness",
"argument2": {
"type": "minecraft:half_negative",
"argument": {
"type": "minecraft:noise",
"noise": "minecraft:jagged",
"xz_scale": 1500.0,
"y_scale": 0.0
}
}
}
},
"argument2": "minecraft:overworld_large_biomes/factor"
}
}
},
"argument2": "minecraft:overworld/base_3d_noise"
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:cache_2d",
"argument": {
"type": "minecraft:shift_a",
"argument": "minecraft:offset"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:flat_cache",
"argument": {
"type": "minecraft:cache_2d",
"argument": {
"type": "minecraft:shift_b",
"argument": "minecraft:offset"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"type": "minecraft:y_clamped_gradient",
"from_value": -4064.0,
"from_y": -4064,
"to_value": 4062.0,
"to_y": 4062
}

View File

@@ -0,0 +1,14 @@
{
"amplitudes": [
1.0,
1.0,
2.0,
2.0,
2.0,
1.0,
1.0,
1.0,
1.0
],
"firstOctave": -10
}

View File

@@ -0,0 +1,14 @@
{
"amplitudes": [
1.0,
1.0,
2.0,
2.0,
2.0,
1.0,
1.0,
1.0,
1.0
],
"firstOctave": -11
}

View File

@@ -0,0 +1,10 @@
{
"amplitudes": [
1.125,
1.0,
0.0,
1.0,
1.0
],
"firstOctave": -9
}

View File

@@ -0,0 +1,10 @@
{
"amplitudes": [
1.0,
1.0,
0.0,
1.0,
1.0
],
"firstOctave": -11
}

View File

@@ -0,0 +1,21 @@
{
"amplitudes": [
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0
],
"firstOctave": -16
}

View File

@@ -0,0 +1,9 @@
{
"amplitudes": [
1.0,
1.0,
1.0,
0.0
],
"firstOctave": -3
}

View File

@@ -0,0 +1,11 @@
{
"amplitudes": [
1.0,
2.0,
1.0,
0.0,
0.0,
0.0
],
"firstOctave": -8
}

View File

@@ -0,0 +1,11 @@
{
"amplitudes": [
2.5,
0.0,
1.0,
0.0,
0.0,
0.0
],
"firstOctave": -9
}

View File

@@ -0,0 +1,11 @@
{
"amplitudes": [
1.5,
0.0,
1.0,
0.0,
0.0,
0.0
],
"firstOctave": -12
}

View File

@@ -0,0 +1,11 @@
{
"amplitudes": [
2.25,
1.0,
0.0,
0.0,
0.0,
0.0
],
"firstOctave": -8
}

View File

@@ -0,0 +1,11 @@
{
"amplitudes": [
1.0,
1.0,
0.0,
0.0,
0.0,
0.0
],
"firstOctave": -10
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/village_desert",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 6,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "minecraft:village/desert/town_centers",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/village_plains",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 6,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "minecraft:village/plains/town_centers",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/village_savanna",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 6,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "minecraft:village/savanna/town_centers",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/village_snowy",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 6,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "minecraft:village/snowy/town_centers",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:jigsaw",
"biomes": "#minecraft:has_structure/village_taiga",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"size": 6,
"spawn_overrides": {},
"start_height": {
"absolute": 0
},
"start_pool": "minecraft:village/taiga/town_centers",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
}