Copy Item Bug Using Bauble Case or similar item
ExtraMeteorP opened this issue ยท 7 comments
Version Information
Forge version: 14.23.4.2765
Botania version: 1.10-357
Further Information
Forgive my poor english
- Hold a Bauble Case with something inside
- Press Q and right-click at the same time
- Item was thrown but the gui is still
- Shift-click to get the item
- Press E to open the inventory to prevent the copied item from disappeared
- Pick up the bauble case, then we will have double
in ContainerFlowerBag.java
if(slot != null && slot.getHasStack() && canInteractWith(player))
I think this may help
I can't replicate with your instructions, which I'm a bit confused with. Can you record a video?
From our testing when discussing on Discord, this does only happen in Creative mode (probably thanks to the client's authority thing on the inventory), where it doesn't matter as you can literally middle-click the item to clone it. In survival mode, it appears to have duplicated the bauble until you try to move it or open the case normally, which refreshes the inventory to show no actually duplicated baubles.