Skip to content

Commit

Permalink
Fix Incompatibility with Slayers Beasts. Closes #115
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <[email protected]>
  • Loading branch information
JT122406 committed Sep 18, 2024
1 parent 6cf63b0 commit f2538bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.2.4
- Fix BWG Chest Boats not Saving Data
- Fix Incompatibility with Slayers Beasts

# 1.2.3
- Fix Oddion Foods Saturation Values
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 @@ -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.addGiantTaigaVegetation(generationSettings);
BiomeDefaultFeatures.addTaigaGrass(generationSettings);
BiomeDefaultFeatures.addGiantTaigaVegetation(generationSettings);
BiomeDefaultFeatures.addDefaultMushrooms(generationSettings);
BiomeDefaultFeatures.addDefaultExtraVegetation(generationSettings);
BiomeDefaultFeatures.addRareBerryBushes(generationSettings);
Expand Down

0 comments on commit f2538bc

Please sign in to comment.