summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/configured_feature/end_island.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-06-23 23:43:14 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-06-23 23:43:14 +0200
commit0028d1276f042953a4034016815593006d823f6d (patch)
treec3cea08bad6778e24fc3b7de905069f5c35889ff /data/minecraft/worldgen/configured_feature/end_island.json
parentfcbea16f2ae86843eb214f64e02a96862e8e3564 (diff)
generate json files programmatically
Diffstat (limited to 'data/minecraft/worldgen/configured_feature/end_island.json')
-rw-r--r--data/minecraft/worldgen/configured_feature/end_island.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/minecraft/worldgen/configured_feature/end_island.json b/data/minecraft/worldgen/configured_feature/end_island.json
index d4c80fe..60246a8 100644
--- a/data/minecraft/worldgen/configured_feature/end_island.json
+++ b/data/minecraft/worldgen/configured_feature/end_island.json
@@ -1,9 +1,9 @@
{
- "type": "minecraft:fill_layer",
"config": {
+ "height": 0,
"state": {
"Name": "minecraft:air"
- },
- "height": 0
- }
-}
+ }
+ },
+ "type": "minecraft:fill_layer"
+} \ No newline at end of file