-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
CraftBukkit version 4430-Spigot-d421948-d20d4c1 (MC: 1.21.4) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
-
Yes
The current `CrafterCraftEvent` doesn't allow players to edit the crafting preview without first adding a custom recipe. However in the Crafting Table we have the `PrepareItemCraftEvent` which allows plugins to do as such. This new event could be extremely useful for plugins not using the recipe API, and manually use the `PrepareItemCraftEvent` to allow custom crafts.