update pattern terminal crafting result after crafting

This commit is contained in:
PrototypeTrousers
2023-08-11 10:40:57 -03:00
parent 30c074021b
commit 7566b3e2fc
@@ -191,6 +191,9 @@ public abstract class ContainerPatternEncoder extends ContainerMEMonitorable imp
}
this.detectAndSendChanges();
}
if (s == this.craftSlot && Platform.isClient()) {
this.getAndUpdateOutput();
}
}
public void encodeAndMoveToInventory() {