Minecraft 1.14.1 support

This commit is contained in:
md_5
2019-05-14 10:00:00 +10:00
parent 086eb847ec
commit 3ec223ec94
2 changed files with 4 additions and 1 deletions

View File

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