mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 19:58:35 +01:00
Expose items field
This commit is contained in:
parent
f5443becf8
commit
05b4089af1
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