Allow coal to generate down to bedrock
This commit is contained in:
parent
e6de01893e
commit
9d166e978d
16
data/minecraft/worldgen/placed_feature/ore_coal_lower.json
Normal file
16
data/minecraft/worldgen/placed_feature/ore_coal_lower.json
Normal 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"}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue