init
This commit is contained in:
111
kubejs/data/minecraft/worldgen/biome/basalt_deltas.json
Normal file
111
kubejs/data/minecraft/worldgen/biome/basalt_deltas.json
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"downfall": 0.0,
|
||||
"effects": {
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.basalt_deltas.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
|
||||
"fog_color": 6840176,
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2.0,
|
||||
"sound": "minecraft:ambient.basalt_deltas.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"music": {
|
||||
"max_delay": 24000,
|
||||
"min_delay": 12000,
|
||||
"replace_current_music": false,
|
||||
"sound": "minecraft:music.nether.basalt_deltas"
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:white_ash"
|
||||
},
|
||||
"probability": 0.118093334
|
||||
},
|
||||
"sky_color": 7254527,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:delta",
|
||||
"minecraft:small_basalt_columns",
|
||||
"minecraft:large_basalt_columns"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"minecraft:basalt_blobs",
|
||||
"minecraft:blackstone_blobs",
|
||||
"minecraft:spring_delta",
|
||||
"minecraft:patch_fire",
|
||||
"minecraft:patch_soul_fire",
|
||||
"minecraft:glowstone_extra",
|
||||
"minecraft:glowstone",
|
||||
"minecraft:brown_mushroom_nether",
|
||||
"minecraft:red_mushroom_nether",
|
||||
"minecraft:ore_magma",
|
||||
"minecraft:spring_closed_double",
|
||||
"minecraft:ore_gold_deltas",
|
||||
"minecraft:ore_quartz_deltas",
|
||||
"minecraft:ore_ancient_debris_large",
|
||||
"minecraft:ore_debris_small"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"spawn_costs": {
|
||||
"minecraft:strider": {
|
||||
"charge": 1.0,
|
||||
"energy_budget": 0.05
|
||||
},
|
||||
"minecraft:ghast": {
|
||||
"charge": 1.0,
|
||||
"energy_budget": 0.05
|
||||
},
|
||||
"minecraft:magma_cube": {
|
||||
"charge": 1.0,
|
||||
"energy_budget": 0.05
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [
|
||||
{
|
||||
"type": "minecraft:strider",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 60
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "minecraft:ghast",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:magma_cube",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 2.0
|
||||
}
|
||||
Reference in New Issue
Block a user