Solve incompamilities with my own mod
puggan opened this issue ยท 1 comments
My mod have an block inventory with rules on the slots,
the most basic rule is a stack-size of 1.
There is also rules about what items can go in to witch slot.
And sometimes a slot is completely locked.
Your mod seams to ignore the stack size, and try to move items to a full slot, and I end up holding the items in my hand after clicking your tool buttons. There may be problems with the other rules to, but the stack-size problem was the most noticeable one.
What can I do on my side, to avoid this incompatibility?
Can I some turn of your buttons from my view?
Can I limit which of my slots your mod takes in consideration when sorting?
Or should I try to make a PR that solves the stack-size for all inventories.
Hi is this still relevant? If so would you be willing to transfer the issue to the fork I maintain so we can work on solving it