mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-14 22:40:19 +01:00
24 lines
727 B
Markdown
24 lines
727 B
Markdown
|
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
|
||
|
|
||
|
* finish legacy support
|
||
|
* finish compatability support
|
||
|
* create a way to analyze and reduce node_count
|
||
|
* ? create a way for players to request nodes or groups?
|