Files
pythonmc/BookCraigRichardson/string/helloworld.py
BarsTigerMeowcat 8bed7171c2 Initial commit
2020-01-26 12:49:01 +02:00

3 lines
103 B
Python

from mcpi.minecraft import Minecraft
mc = Minecraft.create()
mc.postToChat('Hello world of Minecraft!')