fix patterns not appearing on the terminal except on craftable-only view
This commit is contained in:
@@ -251,10 +251,8 @@ public class ItemRepo {
|
|||||||
if (needsZeroCopy) {
|
if (needsZeroCopy) {
|
||||||
is = is.copy();
|
is = is.copy();
|
||||||
is.setStackSize(0);
|
is.setStackSize(0);
|
||||||
this.view.add(is);
|
|
||||||
} else if (is.getStackSize() > 0) {
|
|
||||||
this.view.add(is);
|
|
||||||
}
|
}
|
||||||
|
this.view.add(is);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user