From 0028d1276f042953a4034016815593006d823f6d Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 23 Jun 2024 23:43:14 +0200 Subject: generate json files programmatically --- data/minecraft/worldgen/configured_feature/end_island.json | 10 +++++----- data/minecraft/worldgen/configured_feature/iceberg_blue.json | 10 +++++----- data/minecraft/worldgen/configured_feature/iceberg_packed.json | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'data/minecraft/worldgen/configured_feature') 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 -- cgit v1.2.3