Started by
BrickMaster5000
on
Topic category: Troubleshooting, bugs, and solutions
(This was done in the test environment Minecraft and MCreator 1.7.5) I am trying to make a piece of armor that gives invisibility. The texture for the armor is clear. I used events to add invisibility to the player (time: 0 amplifier: 0), and the icon shows up in the inventory; however, the player still shows up. I tried drinking a potion of invisibility and that worked, so Minecraft is fine. Am I doing something wrong, or does this just not work? Please help me!
It's just that with 0 time you aren't invisible. You need to put an higher time. Remember to multiply the seconds for 20. For example, 5 seconds is 100 ticks (20×5=100)
(Sorry for bad English)
RaolTheBest, I couldn't say it better myself
Thank you!