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:
22
servers/bedrock/definitions/biomes/legacy_frozen_ocean.biome.json
vendored
Normal file
22
servers/bedrock/definitions/biomes/legacy_frozen_ocean.biome.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:biome": {
|
||||
"description": {
|
||||
"identifier": "legacy_frozen_ocean"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:climate": {
|
||||
"downfall": 0.5,
|
||||
"snow_accumulation": [ 0.125, 0.25 ],
|
||||
"temperature": 0.0
|
||||
},
|
||||
"minecraft:overworld_height": {
|
||||
"noise_type": "ocean"
|
||||
},
|
||||
|
||||
"frozen": {},
|
||||
"ocean": {},
|
||||
"overworld": {}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user