Started by
MISHRED
on
Topic category: Help with Minecraft modding (Java Edition)
Hey! Imma new at MCreator. i want to make a flip knife, which open then i rightclick, holding in mainhand closed flip knife.
my procedure is:
(global event: when rightclick on air)
remove 1 (flip_knife_closed) from provided players inventory
add 1 (flpp_knife_opened) to provided players inventory
BUT!
When i rightclick on air, my flip knife removes from hand on a second, and again adds to my hand, and i cannot get my opened flip knife
Please help me ;)
Hmmm same problem here, I think the problem is because when it changed to opened mod and right after that, changed to closed mod. It was to fast that you think it doesnt change. I still dont know if there any good solution :((
Klemen, you have any good ways to do this ?