[ Launch: Simple(?) Stacked Bar Charts ] 4966973 by gelicia[ Launch: Simple(?) Stacked Bar Charts ] 4945496 by gelicia
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() | |
#get this in case the player moves whilst the program is running | |
playerPos = mc.player.getPos() | |
#start everything a bit off so that way you don't get caught in the box while it's building | |
playerPos.x += 2; | |
playerPos.z += 2; |
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) |
[ Launch: Simple(?) Stacked Bar Charts ] 5095509 by gelicia[ Launch: Simple(?) Stacked Bar Charts ] 4945496 by gelicia
[ Launch: Vertical thin line chart ] 5124792 by gelicia
[ Launch: Simple tree example ] 5147500 by gelicia
[ Launch: Show Problem ] 5222716 by gelicia
[ Launch: Simple Example for Presentation ] 5328450 by gelicia
[ Launch: i wanna play too ] 5485765 by gelicia
[ Launch: three dot js ] 5492697 by gelicia