Minecraft 1.13.1 support

This commit is contained in:
md_5
2018-08-23 20:52:25 +10:00
parent 9ea82e9541
commit 1bb826109c
3 changed files with 7 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ public abstract class EntityMap
case ProtocolConstants.MINECRAFT_1_12_2:
return EntityMap_1_12_1.INSTANCE;
case ProtocolConstants.MINECRAFT_1_13:
case ProtocolConstants.MINECRAFT_1_13_1:
return EntityMap_1_13.INSTANCE;
}
throw new RuntimeException( "Version " + version + " has no entity map" );