BeansGalaxy

Results 9 comments of BeansGalaxy

I was unsure if you were forced to collect the backpack inventory because you didn't know how to properly place the backpack. I get now you want to store the...

I can understand that you'd want to store the backpack since they could be destroyed in lava. I'll likely get an update out tomorrow with these changes and I'll let...

20.1-0.17-v2 is live. I put all the helper methods inside of [CompatHelper](https://github.com/BeansGalaxy/Beans-Backpacks-2/blob/20.1/common/src/main/java/com/beansgalaxy/backpacks/platform/services/CompatHelper.java), hopefully this ends the generational war between inventory expansion mods and grave mods :)

I just meant a war because I see a lot of issues with other backpack mods and I get a lot of issues with grave mods so I assume we're...

The `getBackpackInventory()` getter is the actual item list so doing `.clear()` if they don't have a backpack and `.addAll(itemStacks)` would work. I was assuming you'd drop the backpack onto the...

Oops, sorry for accidently ghosting you D: It looks like with those methods were deleted in a bad merge I made. I'll get move those methods back to CompatHelper in...

Actually, I've been getting a lot of issue with over grave mods clearing my inventory on death. I'm going to have to find the exact like of code that starts...

Actually Actually... I realized I just described an Event, so I made a cancelable event fired when the Back Slot should drop. You're given access to the BackpackInventory & BackSlot...

Came here to say the same thing. I know minecraft doesnt like when things are transparent with themself but, is it possible to render the 3x3 chunks around the player...