closes #432
This commit is contained in:
parent
da4f8fcb4d
commit
f4b32cfcef
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ public class BlockMachineFrame extends BaseBlock implements ITexturedBlock
|
|||
@Override
|
||||
public int damageDropped(IBlockState state)
|
||||
{
|
||||
return super.damageDropped(state);
|
||||
int meta = getMetaFromState(state);
|
||||
return meta;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue