Block Can Random Tick (Condition) — SkBee

Addon: SkBee · Category: Condition · Since: 3.0.0

Syntax

%blocks/blockdatas/itemtypes% can random[ly] tick

Description

Gets if this block is ticked randomly in the world. The blocks current state may change this value.

Examples

on right click:
	if clicked block can random tick:
		random tick clicked block

View source