2022-06-16 01:18:11 +02:00
|
|
|
please don't accept a PR with this file, this is meant to be a checklist of things that i think need to be done before
|
|
|
|
\[wip] status can be removed
|
|
|
|
|
|
|
|
### ag TODO
|
|
|
|
|
|
|
|
```
|
|
|
|
stairsplus/craft_schemas.lua
|
|
|
|
3:-- TODO: add more of these, e.g. crafting/combining micro/panel/slabs, convert any single node to micro_8, etc.
|
|
|
|
|
|
|
|
stairsplus/api/station.lua
|
|
|
|
13:TODO this isn't actually modular in the right way for adding different kinds of stations
|
|
|
|
14:TODO e.g. some of this stuff is very particular to the saw itself
|
|
|
|
|
|
|
|
stairsplus/API.md
|
|
|
|
3:TODO: write new API docs
|
|
|
|
```
|
|
|
|
|
|
|
|
### other things
|
|
|
|
|
2022-06-17 21:22:47 +02:00
|
|
|
* finish updating documentation, for both users and API
|
|
|
|
* update translations (i18n, locale)
|
|
|
|
* unified_inventory / i3 support
|
|
|
|
* finish testing (and creating) legacy support
|
2022-06-16 01:18:11 +02:00
|
|
|
* create a way to analyze and reduce node_count
|
2022-06-17 02:46:09 +02:00
|
|
|
* ? create a way for admins to execute a command to create a config option to register a shaped node?
|
2022-06-17 21:22:47 +02:00
|
|
|
|
|
|
|
### future goals
|
|
|
|
|
|
|
|
* port other "microblocks" mods to use this framework, e.g. pkarcs and facade
|
|
|
|
* maybe integration w/ the technic cnc and such
|