Lower Cable TESR Distance to 30.0f
This commit is contained in:
parent
4d5a6ce301
commit
9c5c92401b
1 changed files with 6 additions and 0 deletions
|
@ -128,6 +128,12 @@ public class TileCableBus extends AEBaseTile implements AEMultiTile, ICustomColl
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public double getMaxRenderDistanceSquared()
|
||||||
|
{
|
||||||
|
return 900.0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void getDrops(World w, int x, int y, int z, ArrayList drops)
|
public void getDrops(World w, int x, int y, int z, ArrayList drops)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue