Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Override
- public int getLightValue(IBlockAccess world, BlockPos pos) {
- IExtendedBlockState state = (IExtendedBlockState) getExtendedState(world.getBlockState(pos), world, pos);
- return state.getValue(LIGHTS) ? 15 : 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement