diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 17:04:11 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 17:04:11 +0200 |
commit | fcbea16f2ae86843eb214f64e02a96862e8e3564 (patch) | |
tree | cf169230f9ad723e610cfb511701ae128c754ed2 /data/minecraft/worldgen/configured_feature | |
parent | 9104556192e966c52b28c2e95e3e9692ed8e7932 (diff) |
original => vanilla && overwrite some more hard-coded structures :]
Diffstat (limited to 'data/minecraft/worldgen/configured_feature')
3 files changed, 27 insertions, 0 deletions
diff --git a/data/minecraft/worldgen/configured_feature/end_island.json b/data/minecraft/worldgen/configured_feature/end_island.json new file mode 100644 index 0000000..d4c80fe --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/end_island.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:fill_layer", + "config": { + "state": { + "Name": "minecraft:air" + }, + "height": 0 + } +} diff --git a/data/minecraft/worldgen/configured_feature/iceberg_blue.json b/data/minecraft/worldgen/configured_feature/iceberg_blue.json new file mode 100644 index 0000000..d4c80fe --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/iceberg_blue.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:fill_layer", + "config": { + "state": { + "Name": "minecraft:air" + }, + "height": 0 + } +} diff --git a/data/minecraft/worldgen/configured_feature/iceberg_packed.json b/data/minecraft/worldgen/configured_feature/iceberg_packed.json new file mode 100644 index 0000000..d4c80fe --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/iceberg_packed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:fill_layer", + "config": { + "state": { + "Name": "minecraft:air" + }, + "height": 0 + } +} |