Commit Graph

60 Commits

Author SHA1 Message Date
octacian
7d2170e318 Populate README 2017-02-23 15:37:44 -08:00
octacian
a3a150ece9 ME Drives: Show capacity in description
Introduces microexpansion.cell_desc(inv, listname, stack_pos) to update the item description to show the capacity. Requires f2f9a92351 or later.
2017-02-23 15:05:15 -08:00
octacian
40ed277961 ME Chest: improve formspec 2017-02-23 14:31:02 -08: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
0d917954eb Remove 'default' dependency 2017-02-22 17:40:41 -08:00
octacian
04869a8bca Rename 8k drive to 4k 2017-02-22 17:16:09 -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
octacian
888367b4f6 Add ME Chest (#1)
Allows the player to interact with items stored in a ME drive.
2017-02-09 07:37:14 -08:00
octacian
b3fe7b432c Add 4k storage drive item 2017-02-09 07:36:42 -08:00
octacian
1b61611ce3 Initial commit 2017-02-08 22:09:50 -08:00