#A way to check if an item type is a pickaxe

1 messages · Page 1 of 1 (latest)

silver oasis
#

Since 2.8, a lot of my 2.7 code has been broken because of changes. One of the most critical changes is the %itemtype% is %itemtype% expression, if u dont get what it is, here is an example: (type of event-slot) is a pickaxe
I tried using (all pickaxes) contains (type of event-slot), but that didn't work too.
Is there an updated way for checking if an item is an item type?

#

if you want to help:

  1. don't put stuff i already mentioned in the message, i need this fixed asap so put possible suggestions here
  2. please reply ping me
simple osprey
#

try checking if its "any pickaxe"

silver oasis
#

tested it, and it doesnt work since "any pickaxe" returns the same thing as "all pickaxe" and "a pickaxe"

silver oasis
#

just noticed any and a pickaxe is an or list, and all pickaxe is an and list