fix mapping size

This commit is contained in:
Gerrygames 2019-05-21 22:15:56 +02:00
parent a7126b39dc
commit e4638688f5

View File

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