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?
#A way to check if an item type is a pickaxe
1 messages · Page 1 of 1 (latest)
if you want to help:
- don't put stuff i already mentioned in the message, i need this fixed asap so put possible suggestions here
- please reply ping me
try checking if its "any pickaxe"
tested it, and it doesnt work since "any pickaxe" returns the same thing as "all pickaxe" and "a pickaxe"
http://media.eternalsproperty.online/u/964f356d-1ca0-475b-97e1-8e0440fb079d.png here is what i concluded
wait
just noticed any and a pickaxe is an or list, and all pickaxe is an and list
http://media.eternalsproperty.online/u/69d45cc4-c518-45d6-aec5-1f21ab781ea6.png tried this with a random pickaxe, it still didnt work