[Rsed] When taking an item out from the item-with-inventory using the hotbar, it gets put into the character inventory

Things that we don't consider worth fixing at this moment.
Post Reply
Mernom
Fast Inserter
Fast Inserter
Posts: 122
Joined: Sun Jul 15, 2018 10:05 pm
Contact:

[Rsed] When taking an item out from the item-with-inventory using the hotbar, it gets put into the character inventory

Post by Mernom »

When taking an item out from the item-with-inventory using the hotbar, it gets put into the character inventory. Also, any future attempts will take a new stack from the item-with-inventory, instead of taking it out of the character inventory since it's already there.

Code: Select all

extends_inventory_by_default = true, insertion_priority_mode = "when-manually-filtered" (still put it into my inventory even when I filtered the slots)
Setting insertion priority to "default" or "always" didn't fix this.
I noticed it creates the empty hand placeholder item in the main inventory instead of in the item-with-inventory, which is possibly the reason.

Also, if I open the item-with-inventory, pick up an item, then press Q, the game doesn't allow me to put it back at first - it tells me that 'the slot is reserved for the cursor' or that 'the slot is filtered for another item' if it's filtered (even if the item I'm trying to put back is the exact same item I took from it).
that first press removes the reservation dummy item, pressing Q again DOES put it back into the item-with-inventory correctly.
EVEN if I closed the item-with-inventory's menu between picking the item up and trying to put it down.

User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2250
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [Rsed] When taking an item out from the item-with-inventory using the hotbar, it gets put into the character invento

Post by boskid »

Moving this to Wont fix because "extends_inventory" will be removed in 2.0.

Post Reply

Return to “Won't fix.”