Refined Storage

Refined Storage

77M Downloads

[1.10.2] Autocrafting halt on manually inserting items

Rudolpher opened this issue ยท 5 comments

commented

Issue description:

When you autocraft something that you have in your inventory and insert those items into the system, autocrafting stops/finishes.

What happens:

Autocrafting finishes with items remaining in crafting job.

What you expected to happen:

Autocrafting ignoring insertion of items into the system.

Steps to reproduce:

  1. Set up a recipe for coal blocks, craft a few and put in your inventory.
  2. Start autocrafting a large order of it, then insert your coal blocks into the system.
  3. Autocrafting stops no matter the amount remaining.
    ...

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

  • Minecraft: 1.10.2
  • Forge: 12.18.3.2185
  • Refined Storage: 1.2.12

Does this issue occur on a server? [yes/no]
No.

commented

This is an issue with the tracking, when you manually insert stuff into the grid that also gets taken into account for the running crafting task.

commented

Yes that is noticed(wish it wasn't), but it doesn't matter if I say order 5,000 coal blocks and then insert 10, it stops the crafting.

commented

I should just subtract 10 from the current order. I'll see what there can be done about.

commented

fixed in dev

commented

fixed in f3bb7fc and related to #766