Skip to main content

Getting Started

Welcome to the CCraft Studio documentation. CCraft Studio is a desktop studio app for the CC: Tweaked Minecraft mod that lets you build programs without writing Lua — design GUIs by drag‑and‑drop, program behavior with visual blocks, test in a built‑in emulator, and export straight into the game.

Install & run

Download the latest build from the Releases page, or run it from source:

npm install .
npm run dev

The workflow

  1. Design your interface on the canvas using UI components (buttons, labels, panels, inputs, sliders, and more).
  2. Program behavior with visual blocks — events, logic, and the full CC: Tweaked API — no Lua required.
  3. Test instantly in the built‑in CraftOS‑PC preview.
  4. Export to Lua files and drop them into a computer in‑game.

What this documentation covers

This site focuses on the files CCraft Studio generates when you export a project, and the runtime that powers them:

New here? Start with the Exported Project Templates overview.