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

31 lines
578 B
JSON

{
"feature": "minecraft:ice_patch",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:random_offset",
"xz_spread": 0,
"y_spread": -1
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:snow_block"
}
},
{
"type": "minecraft:biome"
}
]
}