mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Port initial paperweight classes to 1.18 folder structure
This commit is contained in:
@ -555,7 +555,7 @@ public class BukkitWorld extends AbstractWorld {
|
||||
@Override
|
||||
public boolean fullySupports3DBiomes() {
|
||||
// Supports if API does and we're not in the overworld
|
||||
return HAS_3D_BIOMES && getWorld().getEnvironment() != World.Environment.NORMAL;
|
||||
return HAS_3D_BIOMES && getWorld().getEnvironment() != World.Environment.NORMAL || PaperLib.isVersion(18);
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
|
Reference in New Issue
Block a user