Increased max number of items rendered from 3 to 5.
This commit is contained in:
parent
ec95590e0f
commit
5631c80eb6
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class RenderPipe extends TileEntitySpecialRenderer {
|
|||
|
||||
final static private int renderDistanceSq = 24 * 24;
|
||||
|
||||
final static private int numItemsToRender = 3;
|
||||
final static private int numItemsToRender = 5;
|
||||
|
||||
private final static EntityItem dummyEntityItem = new EntityItem(null);
|
||||
|
||||
|
|
Loading…
Reference in a new issue