Exercise 01
Message in console
Message can be shown in the console using the mc.postToChat function.
import mcpi.minecraft as minecraft
mc = minecraft.Minecraft()
mc.postToChat("Hello ArboKraft")
This should render as :
exercises
exercises mc.postToChat console