mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 11:53:29 +01:00
commit
f426d307ef
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class PipeTileEntity extends TileEntity implements INamedContainerProvide
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
private List<PipeItem> items;
|
protected List<PipeItem> items;
|
||||||
private int lastItemAmount;
|
private int lastItemAmount;
|
||||||
private int priority;
|
private int priority;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue