Posted June 9, 20196 yr Hello everyone, I created a block setting the light value of the block to 14 like the torch(https://minecraft-it.gamepedia.com/Torch). I have done that doing in the block's constructor setLightLevel(14); but the block doesn't emits any light. I have seen BlockTorch, BlockGlowstone from vanilla code and they do not use this method. How they do that? Am I doing something wrong?
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.