Skip to content

Commit

Permalink
Mushroom Island variants have Mushroom Island Shore beaches by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
whichonespink44 committed May 19, 2017
1 parent 5746135 commit ac8dde5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ public RealisticBiomeVanillaMushroomIsland() {
super(biome, river);
}

@Override
public Biome beachBiome() {
return this.beachBiome(Biomes.MUSHROOM_ISLAND_SHORE);
}

@Override
public void initConfig() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ public RealisticBiomeVanillaMushroomIslandShore() {
super(biome, river);
}

@Override
public Biome beachBiome() {
return this.beachBiome(Biomes.MUSHROOM_ISLAND_SHORE);
}

@Override
public void initConfig() {

Expand Down

0 comments on commit ac8dde5

Please sign in to comment.