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

19 lines
No EOL
315 B
JSON

{
"feature": "minecraft:patch_cactus",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 6
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}
]
}