mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fix #1167
This commit is contained in:
parent
e6b18cf230
commit
6ab927fa4d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user