Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

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