summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/configured_feature
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-06-26 21:50:58 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-06-26 21:50:58 +0200
commit289faaf0ec2063c42acc54f80f9b9298106b8e32 (patch)
treedc695d33da917a63c9297a775955d1544f7c01d3 /data/minecraft/worldgen/configured_feature
parent9104556192e966c52b28c2e95e3e9692ed8e7932 (diff)
overwrite all generating structures with "empty" filesHEADmain
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..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