Skip to content

Conversation

@Aquaeyes
Copy link
Contributor

@Aquaeyes Aquaeyes commented Jan 30, 2026

Fabrication chests are currently partially nonfunctional for recipes that may have a remainder.


private boolean isRecipeCraftable(Recipe<?> recipe, int index) {
// Don't check if a recipe can be crafted when simulating insertion of its remainders.
if(Transaction.isOpen()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: for consistency, put a space between the if and condition here
also, the body is so small that it might as well not use curly braces (or even a new line, since it's overall small)

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