Minecraft 1.14.2 support

This commit is contained in:
md_5
2019-05-28 06:30:00 +10:00
parent 3ec223ec94
commit 8fda060611
2 changed files with 4 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ public abstract class EntityMap
return EntityMap_1_13.INSTANCE;
case ProtocolConstants.MINECRAFT_1_14:
case ProtocolConstants.MINECRAFT_1_14_1:
case ProtocolConstants.MINECRAFT_1_14_2:
return EntityMap_1_14.INSTANCE;
}
throw new RuntimeException( "Version " + version + " has no entity map" );