Started by
HackR Man
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a tool that places redstone and i need to plat the attack/use animation so it looks normal. Is there a way to do this?
Topic category: Help with Minecraft modding (Java Edition)
I am making a tool that places redstone and i need to plat the attack/use animation so it looks normal. Is there a way to do this?
A couple options for ya:
1- Make a procedure that causes the item to swing, and link it to both 'when player right clicks air' and 'when player right clicks block' in the tool triggers.
2- Make the redstone place on a left click rather than a right click. The tool will automatically swing due to the left click, so it's all sorted.