Recipe Book Click Event (Event) — SkBee

Addon: SkBee · Category: Event · Since: 1.5.0

Syntax

[on] [player] recipe book click

Description

Called when the player clicks on a recipe in their recipe book.

Event Values

  • event-player
  • event-string
  • event-world

Examples

on recipe book click:
	if event-string = "minecraft:diamond_sword":
		cancel event

View source