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 + } + ] +}