mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-22 12:16:21 +01:00
fix mapping size
This commit is contained in:
parent
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);
|
||||
|
Loading…
Reference in New Issue
Block a user