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

27 lines
465 B
JSON

{
"feature": "minecraft:ore_emerald",
"placement": [
{
"type": "minecraft:count",
"count": 100
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 480
},
"min_inclusive": {
"absolute": -16
}
}
},
{
"type": "minecraft:biome"
}
]
}