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 d9df493 commit 1284887
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 @@
# 2.0.3-Beta
- Fix BWG Chest Boats not Saving Data
- Fix Incompatibility with Slayers Beasts

# 2.0.2-Beta
- Fix Colored Sand Recipes using colored sand instead of normal sand
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,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 @@ -76,13 +76,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 1284887

Please sign in to comment.