diff --git a/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/diamond.json b/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/diamond.json index 13fa1d9..0fd649a 100644 --- a/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/diamond.json +++ b/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/diamond.json @@ -19,9 +19,6 @@ "below_top": 0 } } - }, - { - "type": "minecraft:biome" } ] } diff --git a/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/gold.json b/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/gold.json index beba077..1707f99 100644 --- a/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/gold.json +++ b/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/gold.json @@ -19,9 +19,6 @@ "below_top": 0 } } - }, - { - "type": "minecraft:biome" } ] } diff --git a/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/lapis.json b/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/lapis.json index 8ea0a16..05111c4 100644 --- a/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/lapis.json +++ b/src/main/resources/data/uhcrun/worldgen/placed_feature/ores/lapis.json @@ -19,9 +19,6 @@ "below_top": 0 } } - }, - { - "type": "minecraft:biome" } ] }