add missing remaps

This commit is contained in:
Marco 2019-05-21 23:10:11 +02:00
parent 3d1aa03abb
commit 4b0881263b

View File

@ -34,6 +34,11 @@ public class EntityTypeMapping {
oldEntityToOldObject.put(type1_13.getId(), object1_13.getId());
}
}
for(Entity1_13Types.EntityType type : Entity1_13Types.EntityType.values()){
if(!entityTypes.containsValue(type.getId())){
entityTypes.put(type.getId(), type.getId());
}
}
entityTypes.put(50, 48); // ocelot
}