mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
61
servers/bedrock/definitions/biomes/hell.biome.json
vendored
Normal file
61
servers/bedrock/definitions/biomes/hell.biome.json
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:biome": {
|
||||
"description": {
|
||||
"identifier": "hell"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:climate": {
|
||||
"downfall": 0.0,
|
||||
"snow_accumulation": [ 0.0, 0.125 ],
|
||||
"temperature": 2.0
|
||||
},
|
||||
"minecraft:multinoise_generation_rules": {
|
||||
"target_temperature": 0.0,
|
||||
"target_humidity": 0.0,
|
||||
"target_altitude": 0.0,
|
||||
"target_weirdness": 0.0,
|
||||
"weight": 0.0
|
||||
},
|
||||
"minecraft:surface_parameters": {
|
||||
"sea_floor_depth": 7,
|
||||
"sea_floor_material": "minecraft:netherrack",
|
||||
"foundation_material": "minecraft:netherrack",
|
||||
"mid_material": "minecraft:netherrack",
|
||||
"top_material": "minecraft:netherrack",
|
||||
"sea_material": "minecraft:lava"
|
||||
},
|
||||
"minecraft:surface_material_adjustments": {
|
||||
"adjustments": [
|
||||
{
|
||||
"materials": {
|
||||
"top_material": "minecraft:gravel",
|
||||
"sea_floor_material": "minecraft:gravel"
|
||||
},
|
||||
"height_range": [ "variable.sea_level - 3", "variable.sea_level + 2" ],
|
||||
"noise_frequency_scale": 0.03125,
|
||||
"noise_range": [ -1.0, -0.4 ]
|
||||
},
|
||||
{
|
||||
"materials": {
|
||||
"top_material": "minecraft:soul_sand",
|
||||
"mid_material": "minecraft:soul_sand",
|
||||
"sea_floor_material": "minecraft:soul_sand"
|
||||
},
|
||||
"height_range": [ "variable.sea_level - 3", "variable.sea_level + 2" ],
|
||||
"noise_frequency_scale": 0.03125,
|
||||
"noise_range": [ 0.4, 1.0 ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"nether": {},
|
||||
"nether_wastes": {},
|
||||
"spawn_magma_cubes": {},
|
||||
"spawn_zombified_piglin": {},
|
||||
"spawn_few_piglins": {},
|
||||
"spawn_ghast": {},
|
||||
"spawn_endermen": {}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user