WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
114 stars 36 forks source link

Unable to Remove Dye off of Shulkers and Leather Armor #320

Closed RAYCAL2000 closed 1 year ago

RAYCAL2000 commented 1 year ago

What happened?

There's a vanilla feature where players are able to remove dye from shulkers and leather armor via the usage of a cauldron with water in it. When trying to do this, it instead opens the custom crafting gui menu.

How can the bug be reproduced?

Take any dyed item (Shulker Box or Leather Armor) and attempt to remove it's dye by right clicking a cauldron that has water in it.

Expected Behaviour?

Having a Shulker Box or Leather Armor equipped when right clicking should not bring up the crafting GUI for a cauldron and instead should remove the dye from the item the player is holding.

Plugin version

4.16.8.2

Server software

Purpur

Relevant log output

No response

Submit issue

WolfyScript commented 1 year ago

Yep, that was oversight. I'll make a change so that the interaction only works with an empty hand, to prevent future oversights. For now, you could change workstation.cauldron.interaction in the config to SNEAKING. That way, players need to shift to access the GUI.

RAYCAL2000 commented 1 year ago

You're amazing thank you!