I can't fly
Gargule opened this issue ยท 4 comments
Description
[Ridable turtle]
Steps to Reproduce
- [Place it]
- [Sit on it]
- [Type "turtle.up()"]
...
Expected behavior: [I flying on my turtle]
Actual behavior: ["Movement obstructed"]
Stacktrace (if applicable): [--]
Version affected: [FML v7.10.99.99, Peripherals++ v1.3.6]
Additional Information
[Maybe not bug, but it's very sad.]
Is the movement obstructed error happening while riding the turtle with the front clear?
Edit: I just realized this is not my issue tracker. Whoops. I am unaware of anyone continuing development for PeripheralsPlusPlus for Minecraft 1.7.10.
I think, it resolved. CC's config has one mistake
# If set to true, Turtles will push entities out of the way instead of stopping if there is space to do so B:turtlesCanPush=false
That parameter works conversely. (Thanks, Google Translate, for this word. I forget it. ))) )
UPD: not, it isn't. And on server i have "Movement obstructed" when turtle.forward()
.
UPD2: I stupid newbie, but maybe i can create additional methods for forward()
and down()
?..
UPD3: I create that and disable broken "WASD" moving. )