Peripherals++

Peripherals++

359k Downloads

Ridable turtle and turtle.up()

MattB52 opened this issue ยท 5 comments

commented

When riding a turtle and you use the command turtle.up() it says an object is in the way. Can it be changed that it checks for blocks above the player instead of above the turtle and then when you dismount it checks above the turtle. If that makes sense. Basically turtle.up() doesn't work when riding a turtle.

commented

It seems that ComputerCraft doesn't want to cooperate with the ridable turtle. I'll see what I can do, but unfortunately I doubt I can do much. Although manually going up or down does work properly.

commented

What is happening is turtles will stop if a player is in their way, so going up riding a turtle will not work unless someone changes something in the way ridable turtles detect players.

commented

Yes, I understand that. ComputerCraft handles turtle movement with the turtle.up() function, I handle it when done manually. So moving it manually will override the ComputerCraft turtle handling.

commented

What do you mean by manually?

commented

By pressing the x button