LaserIO

LaserIO

21M Downloads

Counting filter doesn't remember Item ID when replacing existing item with drag/drop

Cammyk48 opened this issue · 2 comments

commented

LaserIO version

1.4.2

Minecraft Version

1.18.2

Forge Version

1.18.2-forge-40.1.69

Modpack & Version

Direwolf20 1.18

Do you have optifine installed?

No

Describe the issue

Replacing Items in Counting filter with Drag/Drop updates the count, but not the item ID

Steps to reproduce

Get Default Counting Filter and two items
Place # of items in slot 1 & 2
Close/Reopen the Counting Filter and try to replace with # 2 and a different item.
Close/Reopen the Counting Filter and you see that the # is correctly modified, but not the item.

Expected behaviour

The interface should keep what is done when you update it. Including the Item ID

Screenshots

Placement1 is what the filter is originally
Placement2 is what the filter is updated to, before closing the interface
Placement3 is what the filter remembers from the Placement2

Placement1_8 17 27
Placement2_8 17 40
Placement3_8 17 45

Log files

debug.log
Uploading latest.log…

Additional information

No response

commented

Confirmed, I'll look into fixing this for 1.19 -- For now just remove the itemstack from the filter before adding a new one.

Thank you for reporting it :)

commented

Resolved. Thank you :)