minity
minity copied to clipboard
Feature request: `if` statement could work with conditions crafted with values accessed from NBT
Feature request: if
statement could work with conditions crafted with values accessed from NBT
Motivation example
if @s::Motion[0] < 2 {
// stuff...
}