Posted July 14, 201411 yr Does anyone know of a way to make armor emit light while worn? What do I need to call in my armor's class file and how would I handle it my Proxy? I do plan on having it show light update to other players on a server. Github link Thanks, JRuxDev
July 14, 201411 yr What you want to make is called dynamic light. You dont have to use pakets for it! *thanks to diesieben You only need a PlayerTickEvent and IExtendedEntityProperties to save some data. Everything other is calculation and logic. Its not that hard. Before you ask im not gonna give you my system.
July 14, 201411 yr Author Thank you, Kriki for your answer. That will help me out quite a bit. I'm not going to ask for you system, I would like to figure things out for myself. Thanks, JRuxDev
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.