mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-07 08:58:20 +01:00
Merge pull request #143 from MrBretze/optifineFix
Added OptifineSupport.isEnabled()
This commit is contained in:
commit
5014cd7ba9
@ -30,4 +30,7 @@ public final class OptifineSupport {
|
||||
biomeManager.addBiome(Biome.builder().name(NamespaceID.from("minecraft:swamp_hills")).build());
|
||||
}
|
||||
|
||||
public static boolean isEnabled() {
|
||||
return enabled;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user