Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 00:00:33 +01:00
fix mapping size
Dieser Commit ist enthalten in:
Ursprung
a7126b39dc
Commit
e4638688f5
@ -84,7 +84,7 @@ public class BackwardsMappings {
|
||||
}
|
||||
|
||||
private static class BlockMappingsShortArray implements BlockMappings {
|
||||
private short[] oldToNew = new short[11258 + 1];
|
||||
private short[] oldToNew = new short[11270 + 1];
|
||||
|
||||
private BlockMappingsShortArray(JsonObject newIdentifiers, JsonObject oldIdentifiers, JsonObject mapping) {
|
||||
Arrays.fill(oldToNew, (short) -1);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren