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

27 lines
469 B
JSON

{
"feature": "minecraft:ore_granite",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 6
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 128
},
"min_inclusive": {
"absolute": 64
}
}
},
{
"type": "minecraft:biome"
}
]
}