minecraft-src/data/minecraft/worldgen/placed_feature/pale_garden_flowers.json
2025-07-04 03:15:13 +03:00

19 lines
No EOL
332 B
JSON

{
"feature": "minecraft:pale_forest_flowers",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 8
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING_NO_LEAVES"
},
{
"type": "minecraft:biome"
}
]
}