Initial commit
This commit is contained in:
57
kubejs/data/deceasedcraft/worldgen/biome/undiscovered.json
Normal file
57
kubejs/data/deceasedcraft/worldgen/biome/undiscovered.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"temperature": 0,
|
||||
"downfall": 0,
|
||||
"precipitation": "none",
|
||||
"category": "underground",
|
||||
"effects": {
|
||||
"sky_color": 0,
|
||||
"fog_color": 0,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011,
|
||||
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.basalt_deltas.mood",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
},
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.basalt_deltas.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"music": {
|
||||
"sound": "minecraft:music.nether.basalt_deltas",
|
||||
"min_delay": 12000,
|
||||
"max_delay": 24000,
|
||||
"replace_current_music": false
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:white_ash"
|
||||
},
|
||||
"probability": 0.118093334
|
||||
}
|
||||
},
|
||||
"spawners": {},
|
||||
"spawn_costs": {},
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"deceasedcraft:dripstone_cluster",
|
||||
"deceasedcraft:pointed_dripstone"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:glow_lichen"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user