diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 23:43:14 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 23:43:14 +0200 |
commit | 0028d1276f042953a4034016815593006d823f6d (patch) | |
tree | c3cea08bad6778e24fc3b7de905069f5c35889ff /data/minecraft/worldgen/configured_feature | |
parent | fcbea16f2ae86843eb214f64e02a96862e8e3564 (diff) |
generate json files programmatically
Diffstat (limited to 'data/minecraft/worldgen/configured_feature')
3 files changed, 15 insertions, 15 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 diff --git a/data/minecraft/worldgen/configured_feature/iceberg_blue.json b/data/minecraft/worldgen/configured_feature/iceberg_blue.json index d4c80fe..60246a8 100644 --- a/data/minecraft/worldgen/configured_feature/iceberg_blue.json +++ b/data/minecraft/worldgen/configured_feature/iceberg_blue.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 diff --git a/data/minecraft/worldgen/configured_feature/iceberg_packed.json b/data/minecraft/worldgen/configured_feature/iceberg_packed.json index d4c80fe..60246a8 100644 --- a/data/minecraft/worldgen/configured_feature/iceberg_packed.json +++ b/data/minecraft/worldgen/configured_feature/iceberg_packed.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 |