Fix #1485
This commit is contained in:
parent
6a00ffde5c
commit
75b8c4d317
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ public class BlockSolarPanel extends BlockMachineBase {
|
|||
}
|
||||
@Override
|
||||
public int damageDropped(IBlockState state) {
|
||||
return getMetaFromState(state);
|
||||
return state.getValue(TYPE).ordinal();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue