Minecraft 1.14.4 support

This commit is contained in:
md_5
2019-07-20 09:00:00 +10:00
parent 7669801e69
commit 5c6bc183fd
2 changed files with 4 additions and 1 deletions

View File

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