Minecraft 1.16.4 support

This commit is contained in:
md_5
2020-11-03 07:00:00 +11:00
parent 4199b0ca64
commit 281aecef4c
2 changed files with 4 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ public abstract class EntityMap
return EntityMap_1_16.INSTANCE;
case ProtocolConstants.MINECRAFT_1_16_2:
case ProtocolConstants.MINECRAFT_1_16_3:
case ProtocolConstants.MINECRAFT_1_16_4:
return EntityMap_1_16_2.INSTANCE;
}
throw new RuntimeException( "Version " + version + " has no entity map" );