Skip to content

Commit

Permalink
Fix incompatibility with William Wythers' Overhauled Overworld
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <[email protected]>
  • Loading branch information
JT122406 committed Jul 28, 2024
1 parent fc25f99 commit 81ea228
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
# 1.0.1-Beta
- Allow BoneMealing Allium Flower Bushes into Tall Alliums
- Fix Crashing when going near fruit blocks on Fabric
- Fix Podzol Floors in Cakes under Sakura Grove
- Fix Podzol Floors in Cakes under Sakura Grove
- Fix incompatibility with William Wythers' Overhauled Overworld
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"minecraft:patch_pumpkin",
"minecraft:warm_ocean_vegetation",
"minecraft:seagrass_warm",
"minecraft:sea_pickle",
"minecraft:seagrass_normal",
"minecraft:sea_pickle",
"minecraft:lush_caves_ceiling_vegetation",
"minecraft:cave_vines",
"minecraft:lush_caves_clay",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,10 @@ protected static Biome lushStacks(HolderGetter<PlacedFeature> placedFeatureGette
addRawGeneration(generationSettings, BWGPlacedFeatures.LUSH_ROUNDED_ROCK);
addVegetal(generationSettings, AquaticPlacements.WARM_OCEAN_VEGETATION);
addVegetal(generationSettings, AquaticPlacements.SEAGRASS_WARM);
addVegetal(generationSettings, AquaticPlacements.SEA_PICKLE);
addVegetal(generationSettings, AquaticPlacements.SEAGRASS_NORMAL);
addVegetal(generationSettings, AquaticPlacements.SEA_PICKLE);
BiomeDefaultFeatures.addLushCavesVegetationFeatures(generationSettings);

// BYGDefaultBiomeFeatures.addlushStacksSpires(generationSettings);
MobSpawnSettings.Builder spawnSettings = new MobSpawnSettings.Builder();
addSpawn(spawnSettings, BWGEntities.MAN_O_WAR.get(), 200, 50, 50);
BiomeDefaultFeatures.warmOceanSpawns(spawnSettings, 10, 4);
Expand Down

0 comments on commit 81ea228

Please sign in to comment.