Stoneling interaction should return PASS if interacted with other items
ExpensiveKoala opened this issue ยท 0 comments
Items that work with entity interactions don't work on Stonelings because all (main-hand) interactions return SUCCESS.
If targetVariant
@ https://github.com/Vazkii/Quark/blob/master/src/main/java/vazkii/quark/world/entity/EntityStoneling.java#L152 is null, and held-item is not empty, then it should return PASS.