Minecraft 1.18.2 support
This commit is contained in:
@@ -72,6 +72,7 @@ public abstract class EntityMap
|
||||
case ProtocolConstants.MINECRAFT_1_17_1:
|
||||
return EntityMap_1_16_2.INSTANCE_1_17;
|
||||
case ProtocolConstants.MINECRAFT_1_18:
|
||||
case ProtocolConstants.MINECRAFT_1_18_2:
|
||||
return EntityMap_1_16_2.INSTANCE_1_18;
|
||||
}
|
||||
throw new RuntimeException( "Version " + version + " has no entity map" );
|
||||
|
Reference in New Issue
Block a user