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:
41
servers/bedrock/definitions/biomes/mesa_bryce.biome.json
vendored
Normal file
41
servers/bedrock/definitions/biomes/mesa_bryce.biome.json
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:biome": {
|
||||
"description": {
|
||||
"identifier": "mesa_bryce"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:climate": {
|
||||
"downfall": 0.0,
|
||||
"snow_accumulation": [ 0.0, 0.125 ],
|
||||
"temperature": 2.0
|
||||
},
|
||||
"minecraft:mesa_surface": {
|
||||
"bryce_pillars": true,
|
||||
"clay_material": "minecraft:stained_hardened_clay",
|
||||
"sea_floor_depth": 7,
|
||||
"sea_floor_material": "minecraft:gravel",
|
||||
"foundation_material": "minecraft:stone",
|
||||
"hard_clay_material": "minecraft:hardened_clay",
|
||||
"has_forest": false,
|
||||
"mid_material": "minecraft:hardened_clay",
|
||||
"top_material": {
|
||||
"name": "minecraft:sand",
|
||||
"states": {
|
||||
"sand_type": "red"
|
||||
}
|
||||
},
|
||||
"sea_material": "minecraft:water"
|
||||
},
|
||||
"minecraft:overworld_height": {
|
||||
"noise_type": "default"
|
||||
},
|
||||
|
||||
"animal": {},
|
||||
"mesa": {},
|
||||
"monster": {},
|
||||
"mutated": {},
|
||||
"overworld": {}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user