From fd8bcaa3532dc8a0db75c1e7887672ad9782c568 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Wed, 17 Sep 2025 20:47:23 +0100 Subject: [PATCH] Remove geophilic surface rocks --- .../worldgen/configured_feature/_legacy/plains_rock.json | 6 ++++++ .../biome_specific/cherry_grove/stone_rock.json | 6 ++++++ .../worldgen/configured_feature/rock/cobblestone.json | 6 ++++++ .../worldgen/configured_feature/rock/mossy_cobblestone.json | 6 ++++++ data/geophilic/worldgen/configured_feature/rock/ore.json | 6 ++++++ .../worldgen/configured_feature/rock/red_sandstone.json | 6 ++++++ .../worldgen/configured_feature/rock/sandstone.json | 6 ++++++ data/geophilic/worldgen/configured_feature/rock/stone.json | 6 ++++++ 8 files changed, 48 insertions(+) create mode 100644 data/geophilic/worldgen/configured_feature/_legacy/plains_rock.json create mode 100644 data/geophilic/worldgen/configured_feature/biome_specific/cherry_grove/stone_rock.json create mode 100644 data/geophilic/worldgen/configured_feature/rock/cobblestone.json create mode 100644 data/geophilic/worldgen/configured_feature/rock/mossy_cobblestone.json create mode 100644 data/geophilic/worldgen/configured_feature/rock/ore.json create mode 100644 data/geophilic/worldgen/configured_feature/rock/red_sandstone.json create mode 100644 data/geophilic/worldgen/configured_feature/rock/sandstone.json create mode 100644 data/geophilic/worldgen/configured_feature/rock/stone.json diff --git a/data/geophilic/worldgen/configured_feature/_legacy/plains_rock.json b/data/geophilic/worldgen/configured_feature/_legacy/plains_rock.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/geophilic/worldgen/configured_feature/_legacy/plains_rock.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/geophilic/worldgen/configured_feature/biome_specific/cherry_grove/stone_rock.json b/data/geophilic/worldgen/configured_feature/biome_specific/cherry_grove/stone_rock.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/geophilic/worldgen/configured_feature/biome_specific/cherry_grove/stone_rock.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/geophilic/worldgen/configured_feature/rock/cobblestone.json b/data/geophilic/worldgen/configured_feature/rock/cobblestone.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/geophilic/worldgen/configured_feature/rock/cobblestone.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/geophilic/worldgen/configured_feature/rock/mossy_cobblestone.json b/data/geophilic/worldgen/configured_feature/rock/mossy_cobblestone.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/geophilic/worldgen/configured_feature/rock/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/geophilic/worldgen/configured_feature/rock/ore.json b/data/geophilic/worldgen/configured_feature/rock/ore.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/geophilic/worldgen/configured_feature/rock/ore.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/geophilic/worldgen/configured_feature/rock/red_sandstone.json b/data/geophilic/worldgen/configured_feature/rock/red_sandstone.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/geophilic/worldgen/configured_feature/rock/red_sandstone.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/geophilic/worldgen/configured_feature/rock/sandstone.json b/data/geophilic/worldgen/configured_feature/rock/sandstone.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/geophilic/worldgen/configured_feature/rock/sandstone.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +} diff --git a/data/geophilic/worldgen/configured_feature/rock/stone.json b/data/geophilic/worldgen/configured_feature/rock/stone.json new file mode 100644 index 0000000..29c2a2d --- /dev/null +++ b/data/geophilic/worldgen/configured_feature/rock/stone.json @@ -0,0 +1,6 @@ +{ + "type": "minecraft:replace_single_block", + "config": { + "targets": [] + } +}