
Turtle can't do anything with Valkyrien Skies
FirFurka opened this issue · 2 comments
Thanks for the report! This appears to be a bug on Valkyrien Skies's — they mixin to CC:T (ugghr, I wish they didn't!), and it looks like that's broken.
This might have been fixed already (ValkyrienSkies/Valkyrien-Skies-2#1260), so you'll have to wait for the next version.
@SquidDev We mixined the turtle because we do not want turtle expand ships' area when it hits edge, so we decide to teleport it off the ship when it hits the edge. We also don't want turtle push ships so we check turtle's movement and returns "obstruct by ship" when it's going to hit a ship. I wonder if there is a better solution to achieve that? Like will CC:T provide events / callbacks for turtle's movements? That will be a nice feature.