Started by
RicardoSantosOfc99
on
Topic category: Help with Minecraft modding (Java Edition)
Can I make a player's skin changes with procedures, armors or effects? For example: I want to create an eye/hair/clothes selection system . How do I do it.
2 options:
1. hardcore coding
2. make an entity follow player, or custom armor
How would this Hardcore Coding be
with a lot of code that requires you being an expert on Java to understand
Ok. How would I create an entity that follows the player?
with commands probably, or with a lot of direction procedures
Ok
Same man I was creating a cloth mod, Like I want my clothes intact to the skins. Like on first person mode, just like Crafting dead mod, when equipping the armor it will give you sort of skins..
I do not know how late I am, but there is a plugin that allows you to do this: https://mcreator.net/plugin/91185/kleiders-player-renderer-change-playe…
Since I don't speak English (only Russian) transfer was used Yandex translator (he's a little less clumsy than google translate)
Yeah, SlavaEnergy has got it right. I'm actually using that plugin for my mod rn and its pretty great. Just remember that the 1st person hand is not derived from the 3rd person player model. So if you change your 3rd person model to, say, dream's skin, then your 1st person hand would still look like your normal hand. All is not lost though, there is another procedure for changing the 1st person hand. You just have to remember to use that one too.