init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
174
kubejs/data/minecraft/worldgen/biome/beach.json
Normal file
174
kubejs/data/minecraft/worldgen/biome/beach.json
Normal file
|
|
@ -0,0 +1,174 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 4445678,
|
||||
"water_fog_color": 270131,
|
||||
"foliage_color": 11123575,
|
||||
"grass_color": 16765810
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/extended/beach_cliffs",
|
||||
"wythers:terrain/extended/disk_sand"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep",
|
||||
"wythers:terrain/extended/sandify_rooted_dirt"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/local/beach_mossy_stone"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"wythers:vegetation/local/bushes/kwongan_heath",
|
||||
"minecraft:glow_lichen",
|
||||
"wythers:vegetation/local/patch/grass_beach",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane"
|
||||
],
|
||||
[
|
||||
"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": 2.0
|
||||
}
|
||||
231
kubejs/data/minecraft/worldgen/biome/birch_forest.json
Normal file
231
kubejs/data/minecraft/worldgen/biome/birch_forest.json
Normal file
|
|
@ -0,0 +1,231 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 4562649,
|
||||
"water_fog_color": 331305,
|
||||
"foliage_color": 16695614
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:road/harvest_fields_1",
|
||||
"wythers:road/harvest_fields_1b",
|
||||
"wythers:road/harvest_fields_2",
|
||||
"wythers:road/harvest_fields_2b",
|
||||
"wythers:road/harvest_fields_3",
|
||||
"wythers:road/harvest_fields_4",
|
||||
"wythers:farm/harvest_fields_1",
|
||||
"wythers:farm/harvest_fields_2",
|
||||
"wythers:farm/harvest_fields_3",
|
||||
"wythers:terrain/extended/replace_stone_to_granite"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode",
|
||||
"minecraft:large_dripstone"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[
|
||||
"wythers:terrain/feature/dripstone_cluster",
|
||||
"wythers:terrain/feature/pointed_dripstone",
|
||||
"wythers:vegetation/local/patch/flower_bluebells",
|
||||
"wythers:vegetation/local/patch/flower_bluebells_2",
|
||||
"wythers:vegetation/extended/trees/ancient_spring_woods",
|
||||
"wythers:vegetation/extended/trees/ancient_spring_woods_2",
|
||||
"wythers:vegetation/extended/trees/ancient_beech_woods",
|
||||
"wythers:vegetation/extended/trees/ancient_beech_woods_2"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"wythers:terrain/feature/spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:forest_flowers",
|
||||
"wythers:farm/harvest_fields_scarecrow",
|
||||
"wythers:farm/harvest_fields_hay",
|
||||
"wythers:farm/harvest_fields_hay_2",
|
||||
"wythers:farm/harvest_fields_pumpkin",
|
||||
"wythers:farm/harvest_fields_wheat",
|
||||
"wythers:farm/harvest_fields_wheat_2",
|
||||
"minecraft:patch_tall_grass_2",
|
||||
"wythers:vegetation/local/patch/sunflower_birch_forest",
|
||||
"wythers:farm/harvest_fields_stumps",
|
||||
"wythers:vegetation/local/trees/harvest_fields_woods_1",
|
||||
"wythers:vegetation/local/trees/harvest_fields_woods_2",
|
||||
"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": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:horse",
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:donkey",
|
||||
"maxCount": 3,
|
||||
"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
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.7
|
||||
}
|
||||
195
kubejs/data/minecraft/worldgen/biome/cold_ocean.json
Normal file
195
kubejs/data/minecraft/worldgen/biome/cold_ocean.json
Normal file
|
|
@ -0,0 +1,195 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"ambient_sound": "minecraft:ambient.underwater.loop",
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 6855345,
|
||||
"fog_color": 12774399,
|
||||
"water_color": 3239574,
|
||||
"water_fog_color": 331305
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/carver/ocean",
|
||||
"wythers:terrain/extended/ocean_beach_gravel",
|
||||
"wythers:terrain/local/ocean_rock"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/local/beach_mossy_stone"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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
|
||||
}
|
||||
210
kubejs/data/minecraft/worldgen/biome/dark_forest.json
Normal file
210
kubejs/data/minecraft/worldgen/biome/dark_forest.json
Normal file
|
|
@ -0,0 +1,210 @@
|
|||
{
|
||||
"has_precipitation": true,
|
||||
"temperature": 0.7,
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.underwater.loop.additions.ultra_rare",
|
||||
"tick_chance": 0.0011
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.dark_forest_1",
|
||||
"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"
|
||||
},
|
||||
"grass_color_modifier": "swamp",
|
||||
"foliage_color": 6975545,
|
||||
"sky_color": 11842740,
|
||||
"fog_color": 13158600,
|
||||
"water_color": 6388580,
|
||||
"water_fog_color": 2302743
|
||||
},
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"wythers:vegetation/local/trees/dark_jungle",
|
||||
"wythers:terrain/local/base_dark_forest"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma"
|
||||
],
|
||||
[
|
||||
"wythers:vegetation/local/trees/dark_forest_1",
|
||||
"wythers:vegetation/local/trees/dark_forest_2"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:forest_flowers",
|
||||
"minecraft:flower_default",
|
||||
"wythers:vegetation/local/patch/grass_standard",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_pumpkin"
|
||||
],
|
||||
[
|
||||
"wythers:vegetation/local/other/giant_fungi",
|
||||
"wythers:terrain/local/disk_mud_shore",
|
||||
"wythers:vegetation/extended/other/mushroom_disks",
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"spawners": {
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"weight": 50,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cave_spider",
|
||||
"weight": 50,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 50,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 50,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:stray",
|
||||
"weight": 50,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 20,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:vex",
|
||||
"weight": 10,
|
||||
"minCount": 2,
|
||||
"maxCount": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:vindicator",
|
||||
"weight": 30,
|
||||
"minCount": 1,
|
||||
"maxCount": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:ravager",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:witch",
|
||||
"weight": 30,
|
||||
"minCount": 3,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"creature": [],
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_creature": [],
|
||||
"water_ambient": [],
|
||||
"misc": []
|
||||
},
|
||||
"spawn_costs": {}
|
||||
}
|
||||
193
kubejs/data/minecraft/worldgen/biome/deep_cold_ocean.json
Normal file
193
kubejs/data/minecraft/worldgen/biome/deep_cold_ocean.json
Normal file
|
|
@ -0,0 +1,193 @@
|
|||
{
|
||||
"temperature": 0.5,
|
||||
"downfall": 0.5,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 6855345,
|
||||
"fog_color": 12774399,
|
||||
"water_color": 2907261,
|
||||
"water_fog_color": 331305,
|
||||
"ambient_sound": "minecraft:ambient.underwater.loop",
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:drowned",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_ambient": [
|
||||
{
|
||||
"type": "minecraft:cod",
|
||||
"weight": 15,
|
||||
"minCount": 3,
|
||||
"maxCount": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:salmon",
|
||||
"weight": 15,
|
||||
"minCount": 1,
|
||||
"maxCount": 5
|
||||
}
|
||||
],
|
||||
"water_creature": [
|
||||
{
|
||||
"type": "minecraft:squid",
|
||||
"weight": 3,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
"spawn_costs": { },
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/ocean_rock"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/local/beach_mossy_stone"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"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"
|
||||
]
|
||||
]
|
||||
}
|
||||
196
kubejs/data/minecraft/worldgen/biome/deep_frozen_ocean.json
Normal file
196
kubejs/data/minecraft/worldgen/biome/deep_frozen_ocean.json
Normal file
|
|
@ -0,0 +1,196 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"ambient_sound": "minecraft:ambient.underwater.loop",
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 16777215,
|
||||
"fog_color": 13224393,
|
||||
"water_color": 5334160,
|
||||
"water_fog_color": 2171215
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/ocean_rock"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:iceberg_packed",
|
||||
"minecraft:iceberg_blue",
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[
|
||||
"minecraft:blue_ice"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft: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",
|
||||
"wythers:terrain/local/snowy_ground"
|
||||
]
|
||||
],
|
||||
"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"
|
||||
}
|
||||
212
kubejs/data/minecraft/worldgen/biome/desert.json
Normal file
212
kubejs/data/minecraft/worldgen/biome/desert.json
Normal file
|
|
@ -0,0 +1,212 @@
|
|||
{
|
||||
"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": 6269917,
|
||||
"water_color": 4445678,
|
||||
"water_fog_color": 270131,
|
||||
"foliage_color": 11123575,
|
||||
"grass_color": 16765810
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/replace_sandstone_to_smooth_sandstone",
|
||||
"wythers:terrain/extended/replace_gravel_to_sand",
|
||||
"wythers:terrain/extended/disk_sand",
|
||||
"wythers:terrain/local/danakil_mud",
|
||||
"wythers:terrain/local/danakil_terracotta",
|
||||
"wythers:terrain/local/danakil_red",
|
||||
"wythers:terrain/local/danakil_orange",
|
||||
"wythers:terrain/local/danakil_yellow",
|
||||
"wythers:terrain/local/danakil_yellow_2",
|
||||
"wythers:terrain/local/danakil_water",
|
||||
"wythers:terrain/local/oasis_grass",
|
||||
"wythers:terrain/local/oasis_moss",
|
||||
"wythers:terrain/local/oasis_water",
|
||||
"wythers:terrain/local/oasis_clay"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"wythers:terrain/feature/lake_salt",
|
||||
"wythers:terrain/extended/base_mangrove_swamp_arid",
|
||||
"wythers:terrain/extended/base_mangrove_swamp_sudd"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:fossil_upper",
|
||||
"minecraft:fossil_lower",
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep",
|
||||
"wythers:terrain/extended/sandify_rooted_dirt"
|
||||
],
|
||||
[
|
||||
"minecraft:desert_well"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"wythers:vegetation/local/trees/oasis_palms",
|
||||
"wythers:vegetation/local/patch/oasis_vegetation_moss",
|
||||
"minecraft:glow_lichen",
|
||||
"wythers:terrain/feature/danakil_desert_mounds",
|
||||
"minecraft:flower_default",
|
||||
"wythers:vegetation/local/patch/grass_desert",
|
||||
"wythers:vegetation/local/patch/grass_standard",
|
||||
"minecraft:patch_dead_bush_2",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"wythers:vegetation/local/patch/sugar_cane_desert",
|
||||
"wythers:vegetation/local/other/cocoanuts",
|
||||
"minecraft:patch_cactus_desert"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer",
|
||||
"wythers:decor/dense_steam",
|
||||
"wythers:decor/desert"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": { },
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:rabbit",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 4
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 19
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie_villager",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"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:husk",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 80
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2.0
|
||||
}
|
||||
223
kubejs/data/minecraft/worldgen/biome/flower_forest.json
Normal file
223
kubejs/data/minecraft/worldgen/biome/flower_forest.json
Normal file
|
|
@ -0,0 +1,223 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"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"
|
||||
},
|
||||
"foliage_color": 11123575,
|
||||
"sky_color": 7391487,
|
||||
"fog_color": 14598542,
|
||||
"water_color": 4445678,
|
||||
"water_fog_color": 270131
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/stone_cliffs",
|
||||
"wythers:road/andesite",
|
||||
"wythers:terrain/extended/replace_stone_to_diorite"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode",
|
||||
"wythers:terrain/local/replace_granite_to_diorite"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"wythers:terrain/local/cave_disk_basalt",
|
||||
"wythers:terrain/local/cave_disk_blackstone",
|
||||
"wythers:terrain/local/cave_disk_magma"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"wythers:terrain/local/disk_sand_shore",
|
||||
"wythers:terrain/extended/disk_clay_dirt_only",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/local/replace_volcanics_flower_forest"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:flower_forest_flowers",
|
||||
"minecraft:flower_flower_forest",
|
||||
"wythers:vegetation/local/bushes/mediterranean",
|
||||
"wythers:vegetation/extended/trees/mediterranean_woods",
|
||||
"wythers:vegetation/local/patch/flower_mediterranean_lilacs",
|
||||
"wythers:vegetation/extended/trees/sclerophyllous_woods",
|
||||
"wythers:vegetation/extended/trees/savanna_mediterranean_woods",
|
||||
"wythers:vegetation/extended/trees/windbreak_1",
|
||||
"wythers:vegetation/extended/trees/windbreak_2",
|
||||
"wythers:vegetation/extended/patch/flower_dry_mediterranean",
|
||||
"wythers:vegetation/local/patch/grass_standard",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer",
|
||||
"wythers:terrain/local/pamukkale_diorite",
|
||||
"wythers:terrain/local/pamukkale_calcite",
|
||||
"wythers:terrain/local/pamukkale_pools",
|
||||
"wythers:terrain/extended/volcanic_extinction",
|
||||
"wythers:decor/dense_steam"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": { },
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rabbit",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 4
|
||||
}
|
||||
],
|
||||
"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.2
|
||||
}
|
||||
233
kubejs/data/minecraft/worldgen/biome/forest.json
Normal file
233
kubejs/data/minecraft/worldgen/biome/forest.json
Normal file
|
|
@ -0,0 +1,233 @@
|
|||
{
|
||||
"temperature": 0.3,
|
||||
"downfall": 0.4,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 4562649,
|
||||
"water_fog_color": 331305,
|
||||
"grass_color": 6984520,
|
||||
"foliage_color": 6984520,
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
},
|
||||
"music": {
|
||||
"sound": "minecraft:music.overworld.forest",
|
||||
"min_delay": 12000,
|
||||
"max_delay": 24000,
|
||||
"replace_current_music": false
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:wolf",
|
||||
"weight": 5,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"spawn_costs": { },
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/highland_stone_cliffs_surface",
|
||||
"wythers:terrain/local/highland_stone_cliffs",
|
||||
"wythers:terrain/local/stone_cliffs_sheer",
|
||||
"wythers:terrain/extended/scree"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface",
|
||||
"wythers:terrain/extended/base_mangrove_swamp_forest"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"wythers:terrain/local/disk_sand_forest",
|
||||
"wythers:terrain/local/disk_gravel_forest",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/extended/desert_edge",
|
||||
"wythers:terrain/extended/badlands_edge"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:forest_flowers",
|
||||
"wythers:vegetation/local/trees/forest_birch_grove",
|
||||
"wythers:vegetation/local/trees/forest_oak",
|
||||
"wythers:vegetation/local/trees/forest_pine",
|
||||
"wythers:vegetation/local/trees/forest_pine_2",
|
||||
"wythers:vegetation/local/trees/forest_birch",
|
||||
"wythers:vegetation/local/trees/forest_birch_2",
|
||||
"wythers:vegetation/extended/trees/forest_birch",
|
||||
"wythers:vegetation/local/trees/forest_eucalyptus",
|
||||
"wythers:vegetation/local/trees/forest_montane",
|
||||
"wythers:vegetation/local/trees/forest_tropical",
|
||||
"wythers:vegetation/extended/trees/forest_cold",
|
||||
"wythers:vegetation/extended/trees/forest_badlands",
|
||||
"wythers:vegetation/extended/bushes/cold_forest",
|
||||
"wythers:vegetation/extended/bushes/birch_forest",
|
||||
"wythers:vegetation/extended/bushes/oak_forest",
|
||||
"wythers:vegetation/extended/bushes/pine_forest",
|
||||
"wythers:vegetation/local/patch/flower_taiga",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer",
|
||||
"wythers:terrain/local/snow_blocks",
|
||||
"wythers:vegetation/local/patch/grass_forest",
|
||||
"wythers:vegetation/local/patch/fern_montane_forest",
|
||||
"wythers:vegetation/local/patch/large_fern_forest",
|
||||
"wythers:terrain/extended/volcanic_extinction",
|
||||
"wythers:terrain/local/replace_basalt_to_deepslate",
|
||||
"wythers:terrain/extended/volcano_snow_blocks"
|
||||
]
|
||||
]
|
||||
}
|
||||
198
kubejs/data/minecraft/worldgen/biome/frozen_ocean.json
Normal file
198
kubejs/data/minecraft/worldgen/biome/frozen_ocean.json
Normal file
|
|
@ -0,0 +1,198 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 16777215,
|
||||
"fog_color": 13224393,
|
||||
"water_color": 5334160,
|
||||
"water_fog_color": 2171215
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/carver/ocean",
|
||||
"wythers:terrain/extended/ocean_beach_gravel",
|
||||
"wythers:terrain/local/ocean_rock"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:iceberg_packed",
|
||||
"minecraft:iceberg_blue",
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[
|
||||
"minecraft:blue_ice"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft: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",
|
||||
"wythers:terrain/local/snowy_ground",
|
||||
"wythers:terrain/local/crack_ice"
|
||||
]
|
||||
],
|
||||
"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"
|
||||
}
|
||||
184
kubejs/data/minecraft/worldgen/biome/frozen_peaks.json
Normal file
184
kubejs/data/minecraft/worldgen/biome/frozen_peaks.json
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.9,
|
||||
"effects": {
|
||||
"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"
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:white_ash"
|
||||
},
|
||||
"probability": 0.2
|
||||
},
|
||||
"sky_color": 16777215,
|
||||
"fog_color": 13224393,
|
||||
"water_color": 10217203,
|
||||
"water_fog_color": 270131,
|
||||
"foliage_color": 11012890
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/extended/base_frozen_peaks",
|
||||
"wythers:terrain/extended/replace_stone_to_andesite"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode",
|
||||
"wythers:terrain/local/cave_ice"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_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",
|
||||
"wythers:terrain/extended/base_frozen_peaks_snow"
|
||||
]
|
||||
],
|
||||
"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
|
||||
}
|
||||
173
kubejs/data/minecraft/worldgen/biome/jagged_peaks.json
Normal file
173
kubejs/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,
|
||||
"grass_color": 16693074
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/base_jagged_peaks",
|
||||
"wythers:terrain/extended/replace_stone_to_andesite"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:glow_lichen"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer",
|
||||
"wythers:terrain/local/de_snowify_stone"
|
||||
]
|
||||
],
|
||||
"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
|
||||
}
|
||||
241
kubejs/data/minecraft/worldgen/biome/jungle.json
Normal file
241
kubejs/data/minecraft/worldgen/biome/jungle.json
Normal file
|
|
@ -0,0 +1,241 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.8,
|
||||
"effects": {
|
||||
"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": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 6388580,
|
||||
"water_fog_color": 2302743,
|
||||
"grass_color": 12250712,
|
||||
"grass_color_modifier": "dark_forest"
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/extended/base_jungle",
|
||||
"wythers:terrain/extended/mudify_rooted_dirt",
|
||||
"wythers:terrain/local/disk_mud_shore_jungle",
|
||||
"wythers:terrain/extended/replace_gravel_to_mud",
|
||||
"wythers:road/jungle"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface",
|
||||
"wythers:terrain/extended/base_mangrove_swamp_jungle"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/extended/coastal_sand",
|
||||
"wythers:terrain/extended/volcanic_jungle_mud_in_basalt",
|
||||
"wythers:terrain/extended/volcanic_jungle_muddy_roots_on_basalt",
|
||||
"wythers:terrain/extended/badlands_edge"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"wythers:vegetation/local/trees/jungle_mega",
|
||||
"wythers:vegetation/local/trees/jungle_lowland_rainforest",
|
||||
"wythers:vegetation/local/trees/jungle_midland",
|
||||
"wythers:vegetation/local/trees/jungle_upland",
|
||||
"wythers:vegetation/local/trees/jungle_sandy",
|
||||
"wythers:vegetation/local/trees/jungle_eucalyptus",
|
||||
"wythers:vegetation/extended/trees/jungle_eucalyptus",
|
||||
"wythers:vegetation/extended/trees/jungle_volcanic",
|
||||
"wythers:vegetation/local/trees/jungle_mangroves",
|
||||
"minecraft:flower_warm",
|
||||
"minecraft:patch_grass_jungle",
|
||||
"minecraft:patch_waterlily",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:vines",
|
||||
"minecraft:seagrass_river",
|
||||
"minecraft:patch_melon"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": { },
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:parrot",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:panda",
|
||||
"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:ocelot",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.7
|
||||
}
|
||||
236
kubejs/data/minecraft/worldgen/biome/lukewarm_ocean.json
Normal file
236
kubejs/data/minecraft/worldgen/biome/lukewarm_ocean.json
Normal file
|
|
@ -0,0 +1,236 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.5,
|
||||
"effects": {
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 4445678,
|
||||
"water_fog_color": 270131,
|
||||
"grass_color": 11122488,
|
||||
"foliage_color": 9285927
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/carver/ocean",
|
||||
"wythers:terrain/extended/ocean_beach_sand",
|
||||
"wythers:terrain/extended/dead_coral_stone",
|
||||
"wythers:terrain/extended/dead_coral_stone_2",
|
||||
"wythers:terrain/extended/replace_gravel_to_sand",
|
||||
"wythers:terrain/extended/replace_dirt_to_sand",
|
||||
"wythers:terrain/extended/sandify_rooted_dirt",
|
||||
"wythers:terrain/extended/replace_mud_to_sand",
|
||||
"wythers:terrain/local/atoll_grass"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface",
|
||||
"wythers:terrain/extended/coral_pools",
|
||||
"wythers:terrain/extended/coral_pools_edge"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"wythers:vegetation/local/other/coral_disks"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"wythers:vegetation/local/trees/jungle_island_bent",
|
||||
"wythers:vegetation/local/trees/jungle_island",
|
||||
"wythers:vegetation/local/patch/pineapples",
|
||||
"minecraft:flower_default",
|
||||
"minecraft:patch_grass_jungle",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:patch_pumpkin",
|
||||
"minecraft:seagrass_warm",
|
||||
"minecraft:sea_pickle",
|
||||
"wythers:vegetation/local/other/cocoanuts"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": { },
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:parrot",
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:turtle",
|
||||
"maxCount": 5,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
}
|
||||
],
|
||||
"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
|
||||
}
|
||||
124
kubejs/data/minecraft/worldgen/biome/mushroom_fields.json
Normal file
124
kubejs/data/minecraft/worldgen/biome/mushroom_fields.json
Normal file
|
|
@ -0,0 +1,124 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 1.0,
|
||||
"effects": {
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:mycelium"
|
||||
},
|
||||
"probability": 0.02
|
||||
},
|
||||
"sky_color": 11642049,
|
||||
"fog_color": 15917301,
|
||||
"water_color": 3570859,
|
||||
"water_fog_color": 331305,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft: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
|
||||
}
|
||||
212
kubejs/data/minecraft/worldgen/biome/plains.json
Normal file
212
kubejs/data/minecraft/worldgen/biome/plains.json
Normal file
|
|
@ -0,0 +1,212 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.2,
|
||||
"effects": {
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 4562649,
|
||||
"water_fog_color": 331305
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/highland_stone_cliffs_surface",
|
||||
"wythers:terrain/local/highland_stone_cliffs",
|
||||
"wythers:terrain/local/stone_cliffs_sheer",
|
||||
"wythers:terrain/local/crust_grass",
|
||||
"wythers:terrain/extended/scree"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface",
|
||||
"wythers:terrain/extended/base_mangrove_swamp_plains"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/extended/desert_edge",
|
||||
"wythers:terrain/extended/badlands_edge"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:patch_tall_grass_2",
|
||||
"wythers:vegetation/local/trees/forest_tropical",
|
||||
"wythers:vegetation/extended/trees/forest_cold",
|
||||
"wythers:vegetation/extended/bushes/cold_forest",
|
||||
"minecraft:flower_plains",
|
||||
"minecraft:patch_grass_plain",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer",
|
||||
"wythers:terrain/extended/volcanic_extinction",
|
||||
"wythers:terrain/local/replace_basalt_to_tuff",
|
||||
"wythers:terrain/extended/replace_basalt_to_deepslate"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": { },
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:horse",
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:donkey",
|
||||
"maxCount": 3,
|
||||
"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
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 0.8
|
||||
}
|
||||
192
kubejs/data/minecraft/worldgen/biome/river.json
Normal file
192
kubejs/data/minecraft/worldgen/biome/river.json
Normal file
|
|
@ -0,0 +1,192 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.4,
|
||||
"effects": {
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 3570859,
|
||||
"water_fog_color": 331305
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/carver/river",
|
||||
"wythers:terrain/carver/river_water",
|
||||
"wythers:terrain/local/stone_cliffs_surface",
|
||||
"wythers:terrain/local/stone_cliffs",
|
||||
"wythers:terrain/extended/scree",
|
||||
"wythers:terrain/extended/riverside_forest_clearing"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode",
|
||||
"minecraft:large_dripstone"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"wythers:terrain/local/cave_disk_basalt",
|
||||
"wythers:terrain/local/cave_disk_blackstone",
|
||||
"wythers:terrain/local/cave_disk_magma"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/local/river_grass"
|
||||
],
|
||||
[
|
||||
"wythers:terrain/feature/dripstone_cluster",
|
||||
"wythers:terrain/feature/pointed_dripstone"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"wythers:vegetation/local/patch/grass_standard",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"minecraft:patch_sugar_cane",
|
||||
"minecraft:seagrass_river",
|
||||
"wythers:vegetation/extended/trees/river_oaks",
|
||||
"wythers:vegetation/extended/trees/river_acacias",
|
||||
"wythers:vegetation/extended/trees/river_tropical"
|
||||
],
|
||||
[
|
||||
"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": 100
|
||||
}
|
||||
],
|
||||
"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": []
|
||||
},
|
||||
"temperature": 0.7
|
||||
}
|
||||
192
kubejs/data/minecraft/worldgen/biome/snowy_slopes.json
Normal file
192
kubejs/data/minecraft/worldgen/biome/snowy_slopes.json
Normal file
|
|
@ -0,0 +1,192 @@
|
|||
{
|
||||
"temperature": 0.0,
|
||||
"downfall": 0.8,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 10858685,
|
||||
"fog_color": 14145761,
|
||||
"water_color": 10217203,
|
||||
"water_fog_color": 270131,
|
||||
"grass_color": 16765810,
|
||||
"foliage_color": 11012890,
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.overworld.snowy_slopes"
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:donkey",
|
||||
"weight": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rabbit",
|
||||
"weight": 2,
|
||||
"minCount": 2,
|
||||
"maxCount": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 2,
|
||||
"minCount": 2,
|
||||
"maxCount": 4
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/stone_cliffs",
|
||||
"wythers:terrain/extended/scree",
|
||||
"wythers:terrain/extended/gravelify_packed_mud"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft: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",
|
||||
"wythers:terrain/local/snow_blocks",
|
||||
"wythers:vegetation/local/patch/grass_forest",
|
||||
"wythers:decor/dense_steam"
|
||||
]
|
||||
]
|
||||
}
|
||||
177
kubejs/data/minecraft/worldgen/biome/stony_peaks.json
Normal file
177
kubejs/data/minecraft/worldgen/biome/stony_peaks.json
Normal file
|
|
@ -0,0 +1,177 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.3,
|
||||
"effects": {
|
||||
"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": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 4445678,
|
||||
"water_fog_color": 270131,
|
||||
"grass_color": 12826152,
|
||||
"foliage_color": 9285927
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/replace_calcite_to_stone",
|
||||
"wythers:terrain/local/volcanic_resurfacing"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[
|
||||
"wythers:terrain/local/volcanic_pools"
|
||||
],
|
||||
[
|
||||
"wythers:terrain/local/volcanic_basalt_cliffs",
|
||||
"wythers:terrain/extended/volcanic_flows",
|
||||
"wythers:terrain/extended/volcanic_flows_ore"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"minecraft:ore_emerald"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"wythers:vegetation/local/patch/grass_standard"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer",
|
||||
"wythers:decor/sparse_steam"
|
||||
]
|
||||
],
|
||||
"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.3
|
||||
}
|
||||
165
kubejs/data/minecraft/worldgen/biome/stony_shore.json
Normal file
165
kubejs/data/minecraft/worldgen/biome/stony_shore.json
Normal file
|
|
@ -0,0 +1,165 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.3,
|
||||
"effects": {
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 3570859,
|
||||
"water_fog_color": 331305,
|
||||
"foliage_color": 11123575
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/extended/beach_cliffs",
|
||||
"wythers:terrain/local/stony_shore_tuff"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft: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.2
|
||||
}
|
||||
213
kubejs/data/minecraft/worldgen/biome/sunflower_plains.json
Normal file
213
kubejs/data/minecraft/worldgen/biome/sunflower_plains.json
Normal file
|
|
@ -0,0 +1,213 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"downfall": 0.2,
|
||||
"effects": {
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"sky_color": 6269917,
|
||||
"fog_color": 12638463,
|
||||
"water_color": 4445678,
|
||||
"water_fog_color": 270131,
|
||||
"foliage_color": 9222750
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/stone_cliffs",
|
||||
"wythers:road/sunflower_plains",
|
||||
"wythers:terrain/extended/replace_stone_to_granite"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode",
|
||||
"wythers:terrain/local/replace_diorite_to_granite"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"wythers:vegetation/extended/trees/mediterranean_woods",
|
||||
"minecraft:patch_tall_grass_2",
|
||||
"wythers:vegetation/extended/patch/sunflower",
|
||||
"wythers:vegetation/extended/trees/sclerophyllous_woods",
|
||||
"wythers:vegetation/extended/trees/savanna_mediterranean_woods",
|
||||
"wythers:vegetation/extended/trees/windbreak_1",
|
||||
"wythers:vegetation/extended/trees/windbreak_2",
|
||||
"wythers:vegetation/extended/patch/flower_humid_mediterranean",
|
||||
"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",
|
||||
"wythers:terrain/extended/volcanic_extinction"
|
||||
]
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": { },
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"maxCount": 8,
|
||||
"minCount": 8,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"maxCount": 4,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:horse",
|
||||
"maxCount": 6,
|
||||
"minCount": 2,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:donkey",
|
||||
"maxCount": 3,
|
||||
"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
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"maxCount": 6,
|
||||
"minCount": 4,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 1.2
|
||||
}
|
||||
191
kubejs/data/minecraft/worldgen/biome/windswept_forest.json
Normal file
191
kubejs/data/minecraft/worldgen/biome/windswept_forest.json
Normal file
|
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"temperature": 0.2,
|
||||
"downfall": 0.3,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 11642049,
|
||||
"fog_color": 15917301,
|
||||
"water_color": 7499128,
|
||||
"water_fog_color": 4341314,
|
||||
"grass_color": 9530990,
|
||||
"foliage_color": 9530990,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:mooshroom",
|
||||
"maxCount": 8,
|
||||
"minCount": 4,
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cave_spider",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:stray",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/deepslate_cliffs"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"wythers:terrain/local/volcanic_basalt_cliffs",
|
||||
"wythers:terrain/extended/volcanic_fallout",
|
||||
"wythers:terrain/extended/volcanic_fallout_ore"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/local/replace_grass_to_mycelium"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"wythers:terrain/feature/windswept_basalt_columns",
|
||||
"wythers:vegetation/local/patch/mycelial_grass",
|
||||
"wythers:terrain/local/crimson_patch",
|
||||
"wythers:vegetation/local/patch/crimson_roots"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,215 @@
|
|||
{
|
||||
"temperature": 0.2,
|
||||
"downfall": 0.3,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 11642049,
|
||||
"fog_color": 15917301,
|
||||
"water_color": 7499128,
|
||||
"water_fog_color": 4341314,
|
||||
"grass_color": 9530990,
|
||||
"foliage_color": 9530990,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:llama",
|
||||
"weight": 5,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cave_spider",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:stray",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"wythers:terrain/local/volcanic_basalt_cliffs",
|
||||
"wythers:terrain/extended/volcanic_fallout",
|
||||
"wythers:terrain/extended/volcanic_fallout_ore",
|
||||
"wythers:terrain/extended/base_windswept_gravelly_hills"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:terrain/local/replace_grass_to_mycelium",
|
||||
"wythers:vegetation/local/patch/dead_corals_on_gravel"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal",
|
||||
"wythers:terrain/feature/windswept_basalt_columns",
|
||||
"wythers:vegetation/local/patch/mycelial_grass",
|
||||
"wythers:terrain/local/crimson_patch",
|
||||
"wythers:vegetation/local/patch/crimson_roots"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer"
|
||||
]
|
||||
]
|
||||
}
|
||||
208
kubejs/data/minecraft/worldgen/biome/windswept_hills.json
Normal file
208
kubejs/data/minecraft/worldgen/biome/windswept_hills.json
Normal file
|
|
@ -0,0 +1,208 @@
|
|||
{
|
||||
"temperature": 2,
|
||||
"downfall": 0,
|
||||
"has_precipitation": true,
|
||||
"effects": {
|
||||
"sky_color": 12830407,
|
||||
"fog_color": 13882581,
|
||||
"water_color": 7499128,
|
||||
"water_fog_color": 4341314,
|
||||
"grass_color": 8286834,
|
||||
"foliage_color": 8286834,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.cave",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:ash"
|
||||
},
|
||||
"probability": 0.118093334
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"ambient": [
|
||||
{
|
||||
"type": "minecraft:bat",
|
||||
"weight": 10,
|
||||
"minCount": 8,
|
||||
"maxCount": 8
|
||||
}
|
||||
],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:sheep",
|
||||
"weight": 12,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:pig",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:chicken",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:cow",
|
||||
"weight": 8,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:llama",
|
||||
"weight": 5,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:spider",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie",
|
||||
"weight": 95,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:zombie_villager",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:creeper",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:slime",
|
||||
"weight": 100,
|
||||
"minCount": 4,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:witch",
|
||||
"weight": 5,
|
||||
"minCount": 1,
|
||||
"maxCount": 1
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [
|
||||
{
|
||||
"type": "minecraft:glow_squid",
|
||||
"weight": 10,
|
||||
"minCount": 4,
|
||||
"maxCount": 6
|
||||
}
|
||||
],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"spawn_costs": {},
|
||||
"carvers": {
|
||||
"air": [
|
||||
"minecraft:cave",
|
||||
"minecraft:cave_extra_underground",
|
||||
"minecraft:canyon"
|
||||
]
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"wythers:terrain/local/volcanic_resurfacing"
|
||||
],
|
||||
[
|
||||
"minecraft:lake_lava_underground",
|
||||
"minecraft:lake_lava_surface"
|
||||
],
|
||||
[
|
||||
"minecraft:amethyst_geode"
|
||||
],
|
||||
[
|
||||
"minecraft:monster_room",
|
||||
"minecraft:monster_room_deep"
|
||||
],
|
||||
[
|
||||
"wythers:terrain/local/volcanic_pools"
|
||||
],
|
||||
[
|
||||
"wythers:terrain/local/volcanic_basalt_cliffs",
|
||||
"wythers:terrain/extended/volcanic_fallout",
|
||||
"wythers:terrain/extended/volcanic_fallout_ore"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_dirt",
|
||||
"minecraft:ore_gravel",
|
||||
"minecraft:ore_granite_upper",
|
||||
"minecraft:ore_granite_lower",
|
||||
"minecraft:ore_diorite_upper",
|
||||
"minecraft:ore_diorite_lower",
|
||||
"minecraft:ore_andesite_upper",
|
||||
"minecraft:ore_andesite_lower",
|
||||
"minecraft:ore_tuff",
|
||||
"minecraft:ore_coal_upper",
|
||||
"minecraft:ore_coal_lower",
|
||||
"minecraft:ore_iron_upper",
|
||||
"minecraft:ore_iron_middle",
|
||||
"minecraft:ore_iron_small",
|
||||
"minecraft:ore_gold",
|
||||
"minecraft:ore_gold_lower",
|
||||
"minecraft:ore_redstone",
|
||||
"minecraft:ore_redstone_lower",
|
||||
"minecraft:ore_diamond",
|
||||
"minecraft:ore_diamond_large",
|
||||
"minecraft:ore_diamond_buried",
|
||||
"minecraft:ore_lapis",
|
||||
"minecraft:ore_lapis_buried",
|
||||
"minecraft:ore_copper",
|
||||
"minecraft:underwater_magma",
|
||||
"minecraft:disk_sand",
|
||||
"minecraft:disk_clay",
|
||||
"minecraft:disk_gravel",
|
||||
"wythers:ores/ore_lava_volcanic"
|
||||
],
|
||||
[
|
||||
"minecraft:ore_infested"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[
|
||||
"minecraft:glow_lichen",
|
||||
"minecraft:brown_mushroom_normal",
|
||||
"minecraft:red_mushroom_normal"
|
||||
],
|
||||
[
|
||||
"minecraft:freeze_top_layer",
|
||||
"wythers:decor/sparse_steam"
|
||||
]
|
||||
]
|
||||
}
|
||||
2549
kubejs/data/minecraft/worldgen/noise_settings/overworld.json
Normal file
2549
kubejs/data/minecraft/worldgen/noise_settings/overworld.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue