Minecraft 1.14.3-pre4 support

This commit is contained in:
md_5
2019-06-21 20:00:00 +10:00
parent 8eb5683783
commit fe2a39e4f1
2 changed files with 4 additions and 1 deletions

View File

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