Adjust this too
This commit is contained in:
parent
b29ab83903
commit
5bffc07653
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue