-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Baubles Compat #16
Comments
yeah i get what you mean. But there isnt a baubles plugin right out of the gate. though it would be a simple addition. |
Ah, so it's just an issues with Baubles slots in general huh. I didn't think to check the first time, but yeah it does seem that any item in a Baubles slot doesn't get its weight counted. It'd be greatly appreciated if you could add support for it some time. By the way, rather than making another issue I figure I may as well mention here that I requested support for your mod with the Tool Belt mod, and the developer suggested that it may make more sense for you to use the Forge IItemHandler: gigaherz/ToolBelt#59 |
Eh I am doing that actually already. And belts should work as long they are not in bauble slots. Gigaherz is right there he shouldnt do anything. Ok to put my standpoint here: |
Sounds good, no rush. Appreciate it. |
While digging through a bunch of backpack mods to see what this mod interacts with, I found a few issues with two mods that it otherwise mostly works with.
With Improved Backpacks, the mod doesn't see the backpacks' contents at all when it's equipped in the Bauble slot rather than the chest armor slot.
Demonstration:
With Wearable Backpacks the mod has trouble recognizing when the backpack is dropped/equipped and updating the player's weight accordingly, which isn't too surprising considering the weird non-inventory ways it's interacted with.
Demonstrations of both: https://streamable.com/usbfr
If either of these seem like they're more of an issue with those mods compat than anything you can fix on your side, please let me know so I can let them know.
Also: As just kind of a general suggestion, it would be neat if there were a way to set a multiplier for item weights in a backpack, such as items being half as heavy in a bag to encourage their use.
The text was updated successfully, but these errors were encountered: