We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of version 1.1.19 (tested in 1.20.1 and 1.21.1), EMI does not draw slot backgrounds assigned to slots by JEI plugins.
1.1.19
Example (JEI):
Example (EMI):
In these examples, each slot was defined in the JEI plugin like this:
IRecipeSlotBuilder input_slot = builder.addSlot(RecipeIngredientRole.INPUT, 1, 1); input_slot.setSlotName("reactant"); input_slot.addItemStacks(List.of(recipe.getReactant().getItems())); input_slot.setStandardSlotBackground();
The call to setStandardSlotBackground() is what I was expecting to add the slots behind the ingredients.
setStandardSlotBackground()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of version
1.1.19
(tested in 1.20.1 and 1.21.1), EMI does not draw slot backgrounds assigned to slots by JEI plugins.Example (JEI):
Example (EMI):
In these examples, each slot was defined in the JEI plugin like this:
The call to
setStandardSlotBackground()
is what I was expecting to add the slots behind the ingredients.The text was updated successfully, but these errors were encountered: