notebook.community
Edit and run
In [ ]: #! /usr/bin/python import mcpi.minecraft as minecraft """ hello world test app @author: goldfish""" mc = minecraft.Minecraft.create() mc.postToChat("Hello, Minecraft!")
#! /usr/bin/python import mcpi.minecraft as minecraft """ hello world test app @author: goldfish""" mc = minecraft.Minecraft.create() mc.postToChat("Hello, Minecraft!")