mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-22 07:00:05 +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…
x
Reference in New Issue
Block a user