Skip to content

Instantly share code, notes, and snippets.

@gelicia
Created March 2, 2013 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gelicia/5071781 to your computer and use it in GitHub Desktop.
Save gelicia/5071781 to your computer and use it in GitHub Desktop.
Super duper minecraft pi clearer
import mcpi.minecraft as minecraft
import mcpi.block as block
mc = minecraft.Minecraft.create('192.168.1.107')
mc.setBlocks(-128,-63,-128,128,64,128,0)
mc.setBlocks(-128,-64,-128,128,-64,128,block.BEDROCK.id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment