Add support for Minecraft 1.11.1

This commit is contained in:
md_5
2016-12-21 06:18:56 +11:00
parent 129693f533
commit 21411af74d
3 changed files with 6 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ public abstract class EntityMap
case ProtocolConstants.MINECRAFT_1_10:
return EntityMap_1_10.INSTANCE;
case ProtocolConstants.MINECRAFT_1_11:
case ProtocolConstants.MINECRAFT_1_11_1:
return EntityMap_1_11.INSTANCE;
}
throw new RuntimeException( "Version " + version + " has no entity map" );