Baubles disepearing
multibeasty opened this issue ยท 2 comments
Version Information
Modpack: Modern skyblock 3.2.0.1
Forge version:
Botania version:
Further Information
Link to crash log: (please use a paste site such as gist, do not attach the .txt or paste the log inline)
Steps to reproduce:
- Have 2 of the same bauble
- hold right click
- watch it poof
What I expected to happen:
infinite swapping
What happened instead:
poof
Additional information:
changing the name or any littlest bit in the items data fixes it (ie mana band getting 1 charge)
Full info for forge ticket:
- bauble A loaded into baubles inv
- bauble B, equivalent in all manner to bauble A, right clicked
- this is supposed to exchange bauble A and B. The held item is set to A, and handler.set(B) is called.
- However, handler.set silently discards B, leaving A in both the player's hand and baubles inv
- You've lost bauble B not since both stacks are the same identity object, a subsequent shrink poofs both