import random, math, time
import mcpi.block as block
import mcpi.minecraft as minecraft
mc=minecraft.Minecraft.create()
x = 0
z = 0
blo = 0
get = 0
mc.postToChat("by blackcreeper")
mc.postToChat("water time")
time.sleep(1)
mc.postToChat("10")
time.sleep(1)
mc.postToChat("9")
time.sleep(1)
mc.postToChat("8")
time.sleep(1)
mc.postToChat("7")
time.sleep(1)
mc.postToChat("6")
time.sleep(1)
mc.postToChat("5")
time.sleep(1)
mc.postToChat("4")
time.sleep(1)
mc.postToChat("3")
time.sleep(1)
mc.postToChat("2")
time.sleep(1)
mc.postToChat("1")
time.sleep(1)
mc.postToChat("just one building")
time.sleep(1)
(x1,y1,z1) = mc.player.getPos()
(x2,y2,z2) = mc.player.getPos()
mc.setBlocks(x1,y1-1,z1,x2,y2-1,z2,block.WATER_FLOWING)
time.sleep(4)
mc.postToChat("The big one")
time.sleep(1)
mc.postToChat("10")
time.sleep(1)
mc.postToChat("9")
time.sleep(1)
mc.postToChat("8")
time.sleep(1)
mc.postToChat("7")
time.sleep(1)
mc.postToChat("6")
time.sleep(1)
mc.postToChat("5")
time.sleep(1)
mc.postToChat("4")
time.sleep(1)
mc.postToChat("3")
time.sleep(1)
mc.postToChat("2")
time.sleep(1)
mc.postToChat("1")
time.sleep(1)
mc.postToChat("building(use yuor 5 second to build)")
time.sleep(5.5)
x, y, z = mc.player.getPos()
mc.setBlocks(x+10, y+10, z+10, x+30, y+10, z+30,block.WATER_FLOWING )
mc.player.setPos(x+15, y+15, z+15)
mc.postToChat("water lake")
time.sleep(4)
mc.postToChat("Now let us build a ocean")
time.sleep(1)
mc.postToChat("10")
time.sleep(1)
mc.postToChat("9")
time.sleep(1)
mc.postToChat("8")
time.sleep(1)
mc.postToChat("7")
time.sleep(1)
mc.postToChat("6")
time.sleep(1)
mc.postToChat("5")
time.sleep(1)
mc.postToChat("4")
time.sleep(1)
mc.postToChat("3")
time.sleep(1)
mc.postToChat("2")
time.sleep(1)
mc.postToChat("1")
time.sleep(1)
mc.postToChat("building(use yuor 15 second to build)")
time.sleep(15.5)
x, y, z = mc.player.getPos()
mc.setBlocks(x+30, y+30, z+30, x+60, y+30, z+60,block.WATER_FLOWING)
mc.player.setPos(x, y, z)
mc.postToChat("water ocean")
import mcpi.block as block
import mcpi.minecraft as minecraft
mc=minecraft.Minecraft.create()
x = 0
z = 0
blo = 0
get = 0
mc.postToChat("by blackcreeper")
mc.postToChat("water time")
time.sleep(1)
mc.postToChat("10")
time.sleep(1)
mc.postToChat("9")
time.sleep(1)
mc.postToChat("8")
time.sleep(1)
mc.postToChat("7")
time.sleep(1)
mc.postToChat("6")
time.sleep(1)
mc.postToChat("5")
time.sleep(1)
mc.postToChat("4")
time.sleep(1)
mc.postToChat("3")
time.sleep(1)
mc.postToChat("2")
time.sleep(1)
mc.postToChat("1")
time.sleep(1)
mc.postToChat("just one building")
time.sleep(1)
(x1,y1,z1) = mc.player.getPos()
(x2,y2,z2) = mc.player.getPos()
mc.setBlocks(x1,y1-1,z1,x2,y2-1,z2,block.WATER_FLOWING)
time.sleep(4)
mc.postToChat("The big one")
time.sleep(1)
mc.postToChat("10")
time.sleep(1)
mc.postToChat("9")
time.sleep(1)
mc.postToChat("8")
time.sleep(1)
mc.postToChat("7")
time.sleep(1)
mc.postToChat("6")
time.sleep(1)
mc.postToChat("5")
time.sleep(1)
mc.postToChat("4")
time.sleep(1)
mc.postToChat("3")
time.sleep(1)
mc.postToChat("2")
time.sleep(1)
mc.postToChat("1")
time.sleep(1)
mc.postToChat("building(use yuor 5 second to build)")
time.sleep(5.5)
x, y, z = mc.player.getPos()
mc.setBlocks(x+10, y+10, z+10, x+30, y+10, z+30,block.WATER_FLOWING )
mc.player.setPos(x+15, y+15, z+15)
mc.postToChat("water lake")
time.sleep(4)
mc.postToChat("Now let us build a ocean")
time.sleep(1)
mc.postToChat("10")
time.sleep(1)
mc.postToChat("9")
time.sleep(1)
mc.postToChat("8")
time.sleep(1)
mc.postToChat("7")
time.sleep(1)
mc.postToChat("6")
time.sleep(1)
mc.postToChat("5")
time.sleep(1)
mc.postToChat("4")
time.sleep(1)
mc.postToChat("3")
time.sleep(1)
mc.postToChat("2")
time.sleep(1)
mc.postToChat("1")
time.sleep(1)
mc.postToChat("building(use yuor 15 second to build)")
time.sleep(15.5)
x, y, z = mc.player.getPos()
mc.setBlocks(x+30, y+30, z+30, x+60, y+30, z+60,block.WATER_FLOWING)
mc.player.setPos(x, y, z)
mc.postToChat("water ocean")