Allow Blood Light to be replaced (#840)
This commit is contained in:
parent
ab73edf5d3
commit
b582390cd6
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue