summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/configured_feature
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/worldgen/configured_feature')
-rw-r--r--data/minecraft/worldgen/configured_feature/end_island.json9
-rw-r--r--data/minecraft/worldgen/configured_feature/iceberg_blue.json9
-rw-r--r--data/minecraft/worldgen/configured_feature/iceberg_packed.json9
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
+ }
+}