Files
tcc/servers/bedrock/definitions/feature_rules/taiga_surface_mushrooms_feature.json

31 lines
650 B
JSON
Vendored

{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:taiga_surface_mushrooms_feature",
"places_feature": "minecraft:legacy:small_mushrooms_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "taiga"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "mega"
}
]
},
"distribution": {
"iterations": 1,
"x": 0,
"y": 0,
"z": 0
}
}
}