From 69c42422d1f90cea4a6b9fcc68b1a0ef34de230a Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Wed, 20 Aug 2025 22:43:39 +0100 Subject: [PATCH] Still life compat Disabled diamond ores spawning within still life biomes --- .../worldgen/configured_feature/ore_diamond_medium.json | 6 ++++++ .../worldgen/placed_feature/ore_diamond_medium.json | 9 +++++++++ .../placed_feature/pf_terrain/ore/diamond_extra.json | 9 +++++++++ 3 files changed, 24 insertions(+) create mode 100644 data/minecraft/worldgen/configured_feature/ore_diamond_medium.json create mode 100644 data/minecraft/worldgen/placed_feature/ore_diamond_medium.json create mode 100644 data/still_life/worldgen/placed_feature/pf_terrain/ore/diamond_extra.json diff --git a/data/minecraft/worldgen/configured_feature/ore_diamond_medium.json b/data/minecraft/worldgen/configured_feature/ore_diamond_medium.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/ore_diamond_medium.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/minecraft/worldgen/placed_feature/ore_diamond_medium.json b/data/minecraft/worldgen/placed_feature/ore_diamond_medium.json new file mode 100644 index 0000000..b9ae836 --- /dev/null +++ b/data/minecraft/worldgen/placed_feature/ore_diamond_medium.json @@ -0,0 +1,9 @@ +{ + "feature": "minecraft:ore_diamond_medium", + "placement": [ + { + "type": "minecraft:count", + "count": 0 + } + ] +} diff --git a/data/still_life/worldgen/placed_feature/pf_terrain/ore/diamond_extra.json b/data/still_life/worldgen/placed_feature/pf_terrain/ore/diamond_extra.json new file mode 100644 index 0000000..b9ae836 --- /dev/null +++ b/data/still_life/worldgen/placed_feature/pf_terrain/ore/diamond_extra.json @@ -0,0 +1,9 @@ +{ + "feature": "minecraft:ore_diamond_medium", + "placement": [ + { + "type": "minecraft:count", + "count": 0 + } + ] +}