Made it compile
This commit is contained in:
parent
4b5d05a063
commit
1cd886e770
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ public class TileCable extends TileEntity implements IPowerCableContainer, ITick
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public PowerCable getPowerCable() {
|
||||||
|
return cable;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void update() {
|
public void update() {
|
||||||
if(cable == null){
|
if(cable == null){
|
||||||
|
|
Loading…
Reference in a new issue