Curios API (Forge/NeoForge)

Curios API (Forge/NeoForge)

140M Downloads

[Fabric] handleInvalidStacks is never called

florensie opened this issue ยท 0 comments

commented

Versions:

  • Curios: 0.3
  • Forge/Fabric: Fabric

Observed Behavior: removing a slot type with an item in it does not return that item to the player

Expected Behavior: the invalid stacks are discarded to the player's inventory/dropped

Steps to Reproduce:

I found this while developing another mod but it's easiest to reproduce with Curious Shulker Boxes

  1. Run with the mod, equip a shulker box
  2. Restart the game without the mod, the shulker box is not returned to your inventory

IntelliJ tells me that the method is never called:
image