move this over to block base
This commit is contained in:
@@ -26,11 +26,6 @@ public class BlockCable extends BlockBase implements ITileEntityProvider {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int damageDropped(int meta) {
|
||||
return meta;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getRenderType() {
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user