ActuallyAdditions/src/generated/resources/data/actuallyadditions/worldgen/placed_feature/ore_black_quartz.json

27 lines
475 B
JSON
Raw Normal View History

2024-03-05 16:58:45 +01:00
{
"feature": "actuallyadditions:ore_black_quartz",
"placement": [
{
"type": "minecraft:count",
"count": 8
2024-03-05 16:58:45 +01:00
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 45
},
"min_inclusive": {
2024-03-11 21:40:25 +01:00
"absolute": -25
2024-03-05 16:58:45 +01:00
}
}
},
{
"type": "minecraft:biome"
}
]
}