Wall Building in M:E:E (part 2)

In this lesson we will use similar code that we wrote in part 1 to make walls that have more interesting shapes using different blocks. Rather than write the code again this time we will ‘import’ code that I’ve already written for you to experiment...

Building farms in Minecraft (part 1)

In this lesson we will use the agent to build small farm modules and plant several different crops. You will need to create your own world to complete this lesson. I recommend using the flat grass template, but you might find that way too boring. You should also set...

Rectangles in M:E:E (part 2)

Introduction This lesson assumes that you have completed part 1 and have all the code ready and loaded. If you haven’t then you should go back and import the code as the instructions will not be repeated here. In this lesson we will use the same functions we...

Rectangles in M:E:E (part 1)

Step 1: Start the Code Builder From the normal Minecraft game screen (not the settings) press ‘C’ on the keyboard to start the code builder. If it’s the first time you’ve used it you will see the window displayed. Select the first option...

Digging tunnels in M:E:E

Step 0: Make a new world in creative mode Dig a small hole at least 3 blocks deep and jump in. You should also get some torches from the inventory. Press ‘E’ and search for ‘torch’ Step 1: In Minecraft press ‘C’ (for code) to enter...