Created
March 2, 2013 16:21
-
-
Save gelicia/5071781 to your computer and use it in GitHub Desktop.
Super duper minecraft pi clearer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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