3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-29 02:18:03 +02:00

add missing remaps

Dieser Commit ist enthalten in:
Marco 2019-05-21 23:10:11 +02:00
Ursprung 3d1aa03abb
Commit 4b0881263b

Datei anzeigen

@ -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
}