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

Started by Omniii on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Jan 2022
Points:
477

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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!

Active 3 years ago
Joined Jan 2022
Points:
471

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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,

 

Active 3 years ago
Joined Jan 2022
Points:
477

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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!