Ryan Liptak
Ryan Liptak
`config/appleskin-client.toml` in your Minecraft instance folder.
Try with v2.2.0, that particular compat mixin has been removed.
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.
This is a priority now that we have an API package. Was looking into using GitHub packages, but it requires users to be authenticated to download artifacts which seems like...
Going to use this comment as my notes while investigating this whole thing. Will edit this comment as I work on things. Fabric: - Most mods seem to publish APIs...
Set this up for Fabric: https://github.com/squeek502/AppleSkin/tree/1.16-fabric#for-mod-developers Haven't published the Forge version because I haven't figured things out for Forge yet.
That mod can add compatibility using [`HUDOverlayEvent`](https://github.com/squeek502/AppleSkin/blob/1.17-fabric/java/squeek/appleskin/api/event/HUDOverlayEvent.java) from the AppleSkin API: https://github.com/squeek502/AppleSkin/tree/1.17-fabric#for-mod-developers
My guess here would be that you need to have the same settings/mods on both your client and server for the food values to be correct. If you're playing on...
Looks similar to the incompatibility in https://github.com/squeek502/AppleSkin/issues/115. Sandwichable will probably want to use the AppleSkin API instead of applying a mixin to AppleSkin classes: https://github.com/squeek502/AppleSkin/tree/1.16-fabric#for-mod-developers
Looks like a Spawner Locator crash. Does the crash go away if you remove AppleSkin?