#2862: Minecraft 1.16.1 support

This commit is contained in:
Polo1K
2020-06-25 08:08:51 +10:00
committed by md_5
parent 87cb3b90ea
commit c5f839c9ad
2 changed files with 4 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ public abstract class EntityMap
case ProtocolConstants.MINECRAFT_1_15_2:
return EntityMap_1_15.INSTANCE;
case ProtocolConstants.MINECRAFT_1_16:
case ProtocolConstants.MINECRAFT_1_16_1:
return EntityMap_1_16.INSTANCE;
}
throw new RuntimeException( "Version " + version + " has no entity map" );