christopherwalkerml / ShulkerPacks

open shulker boxes without placing them down
GNU General Public License v3.0
8 stars 13 forks source link

Accessing content when dyeing shulker chest #9

Closed Qumoo closed 3 years ago

Qumoo commented 3 years ago

You can access the content of a shulker chest when dyeing in the crafting menu. image

When right-clicking the magenta shulker box you open the shulker menu and can remove the items from the box. Then when you leave you keep the items you just removed from the shulkerbox and the orange shulker box thus duping the items.

christopherwalkerml commented 3 years ago

Hi @Qumoo I can't seem to reproduce this bug, as I already have this implemented in the code: if typeStr.equals("WORKBENCH") { return; } right here: ShulkerListener.98

Qumoo commented 3 years ago

since it is merged I am closing this issue. thanks for merging.