diff --git a/data/minecraft/worldgen/placed_feature/ore_coal_lower.json b/data/minecraft/worldgen/placed_feature/ore_coal_lower.json new file mode 100644 index 0000000..5999a2c --- /dev/null +++ b/data/minecraft/worldgen/placed_feature/ore_coal_lower.json @@ -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"} + ] +}