Stacked Items deprecated


The Stacked-Items mod allows you to stack items efficiently by setting two loaders facing each other.

Tweaks
a month ago
1.1
267
Logistics
Owner:
MonoToast
Source:
https://github.com/MonoToast/Stacked-Items
Homepage:
N/A
License:
MIT
Created:
a month ago
Latest Version:
0.1.3 (a month ago)
Factorio version:
1.1
Downloaded by:
267 users

Stacked-Items

Stacking Mod for Factorio

The Stacked-Items mod allows you to stack items efficiently by setting two loaders facing each other, optimizing space on belts by 4x. It is initially compatible with AAI Loaders, with plans for integration with other loader mods.

Compatibility Mod(s)

Testing and Feedback

This mod is currently in the testing phase, and your feedback is invaluable. Please report any bugs or suggest improvements via our GitHub repository or Factorio's Mod Portal page. Your input will help enhance the mod for everyone.

Contribute to Compatibility

To extend the stacking functionality to other mods, follow these steps:

  1. Add this mod and the target mod as dependencies.
  2. Use the provided API functions to enable stacking for the desired items or groups.

API Functions:
- StackedItemsAPI.MakeItemGroupStackable(data.ItemPrototype item): Activate stacking for item groups, corresponding to crafting menu tabs.
- StackedItemsAPI.MakeItemSubgroupStackable(data.ItemSubGroupID subgroup): Enable stacking for subgroups rows within the tabs.
- StackedItemsAPI.MakeItemStackable(data.ItemGroupID group): Apply stacking to individual items.