From fc5cd9a89069262a343b43ef0df2681e04145002 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Mon, 3 Nov 2025 19:03:19 +0000 Subject: [PATCH] Remove ancient debris from nether --- .../configured_feature/ore_ancient_debris_large.json | 6 ++++++ .../configured_feature/ore_ancient_debris_small.json | 6 ++++++ .../placed_feature/ore_ancient_debris_large.json | 9 +++++++++ 3 files changed, 21 insertions(+) create mode 100644 data/minecraft/worldgen/configured_feature/ore_ancient_debris_large.json create mode 100644 data/minecraft/worldgen/configured_feature/ore_ancient_debris_small.json create mode 100644 data/minecraft/worldgen/placed_feature/ore_ancient_debris_large.json diff --git a/data/minecraft/worldgen/configured_feature/ore_ancient_debris_large.json b/data/minecraft/worldgen/configured_feature/ore_ancient_debris_large.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/ore_ancient_debris_large.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/minecraft/worldgen/configured_feature/ore_ancient_debris_small.json b/data/minecraft/worldgen/configured_feature/ore_ancient_debris_small.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/ore_ancient_debris_small.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/minecraft/worldgen/placed_feature/ore_ancient_debris_large.json b/data/minecraft/worldgen/placed_feature/ore_ancient_debris_large.json new file mode 100644 index 0000000..a5e2288 --- /dev/null +++ b/data/minecraft/worldgen/placed_feature/ore_ancient_debris_large.json @@ -0,0 +1,9 @@ +{ + "feature": "minecraft:ore_ancient_debris_large", + "placement": [ + { + "type": "minecraft:count", + "count": 0 + } + ] +}