Problem of comparing ItemTypes #32
Labels
bug
Something isn't working
completed
The issue has been resolved and the next update will apply requested changes
help wanted
Extra attention is needed
priority : high
Important features missing or bugs with a potentially high impact
For example, using the code below, the
ItemType#isTypeOf
method does not work as expected, with for example nether warts:Related code: https://github.com/Matocolotoe/Skript-1.8/blob/master/src/main/java/ch/njol/skript/events/EvtClick.java#L197
The ItemStack of
o
equalsItemStack{NETHER_WARTS x 1}
while the ItemStack ofblock
equalsItemStack{NETHER_STALK x 1}
, which means that the event does not work.The text was updated successfully, but these errors were encountered: