mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fix #1167
This commit is contained in:
parent
e6b18cf230
commit
6ab927fa4d
@ -45,7 +45,7 @@ public final class BlockStateIdAccess {
|
|||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public static BlockState getBlockStateById(int id) {
|
public static BlockState getBlockStateById(int id) {
|
||||||
return BlockState.getFromOrdinal(id);
|
return BlockState.getFromInternalId(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
private BlockStateIdAccess() {
|
private BlockStateIdAccess() {
|
||||||
|
Loading…
Reference in New Issue
Block a user