TODO List
AbnormalMatrix opened this issue · 7 comments
Hello,
Is there a list of things that have already been ported and ones that have not been ported yet?
I think this would be a lot easier to contribute.
Thanks
things still left to do, really just anything that errors. As of writing this, there's 1031 errors. We don't really have a list, but there are a few things that cause a significant number of errors:
- item/fluid interactions (we're using LBA for this)
- misc events found all over the codebase
- configs (we're planning to use Conrad for those)
- worldgen (depends on configs)
- JEI compat -> REI compat
- recipes/in-world processing
There's tons of other errors, but these are all significant sources.
There’s now 0 errors left to fix which prevent compiling. Now we need to deal with all the errors and crashes that come post-launch.
I'll try to contribute, I really want to see this completed but I do all my programming in Python so I might not be able to do anything.
Why not use Github Projects for the todo?
We really don't have a clear picture of what the TODO will entail. At the current iteration, we are purely focusing on 'the next bug that's causing a crash'. Once we have at least the ability to load a world and not crash horribly we may revisit this.
We also feel the categories would be too large and vague at this time to be anything worthwhile, especially for third-party contributors. TODOs also can develop false hope and expectations for ETAs, quality, etc.