Tuesday, 12 December 2017

M:EE Make Code blog 3: Rainbow Road

M:EE Make Code Blog 3: Rainbow Road


This builds in from blog 2 which was laying one block underneath the player. Then another block undereneath that. It ends up lookng like this:


This blog builds on from that and lays a Rainbow road spanning across from right to left from the centre of the players position. The code looks like this:


Points to not the first coordinates are x they are the blocks left to right of the player. Pink is directly where the player is set x-1 is left one block and so on. X +1 is one to the right of the player. Furthermore the second cooordinates Y are all -1as they are all set to 1 below the player.

Here is what your output looks like:



Thats it! well done you have extended your code to walk in colourful style.


Over.

Chris Penn


If you like this blog check out all the others here

M:EE Make Code blog 2: Get coding.

M:EE Make Code blog 2: Get coding.


This first real coding in Minecraft is usually walking blocks, so lets see how you would achieve this with Make Code.

Step 1: Ensure you have followed blog 1. link:

Step 2: Drag in the 'On Chat' command from 'Player' menu on the left.  

 
Step 3: From the 'Blocks' menu drag in the 'Place' command. Using the drop down list chose the block that you want to drop. By changing the middle 'Y' value you can lay blocks blow Alex. -1 is one block below and -2 one below that and so on.

Step 4: Repeat this with as many further blocks as you wish I did another block.

Step 5: In the 'On Chat' block type in 'Set', this will act at the trigger to launch the code in game.

Step 6: Click on the button in Make code that is a red square in picture above it should be a Green this will start off the command.

Step 7: Go back to  M:EE and press 't' on the keyboard, then type in 'Set' you should see blocks appear beneath your character (see below).

 
Extension: Walking blocks.......

Step 1: Remove the 'On Chat' command.

Step 2: Replace it with 'Forever' loop from 'Loops' menu

Step 3: Add in a time delay from the 'GamePlay' menu.

Step 4: Try rerunning your code by click on the Green/Red button. You should end up with this code:
  




And this output:



Well done! you have completed your first mod in M:EE.

 


If you like this blog check out all the others here



M:EE Make Code blog 1: Getting started.





Getting started with Make Code and Minecraft: Education Edition.



Step 1: Log in launch M:EE you will need a valid log in.




Step 2: Once you have validated your log in then select play. 



Step 2: Load up a new world, or use an existing one.


Step 3: Load the Code Connection app. See below:





Step 4: Load up the Make code on website https://minecraft.makecode.com/ and open new project. This step may not be needed but was the only way I have found so far to get Make Code to launch.





Step 5: Switch to the Code Connection app and copy the IP address.  



Step 6: In M:EE press 't' on the keyboard to open chat, paste in the server address by pressing control v. Press enter to execute. 

Step 7: Then this should load....

However I found it to be a little bit hit and miss so you may need to try a few times. This might just be my isolated experience.

Step 8: Chose which ap you would like to use I chose Make Code. This should then appear on the left half of the screen like thus with M:EE on the right.

Step 9: See the next blog for your first coding adventure.
Step 10


If you like this blog check out all the others here

Monday, 4 December 2017

MEE blog 3: Experiments with more simple command blocks.




Command Block:

This third one is yet more Command block controls. This time it includes:
  • Giving inventory(cake)
  • Changing the weather and clearing it.



Step 1: Load a new game and enable cheats before the world loads. Select 't' on the keyboard and type in the below command to allocate a command block in your inventory.





Step 2: Select 't' on the keyboard and type in the below command to allocate a button stone or wooden in your inventory.



Step 3:  Press crouch(shift) and place a button down on top of the command block.






Step 4: Give me cake.



Step 5: Controlling the weather.
 
 
 

If you like this blog check out all the others here

Sunday, 3 December 2017

Minecraft Education Edition Blog 2: Summon Ed



Command Block: Summon Ed.......

Second one is still simple as I am new to all this Command block stuff. This time we shall summon some cool stuff.


Step 1: Load a new game and enable cheats before the world loads. Select 't' on the keyboard and type in the below command to allocate a command block in your inventory.





Step 2: Select 't' on the keyboard and type in the below command to allocate a button stone or wooden in your inventory.



Step 3:  Put a button down and command block.




Beefy....



Step 4: Right click on command block and type in the following instructions.








Step 5: Whack the button by clicking the right button on the mouse. You should see your newest pet appear, lets call her 'beefy'.




Now try these out......


Ed....



Step 6: Right click on command block and type in the following instructions.

Step 7: Whack the button by clicking the right button on the mouse. You should see your newest pet appear, lets call her 'Ed'. What do you notice happens when Ed is summoned?




Chick, chick, chicken....



Step 8: Right click on command block and type in the following instructions.





Step 9: Whack the button by clicking the right button on the mouse. You should see your newest pets appear. I got a little trigger happy.






Over.

If you like this blog check out all the others here

Minecraft Education Edition Blogs: All in one place

Minecraft Education Edition Blogs: All in one place


Command blocks

Blog 1 : My First Command Block

Blog 3:  Give inventory and changing weather

MakeCode

M:EE MakeCode blog 1: Getting started.

Minecraft Education Edition Blog 1: My first command block


My First Command Block: Hello World.

This is my first real attempt at command blocks or using Minecraft Education Edition. The first place for any real programming is 'hello world'. So here is my attempt via command blocks.

Step 1: Load a new game and enable cheats before the world loads. Select 't' on the keyboard and type in the below command to allocate a command block in your inventory.





Step 2: Select 't' on the keyboard and type in the below command to allocate a button stone or wooden in your inventory.



Step 3:  Put a button down and command block.




Step 4: Right click on command block and type in the following instructions.





Step 5: Whack the button by clicking the right button on the mouse. You should see your message appear.



Over.

If you like this blog check out all the others here