 {
blocks.fill(
WATER,
pos(0, 0, 0),
pos(3, 3, 3),
FillOperation.Replace
)
player.teleport(pos(0, 128, 0))
gameplay.setGameMode(
SURVIVAL,
mobs.target(NEAREST_PLAYER)
)
})