Computercraft 1.5.2 Yardim

ALLCATRAZ

Zombi Katili
Mesajlar
196
En iyi cevaplar
0
Beğeniler
0
Puanları
0
Beyler ben ComputerCraft indirdim 1.5.2ye ama ne agaca kesiyo ne maden akziyo eline balta fln olani yapiom kazmayi fln veriyom excavanteydi galiba öyle bisey yaziyom sonra mal gibi kazmaya basladi hiç agac kesmiyo[DOUBLEPOST=1371100088,1371041951][/DOUBLEPOST]GünCellll
 


Helter

Pattes
Mesajlar
1,742
En iyi cevaplar
0
Beğeniler
1,191
Puanları
2,990
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 :D
 

NeadSing

Elmas Madencisi
Mesajlar
880
En iyi cevaplar
0
Beğeniler
180
Puanları
830
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 :D
Çok basit bir program olmuş detaylandırabilirsin. :D
 

Üst