1 00:00:00,000 --> 00:00:04,500 Hour of Code Minecraft | Spawn 2 00:00:04,509 --> 00:00:08,620 In games, spawn means the same thing as create. 3 00:00:08,620 --> 00:00:14,180 In this level, let's make zombies spawn when the sun goes down. 4 00:00:14,180 --> 00:00:17,750 To do this, we'll use the "when night" block. 5 00:00:17,750 --> 00:00:22,680 Since we want the zombies to spawn at night we'll add the "spawn zombie" block under the 6 00:00:22,680 --> 00:00:26,670 "when night" block. 7 00:00:26,670 --> 00:00:31,330 As soon as they're spawned, each zombie will run the code that you put in their "when spawned" 8 00:00:31,330 --> 00:00:32,529 event slot. 9 00:00:32,529 --> 00:00:35,709 Have fun spawning zombies!