Moisture Change (Event) — SkBee

Addon: SkBee · Category: Event · Since: 3.0.0

Syntax

[on] moisture change

Description

Called when the moisture level of a farmland block changes.

Event Values

  • event-block
  • event-location
  • event-world
  • future event-block

Examples

on moisture change:
	cancel event
	set event-block to farmland[moisture=7]

View source