Skip to content

Understanding Our Repository

Matan Lurey edited this page Sep 7, 2021 · 2 revisions

Our repository is in a messy state. We know it. However, we wanted to provide some quick tips on understanding how we've organized the mod:

  • contrib: We've been slowly moving out some data-aspects of the mod to a lightweight JSON format.
  • mod/schema: Schema validations, mostly for the aforementioned contrib folder. Basically "did you write this right?"-checks.
  • mod/src: The actual mod source code (i.e. JSON, Lua, and XML). Most "coding" happens here.
  • src and tool: Tooling source code, i.e. in TypeScript for NodeJS.

Clone this wiki locally