From 9d166e978d354e9a23c08d02e8e7a13fdd89370b Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Sun, 21 Dec 2025 00:30:12 +0000 Subject: [PATCH] Allow coal to generate down to bedrock --- .../worldgen/placed_feature/ore_coal_lower.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/minecraft/worldgen/placed_feature/ore_coal_lower.json 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"} + ] +}