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

26 lines
475 B
JSON

{
"feature": "minecraft:disk_sand",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR_WG"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_fluids",
"fluids": "minecraft:water"
}
},
{
"type": "minecraft:biome"
}
]
}