minity icon indicating copy to clipboard operation
minity copied to clipboard

Feature request: `if` statement could work with conditions crafted with values accessed from NBT

Open AgainPsychoX opened this issue 3 years ago • 0 comments

Feature request: if statement could work with conditions crafted with values accessed from NBT

Motivation example

		if @s::Motion[0] < 2 {
			// stuff...
		}

AgainPsychoX avatar Dec 09 '21 22:12 AgainPsychoX