Skip to content

Happy Holidays 2017, let it snow!!

I did some coding in Scratch to draw a tree and to let it snow in Minecraft world. Remix it and create your own snow world! (You need a Raspberry Pi with Scratch2MCPI installation.)

 

  1. drawCircle : Draw a circle using Sin and Cos functions.
  2. tree : Trigger drawCircle several times in a row while increasing radius of the circle.
  3. star : Put the topper star.
  4. snow : Let it snow!  It is using the API getHeight to know the y-coordinate (+1) of the highest block at the location (x, z).

 

Leave a Reply