hi i need help making an item

Started by miguelortiz on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hi i need help making an item

that puts an armor on the player that they cant remove when they interact with the item

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
have you tried using armor…
Sat, 10/11/2025 - 19:43

have you tried using armor enchanted with curse of binding

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry but how do i make it…
Sun, 10/12/2025 - 22:32

sorry but how do i make it so the item work?

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
heres a procedure that…
Mon, 10/13/2025 - 00:06

heres a procedure that should work, just repeat it for each armor slot and attatch the procedure to the item trigger you want

https://imgur.com/a/qjPY9YU 

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and how do i make the glint…
Mon, 10/13/2025 - 17:36

and how do i make the glint or the enchant name not appear?

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i dont think that is…
Tue, 10/14/2025 - 00:49

i dont think that is possible in mcreator without custom code snippets, but i do have a bit of an odd solution. maybe, the item could change an nbt tag for the player using it, and a seperate on entity tick update procedure that fills the armor slots with a custom armor that deletes itself when not equipped. if you need help doing this, let me know, its an unorthodox solution, but would get rid of the signs of enchants