Posted March 11, 201312 yr how would i make the entity player give off light whe holding something? i got this far if(player.getCurrentItemOrArmor(1) != null){ ItemStack hand = player.getCurrentItemOrArmor(1); if(hand.getItem() == Block.Torch){ player.(give off light?) } } now my question is player. what? Use examples, i have aspergers. Examples make sense to me.
March 11, 201312 yr you would need to make your own player light render because notch hasnt added that due to it causing mass amounts off lag from constant updates on both server/client
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.