mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-22 08:02:31 +01:00
Added OptifineSupport.isEnabled()
This commit is contained in:
parent
1af8ea5303
commit
f7ec0dbc1f
@ -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