Skip to content

Commit

Permalink
Revert "Fix Incompatibility with Slayers Beasts. Closes #115"
Browse files Browse the repository at this point in the history
This reverts commit f2538bc

Signed-off-by: Joseph T. McQuigg <[email protected]>
  • Loading branch information
JT122406 committed Sep 19, 2024
1 parent ff94f0e commit e7d201b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ protected static Biome coniferousForest(HolderGetter<PlacedFeature> 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);
Expand Down

0 comments on commit e7d201b

Please sign in to comment.