Started by
epicdeadgamer
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make an item give player armor by right clicking but I'm not sure how to go about it. I've tried doing the (Execute command/["replaceitem entity @p slot.armor.head minecraft:diamond_helmet"] in the name of Event/target entity) Block but it's not working. Can someone send me a picture of the order of blocks pls.
Use this in execute command block: /replaceitem entity @p slot.armor.head 1 minecraft:diamond_helmet
sorry command is /item replace etc. etc.
Look in minecraft how that command works
Well the command I put in is correct, but I don't know why it doesn't execute.
This is the block I put. I should probably add more but not sure what to add. https://imgur.com/1e3iBZv
The right click feature is in the item btw. https://imgur.com/lIbkPyy