Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Fix #1167
Dieser Commit ist enthalten in:
Ursprung
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() {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren