Added override tag
This commit is contained in:
parent
820dd20a09
commit
0073b52075
1 changed files with 1 additions and 0 deletions
|
@ -616,6 +616,7 @@ public class TileGenericPipe extends TileEntity implements IPowerReceptor, ITank
|
||||||
worldObj.markBlockAsNeedsUpdate(xCoord, yCoord, zCoord);
|
worldObj.markBlockAsNeedsUpdate(xCoord, yCoord, zCoord);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public double getRenderDistance() {
|
public double getRenderDistance() {
|
||||||
return 24;
|
return 24;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue