on rightclick: player is holding a iron hoe named "&Egen" add 1 iron ingot to player wait 50 ticks add 1 iron ingot to player https://gyazo.com/b7220fbfd14be43fcb12c0684d16d479
Try this Code (Text): on right click: if player's tool is iron hoe named "&Egen": add 1 of iron ingot to player wait 50 ticks add 1 of iron ingot to player stop
set it to the player's inventory like tihis: Code (Text): on right click with iron hoe: if name of player's tool is "&Egen": add 1 of iron ingot to player's inventory wait 50 ticks add 1 of iron ingot to player's inventory stop
try this Code (Text): on rightclick: if player's tool is iron hoe named "&Egen": add 1 iron to player wait 50 tick add 1 iron to player
Code (Text): on rightclick: if player's tool is iron hoe named "&egen": add 1 iron ingot to player's inventory wait 50 ticks add 1 iron ingot to player's inventory
Well there are a lots of ways to do the same thing but I prefer this way :v Code (Text): on rightclick: player is golding an iron hoe named "&Egen" give a iron ingot to player wait 50 ticks give a iron ingot to player