LabyStudio / js-minecraft

A browser sandbox that provides all basic features to understand the render and physics engine of Minecraft.
Other
72 stars 29 forks source link

Added Blockly as a programming environment for creating blocks. #8

Closed kiliansinger closed 10 months ago

kiliansinger commented 10 months ago

The editor can be reached by pressing the key c. The following commands are implemented: turn DIRECTION forward up down destroy place ITEMNUMBER place ITEMNUMBER at x: NUMBER y: NUMBER z: NUMBER

Coordinates are relative to the position of the pointer. Movement commands are in the direction of sight. ITEMNUMBER indicates the block on the hotbar with numbers ranging from 0-8.