So in most inventories in Factorio you can click the big X and red out several inventory slots to shrink the inventory size. How do I do this from a mod?
Also is there a more official name for "red-ing out" inventory slots?
How to set "red-ed out" inventory slots
Re: How to set "red-ed out" inventory slots
Its part of LuaInventory:
https://lua-api.factorio.com/latest/Lua ... ry.set_bar
Internally it is called 'bar'
https://lua-api.factorio.com/latest/Lua ... ry.set_bar
Internally it is called 'bar'
-
- Smart Inserter
- Posts: 2767
- Joined: Tue Apr 25, 2017 2:01 pm
- Contact:
Re: How to set "red-ed out" inventory slots
Blocking or disabling inventory slots?mami wrote: Thu Jan 05, 2023 6:33 pm Also is there a more official name for "red-ing out" inventory slots?
My Mods: Classic Factorio Basic Oil Processing | Sulfur Production from Oils | Wood to Oil Processing | Infinite Resources - Normal Yield | Tree Saplings (Redux) | Alien Biomes Tweaked | Restrictions on Artificial Tiles | New Gear Girl & HR Graphics
Re: How to set "red-ed out" inventory slots
thanks, haha I missed it because I assumed "bar" had something to do with the quickbar without actually reading