This commit is contained in:
modmuss50 2017-07-03 19:12:11 +01:00
parent 2def66aa31
commit 3625521c20
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -119,7 +119,7 @@ public class BlockCable extends BlockContainer {
@Override
public int damageDropped(IBlockState state) {
return getMetaFromState(getDefaultState());
return getMetaFromState(state);
}
@Override