Make the placed features have the step property just like structures. That way features would be listed in the features property without having them in steps.
For oak placed feature:
{
"feature": "minecraft:oak",
"step": "vegetal_decoration",
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:would_survive",
"state": {
"Name": "minecraft:oak_sapling",
"Properties": {
"stage": "0"
}
}
}
}
]
}
Example of features property in a biome:
"features": [
"minecraft:ore_dirt",
"minecraft:ore_gravel"
]
Or, since there is now universal tags:
"features": "#minecraft:for_biome/plains"
Please sign in to leave a comment.
1 Comments