Page 1 of 1

[2.0.32] defines.inventory.assembling_machine_dump

Posted: Sat Jan 25, 2025 5:10 pm
by lckd
Not sure where to post this, but anyway when I tried to access assembling machine trash/dump slot using global constant defines.inventory.assembling_machine_dump, it seems point to false index.
dump_constant.jpg
dump_constant.jpg (19.95 KiB) Viewed 126 times
assembling_machine_gui.jpg
assembling_machine_gui.jpg (122.57 KiB) Viewed 126 times
It fails when I tried to get the dump slot
failed_get_inv.jpg
failed_get_inv.jpg (89.36 KiB) Viewed 126 times
But it succeed when I tried to get inventory 8 and yield the expected result
succeed_get_inv.jpg
succeed_get_inv.jpg (84.83 KiB) Viewed 126 times

Re: [2.0.32] defines.inventory.assembling_machine_dump

Posted: Sat Jan 25, 2025 7:27 pm
by Bilka
As talked about on discord, the inventory you're trying to access is the trash inventory, where items are put after changing recipe in remote view. The dump inventory is for items that are ejected by recipe changes with the circuit network.

The trash inventory is missing a defines.inventory, the addition of that was requested here: 126323