[Suggestion] Include Development Environment setup in README
paradoxuum opened this issue ยท 1 comments
As it stands, there are a few dependency issues with the project (see #177 and #74) that have to be solved manually. Including a simple guide in the README regarding setting up a development environment would solve this, and hopefully allow more developers to contribute to the project and fix bugs.
For now, the following has to be done to solve these issues;
- use
modCompileOnly
instead ofcompileOnly
for dependencies - include Oculus as a dependency with
modCompileOnly
to fix the error inChunkRenderRebuildTask
Was fixed by #407