Flashlight Light Bug Fix
GrandLovania opened this issue ยท 1 comments
put this inside the BlockLight.java files
public BlockFaceShape getBlockFaceShape(IBlockAccess worldIn, IBlockState state, BlockPos pos, EnumFacing face)
{
return BlockFaceShape.UNDEFINED;
}
Fixed in #18.