Texture switching on mobs

Published by Goldorion on
Status
Migrated
Issue description

Hello,

 

I would like create  a "villager", but I would like to put many textures for the mob, but I don't want to create one mob by textures, so can you add add possibility to create a mob with many textures like Villager in Minecraft Vanilla ? Like this, our mods will be better "organized", and we won't have too much mob just for one thing.

 

Goldorion

 

P-S : I have a question. Why Mcreator 1.8.3's progress bar is red, and not blue. It's for a reason or it's just normal ?

Issue comments

I will check how to implement this and if this would be anywhere near possible in MCreator to add.

Reply to PS: We randomly choose the color of the progress bar. I will change it as you pointed out the red color could mean like something is not ok :)

To the PS:I would make something that change color with progression

5% - Red

25% - Orange

50% -Yellow

75% -Blue

100% - Green

yes, it's a great idea, but maybe a little too complex just for that. I suggest that :

0% to 49% - Red

50% to 99% - Blue

100% - Green

We did not apply the coloring system yet, we just changed the color to green to not confuse users with red color.

We did not apply the coloring system yet, we just changed the color to green to not confuse users with red color.

Can you make it blue for dark theme? The green looks weird in dark. 

hi, I made an animated texture with 2 animations for a block but I don't know what procedure to do to change the texture of the block according to a condition.

 

That’s not possible. Also, this is not a place for “How to” questions. That’s for the forums.

I suggest you to made this thing in a procedure block (Exemple: Set entity texture to: _____ ) because it will open to more possibilities than an already made way to choose random texture on spawning (you can do this with the procedure block anyway).

GeckoLib procedure have this block

 

If entity element "Entity Name" is the "Event/target entity" then set texture to "Texture Name"