mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-07 10:02:01 +01:00
add missing remaps
This commit is contained in:
parent
3d1aa03abb
commit
4b0881263b
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user