Minecraft 1.17.1 support
This commit is contained in:
@@ -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" );
|
||||
|
Reference in New Issue
Block a user