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

19 lines
No EOL
322 B
JSON

{
"feature": "minecraft:patch_berry_bush",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 384
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}