In the inventory request confirmation dialog, please show the number of stacks somewhere instead of just a raw number. There could be an option in settings to "request items by stacks" or there could just be a conversion on the screen that shows how many stacks the number requested is equivalent to.
Thank you for all the hard work
Item request stack display
Moderator: ickputzdirwech
- IsaacOscar
- Filter Inserter
- Posts: 843
- Joined: Sat Nov 09, 2024 2:36 pm
- Contact:
Re: Item request stack display
The default value is already the stack size,
so just write say "10*" before that and you'll get 10 stacks.
so just write say "10*" before that and you'll get 10 stacks.
Re: Item request stack display
Take a picture of what you mean. I think you mean to put a "0" AFTER the number, but this would obviously only work with multiples of 10IsaacOscar wrote: Sun Nov 24, 2024 5:23 am The default value is already the stack size,
so just write say "10*" before that and you'll get 10 stacks.
- IsaacOscar
- Filter Inserter
- Posts: 843
- Joined: Sat Nov 09, 2024 2:36 pm
- Contact:
Re: Item request stack display
It's not limited to multiples of ten! See https://lua-api.factorio.com/latest/con ... ssion.html for the supported maths operations you can doCronie wrote: Sun Nov 24, 2024 1:47 pm Take a picture of what you mean. I think you mean to put a "0" AFTER the number, but this would obviously only work with multiples of 10