Computercraft 1.5.2 Yardim

ALLCATRAZ

Zombi Katili
En iyi cevaplar
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
En iyi cevaplar
0
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
En iyi cevaplar
0
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