Posted 30 April 2014 - 01:30 AM
Alright so what I'm trying to do is get some extremely basic
programs to be universal for all Turtles I create (I'm in single player).
I followed the correct steps and have it tacked inside of a resource pack.
I've only been able to get it working with print("xxx") programs. For example,
two of the simple programs I have are called
up
turtle.up()
and
test
print("This is not a test.")
They're both saved in the same spot, however when I go to use "up"
it doesn't do anything. Note it doesn't say "No such program" either.
However when I go and try "test" it works perfectly.
If anyone has any clue on what I'm doing wrong or how to fix this please
lend me a hand. Let me know of any other info you would need.
programs to be universal for all Turtles I create (I'm in single player).
I followed the correct steps and have it tacked inside of a resource pack.
I've only been able to get it working with print("xxx") programs. For example,
two of the simple programs I have are called
up
turtle.up()
and
test
print("This is not a test.")
They're both saved in the same spot, however when I go to use "up"
it doesn't do anything. Note it doesn't say "No such program" either.
However when I go and try "test" it works perfectly.
If anyone has any clue on what I'm doing wrong or how to fix this please
lend me a hand. Let me know of any other info you would need.