Files
tcc/servers/bedrock/definitions/features/optional_beehive_feature.json

15 lines
722 B
JSON
Vendored

{
"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"
}
}