minecraft-src/data/minecraft/worldgen/placed_feature/pale_oak_checked.json
2025-07-04 02:00:41 +03:00

17 lines
No EOL
333 B
JSON

{
"feature": "minecraft:pale_oak",
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:would_survive",
"state": {
"Name": "minecraft:pale_oak_sapling",
"Properties": {
"stage": "0"
}
}
}
}
]
}