made getModelCount protected in PipeItem

This commit is contained in:
Ell 2020-10-19 04:13:57 +02:00
parent 1c6d2cbd83
commit 0aa78a2171

View file

@ -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;