minecraft-assets/data/minecraft/worldgen/placed_feature/chorus_plant.json

25 lines
439 B
JSON

{
"feature": "minecraft:chorus_plant",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 4,
"min_inclusive": 0
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}
]
}