diff options
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..60246a8 --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/end_island.json @@ -0,0 +1,9 @@ +{ + "config": { + "height": 0, + "state": { + "Name": "minecraft:air" + } + }, + "type": "minecraft:fill_layer" +}
\ No newline at end of file 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..60246a8 --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/iceberg_blue.json @@ -0,0 +1,9 @@ +{ + "config": { + "height": 0, + "state": { + "Name": "minecraft:air" + } + }, + "type": "minecraft:fill_layer" +}
\ No newline at end of file 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..60246a8 --- /dev/null +++ b/data/minecraft/worldgen/configured_feature/iceberg_packed.json @@ -0,0 +1,9 @@ +{ + "config": { + "height": 0, + "state": { + "Name": "minecraft:air" + } + }, + "type": "minecraft:fill_layer" +}
\ No newline at end of file |