Skip to content

Instantly share code, notes, and snippets.

View PieCoder314's full-sized avatar

PieCoder314

View GitHub Profile
@PieCoder314
PieCoder314 / mcpichat.py
Last active November 21, 2016 18:24
A script for Minecraft Pi Edition that adds a chat box.
#----------------------------------#
#---------Minecraft Pi Chat--------#
#----------By PieCoder314----------#
#--Bringing chat to minecraft pi!--#
#----------------------------------#
from mcpi import minecraft
mc = minecraft.Minecraft.create()
mc.postToChat("Go to python shell to chat.")