Working clothing

Started by StampyC on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Working clothing

Im not asking how to make armor let me explain.
I have made a Wardrobe GUI that allows you to store clothes and equip clothes
You can put clothes in the Player section for you to wear. You then press the save button and whatever clothes are in the player section get converted to tags for the player which then tells the game what models to display.
The only problem is that i cant figure out how to get layed models so for example a hoodie and underneath it is a shirt. I dont realy want to have to make tags specificaly for different combos to display models. I also need to figure out how to display models based on the text based nbt tags that i mentioned. 
(E.g. slot4 = greenTshirt, slot0 = limeHoodie)
Note that only some of the clothes can be worn on top or the inside.

TLDR (for some reason): I need to find out how to make models display on the player depending on text based nbt tags and how to make layered clothing without making specific models.