Implemented turtle.craft() does not exist

Discussion in 'Agrarian Skies' started by bigtwisty, Aug 7, 2014.

  1. bigtwisty

    bigtwisty New Member

    Messages:
    7
    Likes Received:
    1
    Local Time:
    2:26 AM
    I crafted a turtle with a crafting table and attempted to craft with it. The lua command for this is
    Code:
    turtle.craft()
    It is fairly easy to determine that this does not exist, nor is it simply renamed. If you run the following on a crafty turtle you can see all of the available functions in the "turtle" table.

    Code:
    lines = 0
    for k,v in pairs(turtle) do
      print(k)
      if lines > 10 then
    	os.pullEvent()
    	lines = 0
      end
    end
     
  2. YourMCGeek

    YourMCGeek Well-Known Member

    Messages:
    473
    Likes Received:
    47
    Local Time:
    2:26 AM
    So what's the problem exactly...?
     
  3. bigtwisty

    bigtwisty New Member

    Messages:
    7
    Likes Received:
    1
    Local Time:
    2:26 AM
    Without that command, crafty turtles don't work.
     
  4. paulnator2112

    paulnator2112 Member

    Messages:
    898
    Likes Received:
    102
    Local Time:
    8:26 AM
    For me on TPPI they work! What does the Error code EXACTLY say?
     
  5. bigtwisty

    bigtwisty New Member

    Messages:
    7
    Likes Received:
    1
    Local Time:
    2:26 AM
    Would you believe that I tried this several times yesterday, and suddenly today it works on the exact same turtle? Like I said in the OP, I even iterated through the contents of the "turtle" table to see if the command was there, and it wasn't. Not sure what happened.
     
  6. chaosblad3

    chaosblad3 Very Well-Known Member Patron Tier 1

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    7:26 AM
    If it happens again just try relogging and it should work, my guess is that the turtle still thinks it is a normal turtle until it gets reloaded, though I could be wrong as I haven't encountered this personally...
     
    Last edited: Aug 7, 2014
  7. bigtwisty

    bigtwisty New Member

    Messages:
    7
    Likes Received:
    1
    Local Time:
    2:26 AM
    If this happens again I'll try that and post the results here. Guess for now this one is solved. Sorry to bug you guys unnecessarily (pun intended).
     
  8. YourMCGeek

    YourMCGeek Well-Known Member

    Messages:
    473
    Likes Received:
    47
    Local Time:
    2:26 AM
    ... I don't get the pun
     
  9. bigtwisty

    bigtwisty New Member

    Messages:
    7
    Likes Received:
    1
    Local Time:
    2:26 AM
    "bug"...

    ...never mind...

    *hangs head in shame for making lame pun*
     
    The_Icy_One likes this.

Share This Page