Skip to content

Commit

Permalink
Fix Podzol Floors in Caves under Sakura Grove Closes #5
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 e9adab6 commit fc25f99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 1.0.0-Beta
- Initial release

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public class BWGOverworldSurfaceRules {
CRACKED_SAND_SURFACE
));

private static final SurfaceRules.RuleSource SAKURA_GROVE = makeifTrueRule(BWGBiomes.SAKURA_GROVE, SurfaceRules.sequence(
private static final SurfaceRules.RuleSource SAKURA_GROVE = biomeAbovePreliminarySurface(BWGBiomes.SAKURA_GROVE, SurfaceRules.sequence(
makeifTrueRule(SurfaceRuleData.surfaceNoiseAbove(1.75D),
makeifTrueRule(SurfaceRules.ON_FLOOR, Blocks.PODZOL))
));
Expand Down

0 comments on commit fc25f99

Please sign in to comment.