mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 12:33:54 +00:00
Fix #1167
This commit is contained in:
@ -45,7 +45,7 @@ public final class BlockStateIdAccess {
|
||||
|
||||
@Nullable
|
||||
public static BlockState getBlockStateById(int id) {
|
||||
return BlockState.getFromOrdinal(id);
|
||||
return BlockState.getFromInternalId(id);
|
||||
}
|
||||
|
||||
private BlockStateIdAccess() {
|
||||
|
Reference in New Issue
Block a user