I have recent acquired the book adventures in Minecraft and want to give it a try on my mac. I follow the instruction's until it tells me to type this code into my python 2.7
import mcpi.minecraft as minecraft
mc = minecraft.Minecraft.create()
mc.postToChat("Hello Minecraft World")[/pre]
I keep recing an error stating the no module name mcpi.minecraft exist. I checked the folder that stores my program and it does have an mcpi folder. Does anybody have the solution ?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I have recent acquired the book adventures in Minecraft and want to give it a try on my mac. I follow the instruction's until it tells me to type this code into my python 2.7
import mcpi.minecraft as minecraftmc = minecraft.Minecraft.create()
mc.postToChat("Hello Minecraft World")[/pre]
I keep recing an error stating the no module name mcpi.minecraft exist. I checked the folder that stores my program and it does have an mcpi folder. Does anybody have the solution ?