AppleSkin

AppleSkin

236M Downloads

Incompatibility with Origins / MoreBeeInfo

Shines113 opened this issue ยท 7 comments

commented

The specific context of this is that I tried to install All Of Fabric 6 (Version 1.3.0, which contains appleskin-fabric-mc1.19-2.4.1.jar) and added the Origins (Fabric) (Origins-1.19.2-1.7.1.jar) and the mod crashed as soon as I would launch.

After going through and manually disabling several mods, I found that the culprit seemed to be Appleskin, after disabling it (and re-enabling three mods that had it listed as a dependency: bewitchment, bewitchment plus, and besmirchment) the pack seems to work just fine, sans food information. I'm not sure what's causing this issue, or how it could be corrected.

commented

The crash log would be helpful.

commented

for the bee info, because we use same mixin

private void getTooltipFromItem(PlayerEntity player, TooltipContext context, CallbackInfoReturnable<List> info)

https://github.com/anviaan/MoreBeeInfo/blob/78b3aba51377885aa0a2730e2f5dcdf2efdbfe2e/src/main/java/net/anvian/bee_info/mixin/TooltipMixin.java#L29

commented

I think it's their problem, because their use capature.

commented

It absolutely would, I don't know why I completely spaced attaching one. Here is one from a fresh install of the modpack with the origins version added in.
latest.log

commented

try remove bee_info 1.0.1

commented

That seems to work- So the compatibility issue is having appleskin, bee info, and origins together somehow, and disabling any one of the three makes it function?