TheRedBrain / rpg-inventory

MIT License
0 stars 0 forks source link

Crash on Launch, Possible Incompatability with RPG Inventory and Dehydration #12

Closed InputandOutput closed 1 month ago

InputandOutput commented 1 month ago

Launching the game with both RPG Inventory and Dehydration mods installed results in a crash, with the log snippet attached. log.txt Disabling RPG Inventory resolves the issue when the Dehydration mod is installed, and disabling the Dehydration mod also resolves the issue when RPG Inventory is enabled.

TheRedBrain commented 1 month ago

okay that is the weirdest mixin I have ever seen

when you shift-click a very specific item out of the crafting result slot in the player inventory, nbt data is attached to the item if the item doesn't have that data

I feel like that should not be done in the quick move method, but in the ItemStack#copy() method or something like that

TheRedBrain commented 1 month ago

but I'll try to make my mixin compatible I'm actively working on the quick moving anyway