Accounted for the coral reef potentially being disabled
This commit is contained in:
parent
d6fc2d8f26
commit
b14433e583
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ public class ModBiomes implements BOPBiomes.IBiomeRegistry
|
||||||
coral_reef = registerBOPBiome(new BiomeGenCoralReef(), "Coral Reef");
|
coral_reef = registerBOPBiome(new BiomeGenCoralReef(), "Coral Reef");
|
||||||
|
|
||||||
setSubBiome(canyon, canyon_ravine);
|
setSubBiome(canyon, canyon_ravine);
|
||||||
setSubBiome(BiomeGenBase.ocean, BOPBiomes.coral_reef.get());
|
setSubBiome(Optional.of(BiomeGenBase.ocean), BOPBiomes.coral_reef);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue