Allow Blood Light to be replaced (#840)

This commit is contained in:
Nicholas Ignoffo 2016-07-07 18:00:19 -07:00
parent ab73edf5d3
commit b582390cd6

View file

@ -38,6 +38,12 @@ public class BlockBloodLight extends Block
}
@Override
public boolean isReplaceable(IBlockAccess world, BlockPos pos)
{
return true;
}
@Override
@SideOnly(Side.CLIENT)
public BlockRenderLayer getBlockLayer()