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:
13
servers/bedrock/definitions/features/oak_tree_with_beehive_feature.json
vendored
Normal file
13
servers/bedrock/definitions/features/oak_tree_with_beehive_feature.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:aggregate_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:oak_tree_with_beehive_feature"
|
||||
},
|
||||
"early_out": "first_failure",
|
||||
"features": [
|
||||
"minecraft:oak_tree_feature",
|
||||
"minecraft:beehive_search_feature"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user