fix patterns not appearing on the terminal except on craftable-only view

This commit is contained in:
PrototypeTrousers
2023-06-27 22:53:55 -03:00
parent 1f2cdfd843
commit 793b8d6655
+1 -3
View File
@@ -251,10 +251,8 @@ public class ItemRepo {
if (needsZeroCopy) {
is = is.copy();
is.setStackSize(0);
this.view.add(is);
} else if (is.getStackSize() > 0) {
this.view.add(is);
}
this.view.add(is);
}
}