AppleSkin icon indicating copy to clipboard operation
AppleSkin copied to clipboard

[Fabric 1.17.1] AppleSkin REI Compat mixin fails to apply

Open hugeblank opened this issue 3 years ago • 4 comments

~REI had a major rework recently-ish, causing the compat mixin to crash the client.~ Edit: I'm actually not sure this is the case, it looks like method and mixin headers line up, it's probably something more nuanced.

AppleSkin: 2.1.3 REI: 6.0.279-alpha

crash-2021-10-08_16.27.12-client.txt

hugeblank avatar Oct 08 '21 23:10 hugeblank

I should mention that I'm doing all of this in a development environment since that may be relevant. I have appleskin as a jar file in my run/mods folder, and REI as an external library.

hugeblank avatar Oct 08 '21 23:10 hugeblank

Try with v2.2.0, that particular compat mixin has been removed.

squeek502 avatar Nov 02 '21 06:11 squeek502

Also, have you seen this section of the README in the Fabric branch?

https://github.com/squeek502/AppleSkin/tree/1.17-fabric#for-mod-developers

That method of including AppleSkin in your dev environment should be much less error-prone.

squeek502 avatar Nov 02 '21 06:11 squeek502

Try with v2.2.0, that particular compat mixin has been removed.

Thanks, I'll give it a test when I have time.

That method of including AppleSkin in your dev environment should be much less error-prone.

I could do that as well I suppose. I didn't look into this initially because I don't have any reason to work with the API.

hugeblank avatar Nov 02 '21 06:11 hugeblank