Adjust this too

This commit is contained in:
Adubbz 2019-05-24 14:22:50 +10:00
parent b29ab83903
commit 5bffc07653
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class BiomeBOP extends Biome
if (biome.isPresent())
this.beachBiomeId = IRegistry.BIOME.getId(biome.get());
else
this.beachBiomeId = -1;
this.beachBiomeId = IRegistry.BIOME.getId(Biomes.BEACH);
}
public void setBeachBiome(Biome biome)