Started by
Emperor_Jp1
on
Topic category: Help with MCreator software
How do I make an Armor that can be transparant when you press a keybind. I am making the armor with geckolib.
Topic category: Help with MCreator software
How do I make an Armor that can be transparant when you press a keybind. I am making the armor with geckolib.
You could do this by adding a state to the armor and having it change when the keybind is pressed. Then unlock the code for it and make it so when the armor is of that state to display an empty texture and when the state is false to show the normal texture or model.
How do you make a state? And what do you mean by unlocking the code?
Sorry about that. I thought you could add states to armor like you can items and blocks but it doesn't work. I found a way to turn the player invisible but not the armor. I have 2 workarounds:
Ok, thank you!