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
|
@Override
|
||||||
public int damageDropped(IBlockState state) {
|
public int damageDropped(IBlockState state) {
|
||||||
return getMetaFromState(state);
|
return state.getValue(TYPE).ordinal();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue