function turtfunk(pos) local t = Turtle.new(pos) t:setMat("wool:red") t:penDown() t:roll(45) t:forward(20) t:yaw(90) t:forward(20) t:spawn() end