How to make Equipped curios item actually render on a player (Like armour)?

Started by Omniii on

Topic category: Help with modding (Java Edition)

Last seen on 17:13, 11. Feb 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make Equipped curios item actually render on a player (Like armour)?

Shooting my shots with this one..

But does anyone know perhaps how to make it so when you equip a curios head (or any other) item, a helmet actually shows up on the player model?

I don't really know how to code (If someone could link a good way to learn I'd be grateful), so I was thinking if there was a way to make it so when you equip the "Head Curio" it extends the Armour item in order for it to render on a player?

That being said it would act like a Cosmetic Armour mod, but only with curios.

Any help appreciated thanks!

Last seen on 17:10, 4. Mar 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To do this, you need to…
Thu, 01/27/2022 - 21:00

To do this, you need to create a new file called CurioRenderable{NameOfITEM}.currender,

then you need to download CURIO CREATOR, you can find it in official curio's discord or github,

 

Last seen on 17:13, 11. Feb 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When you say a new file, in…
Sat, 01/29/2022 - 08:32

When you say a new file, in Mcreator whatbdoes that mean? New empty custom code file, new item file that is then edited with code or?

And thank you as well!