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

36 lines
694 B
JSON

{
"feature": "minecraft:forest_flowers",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 7
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"value": {
"max_inclusive": 3,
"min_inclusive": 0,
"source": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 3,
"min_inclusive": -1
}
}
}
}
},
{
"type": "minecraft:biome"
}
]
}