diff --git a/src/main/resources/data/jafohana/neoforge/biome_modifier/bird_of_paradise_features.json b/src/main/resources/data/jafohana/neoforge/biome_modifier/bird_of_paradise_features.json index 88ebfd01..8c144f67 100644 --- a/src/main/resources/data/jafohana/neoforge/biome_modifier/bird_of_paradise_features.json +++ b/src/main/resources/data/jafohana/neoforge/biome_modifier/bird_of_paradise_features.json @@ -11,6 +11,10 @@ { "name": "#jafohana:is_dry" }, + { + "name": "minecraft:wooded_badlands", + "negate": true + }, { "name": "#jafohana:is_savanna", "negate": true diff --git a/src/main/resources/data/jafohana/neoforge/biome_modifier/fireball_lily_features.json b/src/main/resources/data/jafohana/neoforge/biome_modifier/fireball_lily_features.json index 50a16dab..ffddd4de 100644 --- a/src/main/resources/data/jafohana/neoforge/biome_modifier/fireball_lily_features.json +++ b/src/main/resources/data/jafohana/neoforge/biome_modifier/fireball_lily_features.json @@ -19,6 +19,10 @@ { "name": "#jafohana:is_dry" }, + { + "name": "minecraft:wooded_badlands", + "negate": true + }, { "name": "#jafohana:is_jungle", "negate": true diff --git a/src/main/resources/data/jafohana/tags/worldgen/biome/is_hot.json b/src/main/resources/data/jafohana/tags/worldgen/biome/is_hot.json index 2d7a5142..2f59a277 100644 --- a/src/main/resources/data/jafohana/tags/worldgen/biome/is_hot.json +++ b/src/main/resources/data/jafohana/tags/worldgen/biome/is_hot.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ + "minecraft:wooded_badlands", { "id": "#c:is_hot", "required": false diff --git a/src/main/resources/data/jafohana/tags/worldgen/biome/is_overworld.json b/src/main/resources/data/jafohana/tags/worldgen/biome/is_overworld.json index 659e5a9a..96ef2553 100644 --- a/src/main/resources/data/jafohana/tags/worldgen/biome/is_overworld.json +++ b/src/main/resources/data/jafohana/tags/worldgen/biome/is_overworld.json @@ -22,10 +22,6 @@ "id": "nyctophobia:deep_dark_forest", "required": false }, - { - "id": "hexerei:willow_swamp", - "required": false - }, { "id": "windswept:chestnut_forest", "required": false