Akashic Tome of Tools Fabric

Akashic Tome of Tools Fabric

177k Downloads

Mixin conflict with Lenient Stack Size.

bomkz opened this issue ยท 2 comments

commented

Hi there, it seems there's a mixin conflict between both of these mods, concerning akashictomeoftools.mixins.json:AnvilScreenHandler_2ndSlotDecrementMixin and lenientstacksize.mixins.json:AnvilScreenHandlerMixin
latest.log

commented

Just open this mod's jar in an archive manager, open akashictomeoftools.mixins.json with a text editor and delete anythig you want except ItemStack_SubstitutionMixin, MinecraftClient_HandleInput_AttackMixin and PacketByteBuf_ItemNetworkingMixin. (Everything else may conflict, so if you want to stack unstackables, their implementation is probably better and may be compatible with this mod)
There is no core mod to fix the issues once and for all, so I have no idea how to get around random people doing the same thing in different mods (and someone actually doing an incopmatible different thing).

commented

Just open this mod's jar in an archive manager, open akashictomeoftools.mixins.json with a text editor and delete anythig

Understandable, thank you!