#(yriokiri) quick question
17 messages · Page 1 of 1 (latest)
(yriokiri) quick question
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
!guide type raw object
View the guide page 'Common Mistakes - Don't Type Raw Object Notation' at: https://guide.denizenscript.com/guides/troubleshooting/common-mistakes.html#don-t-type-raw-object-notation
I think you can just use <item[air]>.
ohh thx
while this is technically true you don't need to construct an item
!guide common mistakes - don't compare raw objects
View the guide page 'Common Mistakes - Don't Compare Raw Objects' at: https://guide.denizenscript.com/guides/troubleshooting/common-mistakes.html#don-t-compare-raw-objects
can simply use the matches operator
- if <[slot]> matches air
- if <[slot].material.name> == air
Ah, forgot that lol
ah, thx very much
will probably use the matches operator in my case.