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/optional_beehive_feature.json
vendored
Normal file
15
servers/bedrock/definitions/features/optional_beehive_feature.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:scatter_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:optional_beehive_feature"
|
||||
},
|
||||
"iterations": 1,
|
||||
"scatter_chance": "query.has_biome_tag('bee_habitat') ? (query.has_biome_tag('plains') || query.has_biome_tag('sunflower_plains') ? 5.0 : (query.has_biome_tag('flower_forest') ? 3.0 : (query.has_biome_tag('birch_forest') || query.has_biome_tag('birch_forest_hills') || query.has_biome_tag('birch_forest_mutated') || query.has_biome_tag('forest') || query.has_biome_tag('forest_mutated') ? 0.035 : 0.0))) : 0.0",
|
||||
"x": 0,
|
||||
"z": 0,
|
||||
"y": 0,
|
||||
"project_input_to_floor": false,
|
||||
"places_feature": "minecraft:beehive_search_feature"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user