minecraft-src/data/minecraft/worldgen/configured_feature/trees_windswept_hills.json
2025-07-04 03:45:38 +03:00

24 lines
No EOL
485 B
JSON

{
"type": "minecraft:random_selector",
"config": {
"default": "minecraft:oak_checked",
"features": [
{
"chance": 0.008325,
"feature": "minecraft:fallen_spruce_tree"
},
{
"chance": 0.666,
"feature": "minecraft:spruce_checked"
},
{
"chance": 0.1,
"feature": "minecraft:fancy_oak_checked"
},
{
"chance": 0.0125,
"feature": "minecraft:fallen_oak_tree"
}
]
}
}