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

27 lines
464 B
JSON

{
"feature": "minecraft:ore_gravel_nether",
"placement": [
{
"type": "minecraft:count",
"count": 2
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 41
},
"min_inclusive": {
"absolute": 5
}
}
},
{
"type": "minecraft:biome"
}
]
}