diff --git a/Common/src/main/generated/resources/data/biomeswevegone/worldgen/biome/coniferous_forest.json b/Common/src/main/generated/resources/data/biomeswevegone/worldgen/biome/coniferous_forest.json index 9eec6333b..ce1cac0e0 100644 --- a/Common/src/main/generated/resources/data/biomeswevegone/worldgen/biome/coniferous_forest.json +++ b/Common/src/main/generated/resources/data/biomeswevegone/worldgen/biome/coniferous_forest.json @@ -75,13 +75,13 @@ "minecraft:glow_lichen", "minecraft:patch_large_fern", "minecraft:flower_default", - "minecraft:patch_grass_taiga_2", - "minecraft:brown_mushroom_taiga", - "minecraft:red_mushroom_taiga", "minecraft:patch_grass_taiga", "minecraft:patch_dead_bush", "minecraft:brown_mushroom_old_growth", "minecraft:red_mushroom_old_growth", + "minecraft:patch_grass_taiga_2", + "minecraft:brown_mushroom_taiga", + "minecraft:red_mushroom_taiga", "minecraft:brown_mushroom_normal", "minecraft:red_mushroom_normal", "minecraft:patch_sugar_cane", diff --git a/Common/src/main/generated/resources/data/biomeswevegone/worldgen/biome/frosted_coniferous_forest.json b/Common/src/main/generated/resources/data/biomeswevegone/worldgen/biome/frosted_coniferous_forest.json index a13f22fcb..4a4fd2225 100644 --- a/Common/src/main/generated/resources/data/biomeswevegone/worldgen/biome/frosted_coniferous_forest.json +++ b/Common/src/main/generated/resources/data/biomeswevegone/worldgen/biome/frosted_coniferous_forest.json @@ -75,13 +75,13 @@ "minecraft:glow_lichen", "minecraft:patch_large_fern", "minecraft:flower_default", - "minecraft:patch_grass_taiga_2", - "minecraft:brown_mushroom_taiga", - "minecraft:red_mushroom_taiga", "minecraft:patch_grass_taiga", "minecraft:patch_dead_bush", "minecraft:brown_mushroom_old_growth", "minecraft:red_mushroom_old_growth", + "minecraft:patch_grass_taiga_2", + "minecraft:brown_mushroom_taiga", + "minecraft:red_mushroom_taiga", "minecraft:brown_mushroom_normal", "minecraft:red_mushroom_normal", "minecraft:patch_sugar_cane", diff --git a/Common/src/main/java/net/potionstudios/biomeswevegone/world/level/levelgen/biome/BWGOverworldBiomes.java b/Common/src/main/java/net/potionstudios/biomeswevegone/world/level/levelgen/biome/BWGOverworldBiomes.java index 2b8e982eb..bec1f4b08 100644 --- a/Common/src/main/java/net/potionstudios/biomeswevegone/world/level/levelgen/biome/BWGOverworldBiomes.java +++ b/Common/src/main/java/net/potionstudios/biomeswevegone/world/level/levelgen/biome/BWGOverworldBiomes.java @@ -405,8 +405,8 @@ protected static Biome coniferousForest(HolderGetter placedFeatur BiomeDefaultFeatures.addFerns(generationSettings); BiomeDefaultFeatures.addDefaultFlowers(generationSettings); - BiomeDefaultFeatures.addTaigaGrass(generationSettings); BiomeDefaultFeatures.addGiantTaigaVegetation(generationSettings); + BiomeDefaultFeatures.addTaigaGrass(generationSettings); BiomeDefaultFeatures.addDefaultMushrooms(generationSettings); BiomeDefaultFeatures.addDefaultExtraVegetation(generationSettings); BiomeDefaultFeatures.addRareBerryBushes(generationSettings);