-
Notifications
You must be signed in to change notification settings - Fork 6
Events
SchnTgaiSpock edited this page Apr 4, 2023
·
1 revision
Gastronomicon introduces several new events to listen to
This event includes the player and the recipe they are trying to craft. It is called when the player is about to craft the recipe. Cancelling the recipe will prevent the player from crafting and will send them a message if a message was set.
This event includes all the fields from its parent, PlayerItemConsumeEvent
, as well as the GastroFood
eaten. Cancelling the event will prevent the player from eating the item and will send them a message if a message was set.