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

27 lines
471 B
JSON

{
"feature": "minecraft:ore_redstone",
"placement": [
{
"type": "minecraft:count",
"count": 8
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"above_bottom": 32
},
"min_inclusive": {
"above_bottom": -32
}
}
},
{
"type": "minecraft:biome"
}
]
}