Mike Stump
b101a554ef
Add a crafting monitor.
2023-12-31 13:17:47 -08:00
Mike Stump
9235b7bad1
Checkpoint.
2023-12-30 15:52:43 -08:00
theFox6
4c5b36fc88
fixed lots of bugs
...
fixed too far inventory accesses by detaching the networks inventory
fixed vanishsing items with dynamic inventory size allocation
2020-03-01 08:23:39 +01:00
theFox6
745a2afcd1
made drives store cells that store items and can be acessed from chest
2019-05-07 17:49:26 +02:00
theFox6
d949aaccf4
added item routing in networks and splitted chest and drive
2019-05-04 13:53:49 +02:00
octacian
0a9d8880a9
ME Chest: Fix drive item limit bug
...
Previously the math was incorrect, allowing a single 8k drive to store over 300,000 items. This also cleans up the storage area a bit, moving the API related to storage drives from the main API.lua to storage/api.lua.
2017-02-23 07:35:42 -08:00
octacian
69771ca5fc
"Modulize"
...
Allows modules to be added to the mod for easier development and management. See doc/modules.md.
2017-02-14 19:35:06 -08:00