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:
15
servers/bedrock/definitions/features/beehive_search_feature.json
vendored
Normal file
15
servers/bedrock/definitions/features/beehive_search_feature.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:search_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:beehive_search_feature"
|
||||
},
|
||||
"places_feature": "minecraft:select_beehive_feature",
|
||||
"search_volume": {
|
||||
"min": [ 0, 0, 0 ],
|
||||
"max": [ 0, 6, 0 ]
|
||||
},
|
||||
"search_axis": "+y",
|
||||
"required_successes": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user