cc-libs/DEVELOPMENT.md

530 B

Development

Requirements:

  • just
  • luacheck
  • CraftOS-PC ≥ v2.8.3 — local harness for the CC:Tweaked sandbox.

After cloning the repository, run:

just install

This installs the local Git hooks, including a pre-commit hook that runs just ci.

just ci is the local verification entry point. Today it verifies that craftos --version reports v2.8.3 or newer and runs just check for luacheck. just test is a placeholder for future CraftOS-PC headless integration tests.