When Left Clicked /Feature Support/

Status
Fixed
Issue description

So theres a Procedure on the tool list named {When Right Clicked in Air}

Etc. I make a sword and i would lie it if you ad this Procedure {When Left Clicked in Air} Look on terraria /Terra Blade,Influx Waver etc. it shoots when LEFT Clicked

I would really like it.

Thanks

Issue comments

And is there a option for a accesorie slot? Like in terraria that makes you jump higher etc. So add a New Slot in Inventory. /Can it be done?}

For slots, no, you can't do this and there is no good way to do this without making mod compatible with other mods that do this.

For the left clicked in air, there is no handler for this in custom items so most likely they used a global event for this. We might add such event in the future, but it is client side so no world modification can't be done with it, unless one implements packets for a communication, but this is out of the scope of MCreator for now.

Oh, I forgot to use global events.
But I can't detect player left-click in air.
Could you add [left-click item event] or [left-click in air global event]?

We might add such event in the future, but it is client side so no world modification can't be done with it, unless one implements packets for a communication, but this is out of the scope of MCreator for now.