mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 12:06:41 +00:00
Actually initialize GameModes and WeatherTypes.
This commit is contained in:
@ -628,7 +628,8 @@ public final class BlockTypes {
|
||||
private BlockTypes() {
|
||||
}
|
||||
|
||||
public static @Nullable BlockType get(final String id) {
|
||||
@Nullable
|
||||
public static BlockType get(final String id) {
|
||||
return BlockType.REGISTRY.get(id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user