Skip to content

Conversation

@Technici4n
Copy link
Contributor

Issue #935 could be reproduced with the following procedure:

  • Set capacity of the first 3 slots to 0.
  • Insert a single iron ingot and wait for the dust to appear in the 4th slot.
  • Increase capacity of first slots back to 64.
  • Insert a single copper ingot.
  • Notice that no recipe starts.

The problem comes from stack.setKey(output.variant()); being called while ins is 0. The fix is to add a check for ins > 0.

@Technici4n Technici4n enabled auto-merge (squash) December 19, 2024 00:24
@Technici4n Technici4n merged commit 45e1155 into 1.21.x Dec 19, 2024
2 checks passed
@Technici4n Technici4n deleted the fix-935 branch December 19, 2024 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants