Fixed beach biomes not working...For the entirety of 1.16.4...
This commit is contained in:
parent
6434926d54
commit
624e5a29d8
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public enum BOPShoreLayer implements ICastleTransformer
|
|||
BiomeMetadata meta = BiomeUtil.getMetadata(biome);
|
||||
|
||||
if (meta.getBeachBiome() == null) return biomeId;
|
||||
else return BiomeUtil.getBiomeId(key);
|
||||
else return BiomeUtil.getBiomeId(meta.getBeachBiome());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue