Skip to content
Tom Barham edited this page Sep 19, 2015 · 2 revisions

Minecraft Assembly Language, or MCA, is a macro language similar to Assembly that 'compiles' or 'assembles' down to command-block commands and simple circuitry.

Hello World example (creates a button and command block, pressing the button will say "Hello, World!")

/say Hello, World!;
Clone this wiki locally