minecraft-src/data/minecraft/worldgen/configured_feature/trees_water.json
2025-07-04 01:41:11 +03:00

12 lines
No EOL
212 B
JSON

{
"type": "minecraft:random_selector",
"config": {
"default": "minecraft:oak_checked",
"features": [
{
"chance": 0.1,
"feature": "minecraft:fancy_oak_checked"
}
]
}
}