Replies: 1 comment
-
Just to comment... I am using both of your mods together now, haven't noticed anything weird (just put on Quark and that's a little funky) but no problems with sorting except it doesn't sort tools/weapons. (LOVE BOTH TOGETHER!!!) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm developing Inventory Profiles Next mod. Lately I'm trying to extend support for modded storage containers. My mod generally works well with all kind of storages mods except for 2 things:
To support these I need information about how big a stack can be, how many items will a single click on a stack take from the stack and of course the dimensions of the storage.
I did take a brief look at your mod API but I wasn't able to find something that will allow me to get the above information.
Are you willing to make this kind of information easily accessible? The best case scenario will be if there is stable nice API that anyone implementing storage management can use. However can see why mod devs won't be so keen in implementing such API.
I was thinking about something like few methods in net.p3pp3rf1y.sophisticatedbackpacks.common.gui.BackpackContainer with specific names or even better annotated with annotations that show what kind of information they provide.
.....
But of course the main question is are you interested in such integration at all 😄?
Beta Was this translation helpful? Give feedback.
All reactions