Allow coal to generate down to bedrock

This commit is contained in:
Sergeant Acoustic 2025-12-21 00:30:12 +00:00
parent e6de01893e
commit 9d166e978d

View file

@ -0,0 +1,16 @@
{
"feature": "minecraft:ore_coal_buried",
"placement": [
{"type": "minecraft:count", "count": 27},
{"type": "minecraft:in_square"},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"min_inclusive": {"above_bottom": 0},
"max_inclusive": {"absolute": 192}
}
},
{"type": "minecraft:biome"}
]
}