Allow Blood Light to be replaced (#840)
This commit is contained in:
parent
ab73edf5d3
commit
b582390cd6
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue