How to prevent item called "Saddle" to be placed on Pigs and enable item called "Pig Saddle" To Be Placed?
DistortedDorian opened this issue ยท 2 comments
Hello there! I'm currently trying to setup so people can't use normal saddles on pigs so to be able to use a saddle on a pig it have to be called "Pig Saddle".
I tried using this code but it didn't work:
HORSE:
- tool: [SADDLE, -SADDLE@!~Horse Saddle]
trigger: RIGHT_CLICK
drop: DENY
Thank you!