TheIllusiveC4 / Curios

Minecraft Mod: A flexible and expandable accessory/equipment API for users and developers.
https://www.curseforge.com/minecraft/mc-mods/curios
Other
179 stars 72 forks source link

[Bug]: Ifinity backpack (Industrial Foregoing) Not working on added slot #404

Closed ErikolGamer14 closed 5 months ago

ErikolGamer14 commented 5 months ago

Minecraft Version

1.20.1

What happened?

Item is not functioning as expected when ussing it on an added slot -I added an extra back slot by using command (/curios add back player) So I can use 2 backpacks at the same time (Sophisticated backpacks and Industrial foregoing)

-Magnet is woking but not placing the item to the backapackpack even if filtered to do, pickup isn't working neither but refill is working properly. -Backpack hotkey isn't working when on added back slot.

How do you trigger this bug?

  1. Clean instalation, added mods (Industrial foregoing,Titanium core and curious API)
  2. Execute "/curios add back player" command
  3. Put the ifinite backpack on the new slot
  4. Test infinite backpack functionalities

This was done on a

Loader

Forge

Loader Version

47.2.20

Mod Version

curios-forge-5.9.0+1.20.1

Relevant Log Outputs

No response

Bug reported to Industrial Foregoing as well.

TheIllusiveC4 commented 5 months ago

This is most likely because, from what I can tell, Industrial Foregoing only checks the first index of the back slot for the backpack and so functionality in other indices will not work.

This was working on a previous version of Curious (5.7.2 for MC1.20.1)

Are you certain this is the case? When I tested on that version, the keybinding still doesn't work when the backpack is placed in a slot other than the first one.

ErikolGamer14 commented 5 months ago

Are you certain this is the case? When I tested on that version, the keybinding still doesn't work when the backpack is placed in a slot other than the first one.

I double checked this, my bad, you're right this isn't working on any version of Curios.

TheIllusiveC4 commented 5 months ago

In that case, this will likely need to be settled on Industrial Foregoing's end.