3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-09-07 21:32:52 +02:00

fix mapping size

Dieser Commit ist enthalten in:
Gerrygames 2019-05-21 22:15:56 +02:00
Ursprung a7126b39dc
Commit e4638688f5

Datei anzeigen

@ -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);