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