This commit is contained in:
dordsor21 2021-07-19 20:28:36 +01:00
parent e6b18cf230
commit 6ab927fa4d
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -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() {