Posted 21 September 2015 - 11:36 AM
I've made a crafty digging turtle, but I'm getting some odd behavior. Here's an example
Place a stack of wood blocks into the turtle's otherwise empty inventory
From the interpreter, execute
lua> turtle.craft()
lua:1: attempt to call nil
It's acting as though the function isn't available. I've tried crafting several things. Yes, I'm getting the configuration of the resources right, and the inventory is otherwise empty.
What is particularly confusing to me is that sometimes it works, but most of the time it doesn't. I haven't found the pattern though.
I'm totally stumped.
Thanks
Place a stack of wood blocks into the turtle's otherwise empty inventory
From the interpreter, execute
lua> turtle.craft()
lua:1: attempt to call nil
It's acting as though the function isn't available. I've tried crafting several things. Yes, I'm getting the configuration of the resources right, and the inventory is otherwise empty.
What is particularly confusing to me is that sometimes it works, but most of the time it doesn't. I haven't found the pattern though.
I'm totally stumped.
Thanks