Fixes #1179
This commit is contained in:
parent
2def66aa31
commit
3625521c20
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public class BlockCable extends BlockContainer {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int damageDropped(IBlockState state) {
|
public int damageDropped(IBlockState state) {
|
||||||
return getMetaFromState(getDefaultState());
|
return getMetaFromState(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue