mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-05 09:46:54 +00:00
Fix #1167
This commit is contained in:
+1
-1
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user