adapt scripts

This commit is contained in:
arpruss 2015-09-30 00:16:49 -05:00
parent 52cf7fd4ad
commit 4d3a4a8e98
2 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,5 @@ playerPos = mc.player.getPos()
draw_donut(playerPos.x, playerPos.y + 9, playerPos.z, 18, 9, GLASS)
mc.postToChat("Glass donut done")
draw_donut(playerPos.x, playerPos.y + 9, playerPos.z, 18, 6, WATER)
draw_donut(playerPos.x, playerPos.y + 9, playerPos.z, 18, 6, WATER_STATIONARY)
mc.postToChat("Water donut done")

View File

@ -105,4 +105,4 @@ while True:
if t > path[-1][0]:
break
mc.setBlock(path[-1][1],REDSTONE_BLOCK)
mc.setBlock(path[-1][1],FIRE)