use of logisticspipes.pipes.PipeItemsBasicLogistics in project LogisticsPipes by RS485.
the class LogisticsNewRenderPipe method getBasicPipeFrameRenderList.
public static List<RenderEntry> getBasicPipeFrameRenderList() {
if (pipeFrameRenderList.isEmpty()) {
LogisticsTileGenericPipe pipe = new LogisticsTileGenericPipe();
pipe.pipe = new PipeItemsBasicLogistics(null);
fillObjectsToRenderList(pipeFrameRenderList, pipe, pipe.renderState);
}
return pipeFrameRenderList;
}
Aggregations