Commit Graph

8 Commits

Author SHA1 Message Date
octacian
e33131a695 Add ore definition registration API 2017-02-26 17:52:36 -08:00
octacian
1638d081eb Crafting: Remove module 2017-02-26 11:40:07 -08:00
octacian
ce8269fb03 Improve recipe API 2017-02-26 11:32:32 -08:00
octacian
e0e5702053 Add status parameter to item & node def
Colours the item/node description to red if "no," orange if "unstable," and white if anything else.
2017-02-24 16:20:05 -08:00
octacian
cd99564739 Improve ME node/item registration functions
Improves item registration and adds node registration. These functions allow easy registration of recipes, changing colour of second line in description, and "autocompletion" for texture names.
2017-02-24 08:28:36 -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
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
1b61611ce3 Initial commit 2017-02-08 22:09:50 -08:00