Merge pull request #1969 from ganymedes01/patch-1
Fix builder/filler not rendering if player is too far away
This commit is contained in:
commit
173f9ba466
1 changed files with 5 additions and 0 deletions
|
@ -151,4 +151,9 @@ public abstract class TileAbstractBuilder extends TileBuildCraft implements ITil
|
|||
mjPrev = mjStored;
|
||||
mjUnchangedCycles = 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getMaxRenderDistanceSquared() {
|
||||
return Double.MAX_VALUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue