term.clear()
print("Oduncu by Helter 2013 (c)")
a = 0
repeat
while turtle.detect() do
turtle.dig()
turtle.digUp()
turtle.up()
end
while not turtle.detect() and not turtle.detectDown() do
turtle.down()
end
turtle.select(1)
turtle.place()
turtle.select(2)
turtle.place()
turtle.place()
turtle.place()
turtle.place()
turtle.place()
turtle.select(3)
turtle.dropDown()
turtle.select(1)
term.clear()
a = a+1
until a==64
Oduncu Programı Yazdım Turtle'nin 1. Slotuna Sapling 2. Slotuna Bone Meal Koy Ve Turtle'i Chestin Üstüne Yerleştir
İstersen html'i config dosyasından etkinleştirip "pastebin get jVihVZqu /oduncu" komutunu kullanıp direkt indirebilirsin
Turtlenin arayüzünden "oduncu yazdığında Çalışır
config dosyasının bulunduğu yer appdata/.minecraft/config/computercraft.cfg
# Enable the "http" API on Computers
B:enableAPI_http=
true
yaparsın biter