let x : number = 0
My first screen
Coders can use player events to execute a block of code. Some different stuff
player.onChat("hello", function() {
})
player.onItemInteracted(IRON_SHOVEL, function() {
})
blocks.place(STONE, pos(0, 0, 0))
Put some blocks onto the stage
This is really hard
Click the run button