mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 19:58:35 +01:00
made getModelCount protected in PipeItem
This commit is contained in:
parent
1c6d2cbd83
commit
0aa78a2171
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ public class PipeItem implements IPipeItem {
|
|||
}
|
||||
}
|
||||
|
||||
private int getModelCount() {
|
||||
protected int getModelCount() {
|
||||
int i = 1;
|
||||
if (this.stack.getCount() > 48) {
|
||||
i = 5;
|
||||
|
|
Loading…
Reference in a new issue