encoded pattern render fixes

This commit is contained in:
PrototypeTrousers
2022-10-12 04:08:39 -03:00
parent 88e3df897e
commit 601faf5087
2 changed files with 11 additions and 28 deletions
@@ -96,7 +96,9 @@ public class AppEngSlot extends Slot {
if (this.isDisplay()) {
this.setDisplay(false);
return this.getDisplayStack();
ItemStack retStack = this.getDisplayStack().copy();
retStack.setCount(1);
return retStack;
}
return this.itemHandler.getStackInSlot(this.index);