Refined Storage

Refined Storage

77M Downloads

Processing recipes ignore first slot when transferred into crafting grid

Darkere opened this issue ยท 1 comments

commented

Issue description:

Processing recipes ignore first slot when transferred into crafting grid

Steps to reproduce:

  1. transfer processing recipe through JEI

...

Version (make sure you are on the latest version before reporting):

  • Minecraft: 1.16.3
  • Forge: 34.1.25
  • Refined Storage: 1.9.8

Crafting recipes put the output as first slot. That slot is being skipped here:

IGuiIngredient<ItemStack> ingredient = message.inputs.get(slot.getSlotIndex() + 1);

Not sure what a good solution would be.

commented

nice thanks github