Posted 01 April 2013 - 03:15 PM
Hello, I'm new to this forum please excuse my poor english I'm French and doing what I can to be understood! And please excuse too the typing mystakes I'll probably make,gyping on a Vita isnt ideal.
Anyway, I'm posting here because I'm completely useless at programming these damn turtles. I'm trying to build an automatic blaze rod farm : a crafty turtle crafts blaze rods with 2 blaze powder and a minium stone, then drops it in a pipe system where half of the blaze rods produce energy in generators and the other half goes back in a macerator to do the blaze powder that is then crafted aigain etc…
My system is entirely functionnal except for the turtle that I cant manage to program correctly. Actually the only thing I managed to do is this :
While true do
turtle.craft()
turtle.drop()
end
Ofcourse this isnt working at all because in order to craft blaze rods, the turtle needs to have 2 slots occupied by blaze powder and 1 by the minium stone and my blaze powders arriving in he turtle all go in the same slot and are almost immediatly ejected because of the drop command.
Could somebody make me or help me to do something functionnal ?
Thanks in advance and I hoped I respected all the rules :)/>
Anyway, I'm posting here because I'm completely useless at programming these damn turtles. I'm trying to build an automatic blaze rod farm : a crafty turtle crafts blaze rods with 2 blaze powder and a minium stone, then drops it in a pipe system where half of the blaze rods produce energy in generators and the other half goes back in a macerator to do the blaze powder that is then crafted aigain etc…
My system is entirely functionnal except for the turtle that I cant manage to program correctly. Actually the only thing I managed to do is this :
While true do
turtle.craft()
turtle.drop()
end
Ofcourse this isnt working at all because in order to craft blaze rods, the turtle needs to have 2 slots occupied by blaze powder and 1 by the minium stone and my blaze powders arriving in he turtle all go in the same slot and are almost immediatly ejected because of the drop command.
Could somebody make me or help me to do something functionnal ?
Thanks in advance and I hoped I respected all the rules :)/>