Adventure Tools

Adventure Tools

687k Downloads

Flashlight Light Bug Fix

GrandLovania opened this issue ยท 1 comments

commented

put this inside the BlockLight.java files

public BlockFaceShape getBlockFaceShape(IBlockAccess worldIn, IBlockState state, BlockPos pos, EnumFacing face)
{
return BlockFaceShape.UNDEFINED;
}

commented

Fixed in #18.