This project aims to recreate minecraft redstone as a cellular
automaton, coded in Typescript. To close this guide click the
? at the top right of the screen.
This project is still highly experimental. When the version increases, the guide will reappear, settings reset and worlds lost.
Current Build: ...
click + drag mouse.
ctrl + scroll wheel.
scroll wheel.
Left click will place a block if the location is air,
if the block is interactable it will interact with the block,
otherwise it will pick the block. Block interaction includes
cycling the delay of a redstone repeater or toggling a lever.
Ctrl + right click will delete a block.Ctrl + left click will pick the block.Right click will display the live block state in a
text panel. Clicking on an air block will close the text panel
ctrl + click + drag mouse. The selection can be
pasted at the mouse position using ctrl + v or
downloaded via command.
ctrl + shift + click + drag mouse.
e to log a block to the (browser) console.
a to toggle the visibility of the inventory
search panel.
z to toggle between viewing ticks or subticks.
x to step a tick.c to set the tick speed back to default.v to set the tick speed to as fast as possible.
Use the command terminal to run commands including:
The command terminal is located on the bottom left corner of the
screen. To open the terminal click on it or press /.
tab to switch between command suggestions
up to switch between commands in your history
Use the /world clear and
/world load ? commands to load the latest demo
world!
View the source code on GitHub.
https://github.com/jackrekirby/minecraft-ca-ts