Redo lower coal gen - add new redstone level layer
Undoes previous commit in favour of adding a new layer All the biome files are needed just to add this new layer to their feature list
This commit is contained in:
parent
9d166e978d
commit
4ac859b21a
172
data/minecraft/worldgen/biome/badlands.json
Normal file
172
data/minecraft/worldgen/biome/badlands.json
Normal file
|
|
@ -0,0 +1,172 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 10387789,
|
||||
"grass_color": 9470285,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.overworld.badlands"
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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": 2.0
|
||||
}
|
||||
224
data/minecraft/worldgen/biome/bamboo_jungle.json
Normal file
224
data/minecraft/worldgen/biome/bamboo_jungle.json
Normal file
|
|
@ -0,0 +1,224 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.bamboo_jungle"
|
||||
},
|
||||
"sky_color": 7842047,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:jungle/rocks",
|
||||
"geophilic:jungle/bamboo/bamboo",
|
||||
"geophilic:jungle/trees",
|
||||
"geophilic:jungle/logs",
|
||||
"geophilic:jungle/bushes",
|
||||
"geophilic:common/flowers/warm",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"minecraft:vines",
|
||||
"geophilic:jungle/melons",
|
||||
"geophilic:common/grass/jungle"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:parrot",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:panda",
|
||||
"weight": 80
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:ocelot",
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.95
|
||||
}
|
||||
169
data/minecraft/worldgen/biome/beach.json
Normal file
169
data/minecraft/worldgen/biome/beach.json
Normal file
|
|
@ -0,0 +1,169 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 7907327,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:turtle",
|
||||
"maxCount": 5,
|
||||
"minCount": 2,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"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.8
|
||||
}
|
||||
198
data/minecraft/worldgen/biome/birch_forest.json
Normal file
198
data/minecraft/worldgen/biome/birch_forest.json
Normal file
|
|
@ -0,0 +1,198 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.6,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.forest"
|
||||
},
|
||||
"sky_color": 8037887,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:forest/dirt_patches",
|
||||
"geophilic:forest/rocks",
|
||||
"geophilic:forest/birch/trees",
|
||||
"geophilic:common/tree_ornaments/birch",
|
||||
"geophilic:forest/birch/logs",
|
||||
"geophilic:forest/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/forest"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.6
|
||||
}
|
||||
199
data/minecraft/worldgen/biome/cherry_grove.json
Normal file
199
data/minecraft/worldgen/biome/cherry_grove.json
Normal file
|
|
@ -0,0 +1,199 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 12181596,
|
||||
"grass_color": 8050773,
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:cherry_grove/rocks",
|
||||
"geophilic:cherry_grove/stone_patches",
|
||||
"geophilic:cherry_grove/pillars",
|
||||
"geophilic:cherry_grove/deltas",
|
||||
"geophilic:cherry_grove/trees",
|
||||
"geophilic:cherry_grove/bamboo",
|
||||
"geophilic:cherry_grove/bushes",
|
||||
"geophilic:cherry_grove/fallen_logs",
|
||||
"geophilic:cherry_grove/pink_petals",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/meadow"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
192
data/minecraft/worldgen/biome/cold_ocean.json
Normal file
192
data/minecraft/worldgen/biome/cold_ocean.json
Normal file
|
|
@ -0,0 +1,192 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4020182,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:cod",
|
||||
"maxCount": 6,
|
||||
"minCount": 3,
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:salmon",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 15
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
198
data/minecraft/worldgen/biome/dark_forest.json
Normal file
198
data/minecraft/worldgen/biome/dark_forest.json
Normal file
|
|
@ -0,0 +1,198 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"grass_color_modifier": "dark_forest",
|
||||
"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.forest"
|
||||
},
|
||||
"sky_color": 7972607,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:forest/dark/dirt_patches",
|
||||
"geophilic:forest/rocks",
|
||||
"geophilic:forest/dark/trees",
|
||||
"geophilic:forest/dark/logs",
|
||||
"geophilic:forest/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/forest"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.7
|
||||
}
|
||||
192
data/minecraft/worldgen/biome/deep_cold_ocean.json
Normal file
192
data/minecraft/worldgen/biome/deep_cold_ocean.json
Normal file
|
|
@ -0,0 +1,192 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4020182,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:cod",
|
||||
"maxCount": 6,
|
||||
"minCount": 3,
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:salmon",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 15
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
104
data/minecraft/worldgen/biome/deep_dark.json
Normal file
104
data/minecraft/worldgen/biome/deep_dark.json
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.deep_dark"
|
||||
},
|
||||
"sky_color": 7907327,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[
|
||||
"minecraft:sculk_vein",
|
||||
"minecraft:sculk_patch_deep_dark"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
195
data/minecraft/worldgen/biome/deep_frozen_ocean.json
Normal file
195
data/minecraft/worldgen/biome/deep_frozen_ocean.json
Normal file
|
|
@ -0,0 +1,195 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 3750089,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:polar_bear",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:salmon",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 15
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5,
|
||||
"temperature_modifier": "frozen"
|
||||
}
|
||||
204
data/minecraft/worldgen/biome/deep_lukewarm_ocean.json
Normal file
204
data/minecraft/worldgen/biome/deep_lukewarm_ocean.json
Normal file
|
|
@ -0,0 +1,204 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4566514,
|
||||
"water_fog_color": 267827
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:cod",
|
||||
"maxCount": 6,
|
||||
"minCount": 3,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pufferfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:tropical_fish",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 25
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:dolphin",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
192
data/minecraft/worldgen/biome/deep_ocean.json
Normal file
192
data/minecraft/worldgen/biome/deep_ocean.json
Normal file
|
|
@ -0,0 +1,192 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:cod",
|
||||
"maxCount": 6,
|
||||
"minCount": 3,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:dolphin",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
186
data/minecraft/worldgen/biome/desert.json
Normal file
186
data/minecraft/worldgen/biome/desert.json
Normal file
|
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.desert"
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"geophilic:desert/lava_lakes"
|
||||
],
|
||||
[
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:common/flowers/default",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:patch_dead_bush_2",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:desert/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:desert/cacti"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 4
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 19
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:husk",
|
||||
"weight": 80
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2.0
|
||||
}
|
||||
180
data/minecraft/worldgen/biome/dripstone_caves.json
Normal file
180
data/minecraft/worldgen/biome/dripstone_caves.json
Normal file
|
|
@ -0,0 +1,180 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.dripstone_caves"
|
||||
},
|
||||
"sky_color": 7907327,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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:drowned",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 95
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
172
data/minecraft/worldgen/biome/eroded_badlands.json
Normal file
172
data/minecraft/worldgen/biome/eroded_badlands.json
Normal file
|
|
@ -0,0 +1,172 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 10387789,
|
||||
"grass_color": 9470285,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.overworld.badlands"
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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": 2.0
|
||||
}
|
||||
205
data/minecraft/worldgen/biome/flower_forest.json
Normal file
205
data/minecraft/worldgen/biome/flower_forest.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.flower_forest"
|
||||
},
|
||||
"sky_color": 7972607,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:forest/dirt_patches",
|
||||
"geophilic:forest/rocks",
|
||||
"geophilic:forest/flower/trees",
|
||||
"geophilic:common/tree_ornaments/birch",
|
||||
"geophilic:common/tree_ornaments/oak",
|
||||
"geophilic:forest/logs",
|
||||
"geophilic:forest/flower/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/forest"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 4
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.7
|
||||
}
|
||||
205
data/minecraft/worldgen/biome/forest.json
Normal file
205
data/minecraft/worldgen/biome/forest.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.forest"
|
||||
},
|
||||
"sky_color": 7972607,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:forest/dirt_patches",
|
||||
"geophilic:forest/rocks",
|
||||
"geophilic:forest/trees",
|
||||
"geophilic:common/tree_ornaments/birch",
|
||||
"geophilic:common/tree_ornaments/oak",
|
||||
"geophilic:forest/logs",
|
||||
"geophilic:forest/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/forest"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:wolf",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.7
|
||||
}
|
||||
195
data/minecraft/worldgen/biome/frozen_ocean.json
Normal file
195
data/minecraft/worldgen/biome/frozen_ocean.json
Normal file
|
|
@ -0,0 +1,195 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8364543,
|
||||
"water_color": 3750089,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:polar_bear",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:salmon",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 15
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.0,
|
||||
"temperature_modifier": "frozen"
|
||||
}
|
||||
173
data/minecraft/worldgen/biome/frozen_peaks.json
Normal file
173
data/minecraft/worldgen/biome/frozen_peaks.json
Normal file
|
|
@ -0,0 +1,173 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.frozen_peaks"
|
||||
},
|
||||
"sky_color": 8756735,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava",
|
||||
"minecraft:spring_lava_frozen"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:goat",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"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.7
|
||||
}
|
||||
183
data/minecraft/worldgen/biome/frozen_river.json
Normal file
183
data/minecraft/worldgen/biome/frozen_river.json
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8364543,
|
||||
"water_color": 3750089,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:salmon",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.0
|
||||
}
|
||||
215
data/minecraft/worldgen/biome/grove.json
Normal file
215
data/minecraft/worldgen/biome/grove.json
Normal file
|
|
@ -0,0 +1,215 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.grove"
|
||||
},
|
||||
"sky_color": 8495359,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava",
|
||||
"minecraft:spring_lava_frozen"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:taiga/grove/trees",
|
||||
"geophilic:common/tree_ornaments/spruce",
|
||||
"geophilic:taiga/grove/logs",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:wolf",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:fox",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": -0.2
|
||||
}
|
||||
186
data/minecraft/worldgen/biome/ice_spikes.json
Normal file
186
data/minecraft/worldgen/biome/ice_spikes.json
Normal file
|
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"creature_spawn_probability": 0.07,
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8364543,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:rabbit",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:polar_bear",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"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": 20
|
||||
},
|
||||
{
|
||||
"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:stray",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 80
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.0
|
||||
}
|
||||
173
data/minecraft/worldgen/biome/jagged_peaks.json
Normal file
173
data/minecraft/worldgen/biome/jagged_peaks.json
Normal file
|
|
@ -0,0 +1,173 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.jagged_peaks"
|
||||
},
|
||||
"sky_color": 8756735,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava",
|
||||
"minecraft:spring_lava_frozen"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:goat",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"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.7
|
||||
}
|
||||
224
data/minecraft/worldgen/biome/jungle.json
Normal file
224
data/minecraft/worldgen/biome/jungle.json
Normal file
|
|
@ -0,0 +1,224 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.jungle"
|
||||
},
|
||||
"sky_color": 7842047,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:jungle/rocks",
|
||||
"geophilic:jungle/bamboo",
|
||||
"geophilic:jungle/trees",
|
||||
"geophilic:jungle/logs",
|
||||
"geophilic:jungle/bushes",
|
||||
"geophilic:common/flowers/warm",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"minecraft:vines",
|
||||
"geophilic:jungle/melons",
|
||||
"geophilic:common/grass/jungle"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:parrot",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:panda",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:ocelot",
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.95
|
||||
}
|
||||
203
data/minecraft/worldgen/biome/lukewarm_ocean.json
Normal file
203
data/minecraft/worldgen/biome/lukewarm_ocean.json
Normal file
|
|
@ -0,0 +1,203 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4566514,
|
||||
"water_fog_color": 267827
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:cod",
|
||||
"maxCount": 6,
|
||||
"minCount": 3,
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pufferfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:tropical_fish",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 25
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:dolphin",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
185
data/minecraft/worldgen/biome/lush_caves.json
Normal file
185
data/minecraft/worldgen/biome/lush_caves.json
Normal file
|
|
@ -0,0 +1,185 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.lush_caves"
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [
|
||||
{
|
||||
"type": "minecraft:axolotl",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"creature": [],
|
||||
"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": [
|
||||
{
|
||||
"type": "minecraft:tropical_fish",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 25
|
||||
}
|
||||
],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
190
data/minecraft/worldgen/biome/mangrove_swamp.json
Normal file
190
data/minecraft/worldgen/biome/mangrove_swamp.json
Normal file
|
|
@ -0,0 +1,190 @@
|
|||
{
|
||||
"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_coal_lowest",
|
||||
"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
|
||||
}
|
||||
187
data/minecraft/worldgen/biome/meadow.json
Normal file
187
data/minecraft/worldgen/biome/meadow.json
Normal file
|
|
@ -0,0 +1,187 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.meadow"
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 937679,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:meadow/flowers",
|
||||
"geophilic:meadow/trees",
|
||||
"geophilic:common/grass/meadow"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:donkey",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
119
data/minecraft/worldgen/biome/mushroom_fields.json
Normal file
119
data/minecraft/worldgen/biome/mushroom_fields.json
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 1.0,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 7842047,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:mooshroom",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.9
|
||||
}
|
||||
192
data/minecraft/worldgen/biome/ocean.json
Normal file
192
data/minecraft/worldgen/biome/ocean.json
Normal file
|
|
@ -0,0 +1,192 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:cod",
|
||||
"maxCount": 6,
|
||||
"minCount": 3,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:dolphin",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
198
data/minecraft/worldgen/biome/old_growth_birch_forest.json
Normal file
198
data/minecraft/worldgen/biome/old_growth_birch_forest.json
Normal file
|
|
@ -0,0 +1,198 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.6,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.forest"
|
||||
},
|
||||
"sky_color": 8037887,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:forest/dirt_patches",
|
||||
"geophilic:forest/rocks",
|
||||
"geophilic:forest/birch/old_growth/trees",
|
||||
"geophilic:common/tree_ornaments/birch",
|
||||
"geophilic:forest/birch/logs",
|
||||
"geophilic:forest/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/forest"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.6
|
||||
}
|
||||
221
data/minecraft/worldgen/biome/old_growth_pine_taiga.json
Normal file
221
data/minecraft/worldgen/biome/old_growth_pine_taiga.json
Normal file
|
|
@ -0,0 +1,221 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"grass_color": 5996627,
|
||||
"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.old_growth_taiga"
|
||||
},
|
||||
"sky_color": 8168447,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:taiga/old_growth/rocks",
|
||||
"geophilic:taiga/old_growth/pine/trees",
|
||||
"geophilic:common/tree_ornaments/spruce",
|
||||
"geophilic:taiga/logs",
|
||||
"geophilic:taiga/berry_bushes",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:taiga/old_growth/dead_bushes",
|
||||
"geophilic:common/large_fern",
|
||||
"geophilic:common/grass/taiga",
|
||||
"geophilic:taiga/podzol_grass"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:wolf",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:fox",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.3
|
||||
}
|
||||
221
data/minecraft/worldgen/biome/old_growth_spruce_taiga.json
Normal file
221
data/minecraft/worldgen/biome/old_growth_spruce_taiga.json
Normal file
|
|
@ -0,0 +1,221 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"grass_color": 5996627,
|
||||
"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.old_growth_taiga"
|
||||
},
|
||||
"sky_color": 8233983,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:taiga/old_growth/rocks",
|
||||
"geophilic:taiga/old_growth/spruce/trees",
|
||||
"geophilic:common/tree_ornaments/spruce",
|
||||
"geophilic:taiga/logs",
|
||||
"geophilic:taiga/berry_bushes",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:taiga/old_growth/dead_bushes",
|
||||
"geophilic:common/large_fern",
|
||||
"geophilic:common/grass/taiga",
|
||||
"geophilic:taiga/podzol_grass"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:wolf",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:fox",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.25
|
||||
}
|
||||
204
data/minecraft/worldgen/biome/plains.json
Normal file
204
data/minecraft/worldgen/biome/plains.json
Normal file
|
|
@ -0,0 +1,204 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 7907327,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:plains/dirt_patches",
|
||||
"geophilic:plains/rocks",
|
||||
"geophilic:plains/trees",
|
||||
"geophilic:plains/logs",
|
||||
"geophilic:plains/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/tall_grass",
|
||||
"geophilic:common/grass/plains"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:horse",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:donkey",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
183
data/minecraft/worldgen/biome/river.json
Normal file
183
data/minecraft/worldgen/biome/river.json
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_water",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/grass/plains",
|
||||
"minecraft:seagrass_river"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:salmon",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:squid",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
207
data/minecraft/worldgen/biome/savanna.json
Normal file
207
data/minecraft/worldgen/biome/savanna.json
Normal file
|
|
@ -0,0 +1,207 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 7767329,
|
||||
"grass_color": 13089351,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:savanna/dirt_patches",
|
||||
"geophilic:savanna/dirt_mounds",
|
||||
"geophilic:savanna/trees",
|
||||
"geophilic:savanna/bonus_trees",
|
||||
"geophilic:savanna/logs",
|
||||
"geophilic:savanna/bushes",
|
||||
"geophilic:common/flowers/warm",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/tall_grass",
|
||||
"geophilic:common/grass/savanna"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:horse",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:donkey",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2.0
|
||||
}
|
||||
213
data/minecraft/worldgen/biome/savanna_plateau.json
Normal file
213
data/minecraft/worldgen/biome/savanna_plateau.json
Normal file
|
|
@ -0,0 +1,213 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 7442726,
|
||||
"grass_color": 12500032,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:savanna/dirt_patches",
|
||||
"geophilic:savanna/dirt_mounds",
|
||||
"geophilic:savanna/plateau/trees",
|
||||
"geophilic:savanna/bonus_trees",
|
||||
"geophilic:savanna/logs",
|
||||
"geophilic:savanna/bushes",
|
||||
"geophilic:common/flowers/warm",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/tall_grass",
|
||||
"geophilic:common/grass/savanna"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:horse",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:donkey",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:llama",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2.0
|
||||
}
|
||||
162
data/minecraft/worldgen/biome/snowy_beach.json
Normal file
162
data/minecraft/worldgen/biome/snowy_beach.json
Normal file
|
|
@ -0,0 +1,162 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.3,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8364543,
|
||||
"water_color": 4020182,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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.05
|
||||
}
|
||||
181
data/minecraft/worldgen/biome/snowy_plains.json
Normal file
181
data/minecraft/worldgen/biome/snowy_plains.json
Normal file
|
|
@ -0,0 +1,181 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"creature_spawn_probability": 0.07,
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8364543,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:trees_snowy",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:polar_bear",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:stray",
|
||||
"weight": 80
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.0
|
||||
}
|
||||
181
data/minecraft/worldgen/biome/snowy_slopes.json
Normal file
181
data/minecraft/worldgen/biome/snowy_slopes.json
Normal file
|
|
@ -0,0 +1,181 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.snowy_slopes"
|
||||
},
|
||||
"sky_color": 8560639,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:rabbit",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:goat",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"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.3
|
||||
}
|
||||
214
data/minecraft/worldgen/biome/snowy_taiga.json
Normal file
214
data/minecraft/worldgen/biome/snowy_taiga.json
Normal file
|
|
@ -0,0 +1,214 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"grass_color": 5996627,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8625919,
|
||||
"water_color": 4020182,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:taiga/podzol_patches",
|
||||
"geophilic:taiga/rocks",
|
||||
"geophilic:taiga/trees",
|
||||
"geophilic:common/tree_ornaments/spruce",
|
||||
"geophilic:taiga/logs",
|
||||
"geophilic:taiga/snowy/berry_bushes",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer",
|
||||
"geophilic:common/large_fern",
|
||||
"geophilic:common/grass/taiga",
|
||||
"geophilic:taiga/podzol_grass"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:wolf",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:fox",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": -0.5
|
||||
}
|
||||
205
data/minecraft/worldgen/biome/sparse_jungle.json
Normal file
205
data/minecraft/worldgen/biome/sparse_jungle.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.sparse_jungle"
|
||||
},
|
||||
"sky_color": 7842047,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:jungle/rocks",
|
||||
"geophilic:jungle/sparse/trees",
|
||||
"geophilic:jungle/logs",
|
||||
"geophilic:jungle/sparse/bushes",
|
||||
"geophilic:common/flowers/warm",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"minecraft:vines",
|
||||
"geophilic:jungle/melons",
|
||||
"geophilic:common/grass/jungle"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.95
|
||||
}
|
||||
165
data/minecraft/worldgen/biome/stony_peaks.json
Normal file
165
data/minecraft/worldgen/biome/stony_peaks.json
Normal file
|
|
@ -0,0 +1,165 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.3,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"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.stony_peaks"
|
||||
},
|
||||
"sky_color": 7776511,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"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": 1.0
|
||||
}
|
||||
167
data/minecraft/worldgen/biome/stony_shore.json
Normal file
167
data/minecraft/worldgen/biome/stony_shore.json
Normal file
|
|
@ -0,0 +1,167 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.3,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8233727,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"geophilic:stony_shore/pillars/large",
|
||||
"geophilic:stony_shore/pillars/small",
|
||||
"geophilic:stony_shore/puddles"
|
||||
],
|
||||
[
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:common/flowers/default",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:stony_shore/moss",
|
||||
"geophilic:stony_shore/moss_blocks"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.2
|
||||
}
|
||||
205
data/minecraft/worldgen/biome/sunflower_plains.json
Normal file
205
data/minecraft/worldgen/biome/sunflower_plains.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 7907327,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:plains/dirt_patches",
|
||||
"geophilic:plains/rocks",
|
||||
"geophilic:plains/trees",
|
||||
"geophilic:plains/logs",
|
||||
"geophilic:plains/sunflower/sunflowers",
|
||||
"geophilic:plains/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/tall_grass",
|
||||
"geophilic:common/grass/plains"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:horse",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:donkey",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
213
data/minecraft/worldgen/biome/swamp.json
Normal file
213
data/minecraft/worldgen/biome/swamp.json
Normal file
|
|
@ -0,0 +1,213 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 6975545,
|
||||
"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": 6388580,
|
||||
"water_fog_color": 2302743
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_clay"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:swamp/mud",
|
||||
"geophilic:swamp/trees",
|
||||
"geophilic:swamp/logs",
|
||||
"geophilic:swamp/flowers",
|
||||
"minecraft:patch_dead_bush",
|
||||
"minecraft:patch_waterlily",
|
||||
"geophilic:swamp/mushrooms",
|
||||
"geophilic:swamp/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"minecraft:seagrass_swamp",
|
||||
"geophilic:common/grass/plains"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 5,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:frog",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
214
data/minecraft/worldgen/biome/taiga.json
Normal file
214
data/minecraft/worldgen/biome/taiga.json
Normal file
|
|
@ -0,0 +1,214 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"grass_color": 7178845,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8233983,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:taiga/podzol_patches",
|
||||
"geophilic:taiga/rocks",
|
||||
"geophilic:taiga/trees",
|
||||
"geophilic:common/tree_ornaments/spruce",
|
||||
"geophilic:taiga/logs",
|
||||
"geophilic:taiga/berry_bushes",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/large_fern",
|
||||
"geophilic:common/grass/taiga",
|
||||
"geophilic:taiga/podzol_grass"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:wolf",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:fox",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.25
|
||||
}
|
||||
198
data/minecraft/worldgen/biome/warm_ocean.json
Normal file
198
data/minecraft/worldgen/biome/warm_ocean.json
Normal file
|
|
@ -0,0 +1,198 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8103167,
|
||||
"water_color": 4445678,
|
||||
"water_fog_color": 270131
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
"type": "minecraft:pufferfish",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:tropical_fish",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 25
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:dolphin",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"temperature": 0.5
|
||||
}
|
||||
202
data/minecraft/worldgen/biome/windswept_forest.json
Normal file
202
data/minecraft/worldgen/biome/windswept_forest.json
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.3,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"grass_color": 5744745,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8233727,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:windswept/rocks",
|
||||
"geophilic:windswept/forest/trees",
|
||||
"geophilic:windswept/forest/logs",
|
||||
"geophilic:windswept/bushes",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:windswept/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/meadow"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:llama",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.2
|
||||
}
|
||||
201
data/minecraft/worldgen/biome/windswept_gravelly_hills.json
Normal file
201
data/minecraft/worldgen/biome/windswept_gravelly_hills.json
Normal file
|
|
@ -0,0 +1,201 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.3,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"grass_color": 5744745,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8233727,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:windswept/rocks",
|
||||
"geophilic:windswept/hills/trees",
|
||||
"geophilic:windswept/hills/logs",
|
||||
"geophilic:windswept/bushes",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/meadow"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:llama",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.2
|
||||
}
|
||||
202
data/minecraft/worldgen/biome/windswept_hills.json
Normal file
202
data/minecraft/worldgen/biome/windswept_hills.json
Normal file
|
|
@ -0,0 +1,202 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.3,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"grass_color": 5744745,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 8233727,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:windswept/rocks",
|
||||
"geophilic:windswept/hills/trees",
|
||||
"geophilic:windswept/hills/logs",
|
||||
"geophilic:windswept/bushes",
|
||||
"geophilic:common/flowers/default",
|
||||
"geophilic:windswept/flowers",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/moss",
|
||||
"geophilic:common/grass/meadow"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:llama",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.2
|
||||
}
|
||||
205
data/minecraft/worldgen/biome/windswept_savanna.json
Normal file
205
data/minecraft/worldgen/biome/windswept_savanna.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 7767329,
|
||||
"grass_color": 13089351,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:savanna/dirt_patches",
|
||||
"geophilic:savanna/dirt_mounds",
|
||||
"geophilic:savanna/trees",
|
||||
"geophilic:savanna/logs",
|
||||
"geophilic:savanna/bushes",
|
||||
"geophilic:common/flowers/warm",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:common/grass/savanna"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"type": "minecraft:horse",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:donkey",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2.0
|
||||
}
|
||||
172
data/minecraft/worldgen/biome/wooded_badlands.json
Normal file
172
data/minecraft/worldgen/biome/wooded_badlands.json
Normal file
|
|
@ -0,0 +1,172 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"fog_color": 12638463,
|
||||
"foliage_color": 10387789,
|
||||
"grass_color": 9470285,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.overworld.badlands"
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"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_coal_lowest",
|
||||
"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:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"geophilic:badlands/trees",
|
||||
"minecraft:patch_grass_badlands",
|
||||
"minecraft:patch_dead_bush_badlands",
|
||||
"geophilic:common/mushrooms",
|
||||
"geophilic:common/sugar_cane",
|
||||
"geophilic:common/pumpkins",
|
||||
"geophilic:badlands/cacti"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2.0
|
||||
}
|
||||
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"feature": "minecraft:ore_coal_buried",
|
||||
"feature": "minecraft:ore_coal",
|
||||
"placement": [
|
||||
{"type": "minecraft:count", "count": 27},
|
||||
{"type": "minecraft:count", "count": 1},
|
||||
{"type": "minecraft:in_square"},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:trapezoid",
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {"above_bottom": 0},
|
||||
"max_inclusive": {"absolute": 192}
|
||||
"max_inclusive": {"above_bottom": 9}
|
||||
}
|
||||
},
|
||||
{"type": "minecraft:biome"}
|
||||
Loading…
Reference in a new issue