adapt scripts
This commit is contained in:
parent
52cf7fd4ad
commit
4d3a4a8e98
@ -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")
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user