Started by
congueror
on
Topic category: Advanced modding
So I am trying to make a mod like everyone here right? So I have a question.
How can I make it so when I hold a specific item it gives the player a potion effect. The Item is a custom tool (Sword to be exact). I am using MCreator 1.8.1 So i can only use procedures. Please if possible don't give me Custom Coding as the last time I tried doing that it broke my whole mod, So yea. Thanks in Advance to everyone who helps me
Make procedure that will be checking if this item is in Main Hand and if yes than give potion effect
than assign it to On Item In Inventory Tick Update Event for your item
I'll try that thx