fix coal generation range

This commit is contained in:
Curle 2023-06-29 01:57:24 +01:00
parent d94dff79dd
commit ab0c971fc5

View File

@ -13,10 +13,10 @@
"height": { "height": {
"type": "minecraft:uniform", "type": "minecraft:uniform",
"max_inclusive": { "max_inclusive": {
"below_top": 0 "below_top": 136
}, },
"min_inclusive": { "min_inclusive": {
"absolute": 136 "absolute": 15
} }
} }
}, },