#Check if item exists
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Item.of('test') != 'minecraft:air'```
Pretty sure there’s a Item.of(‘test’).exists()
that seems not exists on 1.19.2, but this works
Item.of('test').isEmpty()
This worked, thanks for the help!