HELP
ImSmoch opened this issue ยท 3 comments
As per the wiki the swap-item command feature will do this.
Example;
example-1:
id: DIAMOND_SWORD
interact:
- 'console: say command1'
- 'console: say command2'
- 'swap-item: example-2'
enabled-worlds: world
example-2:
id: STONE_SWORD
interact:
- 'console: say command3'
- 'console: say command4'
- 'swap-item: example-1'
enabled-worlds: world
How can I make it so that only the left-click changes the item and the right-click opens the menu? I'm getting this error as shown in the video.
As per the wiki; https://github.com/RockinChaos/ItemJoin/wiki/Creating-Items#establishing-itemcommands
interact-left
for left
and interact-right
for right.