This is an open-source project. It’s a studio app for people playing the CC: Tweaked Minecraft mod.
Our Website: https://ccraft.studio
A lot of players (including younger ones) want to create their own programs in the mod, but they give up because Lua programming feels too difficult or overwhelming. That’s the main problem we’re trying to solve.
With CCraft Studio, instead of coding, users can:
- Build GUIs by dragging and dropping components
- Program behavior using block-based logic (no Lua needed)
- Instantly test everything using a built-in CraftOS-PC app
- Export directly into the game and more
This project is currently under active development. Features and functionality may change.
If you'd like to test the current state of the project, you can download the latest release from our Releases page.
To run the CCraft Studio from source code, follow these steps:
-
Install the dependencies:
npm install . -
Run the development environment:
npm run dev
- Found a bug or have a suggestion? Please open an issue
- Have a Questions? Feel free to start a discussion
Thank you for your interest in CCraft Studio!
This project is licensed under the MIT License.
This project includes ideas, codes and/or assets from 3rd-party projects:
- Details:
LICENSES/THIRD_PARTY_NOTICES.md
