Added render distance hook
This commit is contained in:
parent
9d286985f0
commit
c014124a0e
1 changed files with 4 additions and 0 deletions
|
@ -615,4 +615,8 @@ public class TileGenericPipe extends TileEntity implements IPowerReceptor, ITank
|
|||
}
|
||||
worldObj.markBlockAsNeedsUpdate(xCoord, yCoord, zCoord);
|
||||
}
|
||||
|
||||
public double getRenderDistance() {
|
||||
return 24;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue