Adjust this too

This commit is contained in:
Adubbz 2019-05-24 14:22:50 +10:00
parent b29ab83903
commit 5bffc07653

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)