ActuallyAdditions/src/generated/resources/data/actuallyadditions/worldgen/placed_feature/ore_black_quartz.json
2024-03-11 21:40:35 +01:00

27 lines
475 B
JSON

{
"feature": "actuallyadditions:ore_black_quartz",
"placement": [
{
"type": "minecraft:count",
"count": 8
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 45
},
"min_inclusive": {
"absolute": -25
}
}
},
{
"type": "minecraft:biome"
}
]
}