On Form (Event) — Skript

Addon: Skript · Category: Event · Since: 1.0, 2.6 (BlockData support)

Syntax

[on] [block] form[ing] [[of] %-itemtypes/blockdatas%]

Description

Called when a block is created, but not by a player, e.g. snow forms due to snowfall, water freezes in cold biomes. This isn't called when block spreads (mushroom growth, water physics etc.), as it has its own event (see <a href='#spread'>spread event</a>).

Event Values

  • event-block
  • event-location
  • event-world
  • past event-block

Examples

on form of snow:

View source