Refined Storage

Refined Storage

77M Downloads

Autocrafting w/non-consumables broken.

rjenkins2 opened this issue ยท 2 comments

commented

Issue description:

Whenever I create a pattern with a non-consumable, auto-crafting seems to want to go ahead and consume the "non-consumable".

For instance:

Apple smoothie from Pam's Harvestcraft - (apple + juicer + snow == 1 smoothie w/juicer intact)... System wants to consume the juicer.

Interestingly, when you request 1 item, it makes 2. (It's like instead of returning the juicer, it's returning the item requested instead.)

What happens:

Request a smoothie, get 2 smoothies and juicer (non-consumable) gets consumed.

What you expected to happen:

Get 1 smoothie and juicer back.

Steps to reproduce:

  1. Create a pattern with apple + juicer + snow to make an apple smoothie.
  2. Request 1 smoothie.
  3. Note that juicer is gone from system and 2 smoothies were produced.
    ...

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

  • Minecraft: 1.10.2
  • Forge: 2116
  • Refined Storage: 1.2.1

Does this issue occur on a server? yes

commented

Try turning oredict on for the apple smoothie recipe. But, the juicer should stay in the system however...

commented

Ok, with oredict on, it works correctly. But without oredict, it definitely consumes the juicer and gives 2 instead of 1.