Minecraft 1.17.1 support

This commit is contained in:
md_5
2021-07-07 00:00:00 +10:00
parent b9da505efe
commit c866619f56
2 changed files with 4 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ public abstract class EntityMap
case ProtocolConstants.MINECRAFT_1_16_4:
return EntityMap_1_16_2.INSTANCE_1_16_2;
case ProtocolConstants.MINECRAFT_1_17:
case ProtocolConstants.MINECRAFT_1_17_1:
return EntityMap_1_16_2.INSTANCE_1_17;
}
throw new RuntimeException( "Version " + version + " has no entity map" );