-
Notifications
You must be signed in to change notification settings - Fork 0
About
Felix Schreiber edited this page May 22, 2025
·
2 revisions
The MCC (Minecraft command compiler) allows you to write logic in a simple programming language with features like control flow, variables etc. without having to think much about how that would look in bare-bones Minecraft commands. Those work fine in a small, few command datapack, but for larger applications it gets really messy real fast. So that's why I made ... this.