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": [] + } +}