Terasology / Rails

Base rail module for minecarts and such
10 stars 17 forks source link

Destroy joints when vehicles are destroyed/detached #25

Closed eviltak closed 6 years ago

eviltak commented 6 years ago

Destroys (invalidates) joints to and from a vehicle, if any, when it is destroyed/detached from the rails.

Testing

Create a cart chain by joining them together using the wrench. Destroy one by using the pickaxe or push a cart beyond a rail segment such that it is detached from it. The joints, if any, it has are destroyed.

Todo