DonBruce64 / MinecraftTransportSimulator

A Minecraft mod that adds planes and automobiles with realistic physics!
Other
113 stars 60 forks source link

Option to make maxTiltAngle go in the opposite direction #1705

Closed Gliese-832-c closed 1 year ago

Gliese-832-c commented 1 year ago

If you use maxTiltAngle, then your vehicle turns into the direction of your turn.

I would like to have an option (something like "tiltOpposite": true/false) that inverts the angle, so for example if you turn left your vehicle turns right. This is to simulate centrifugal force. Especially useful on a boat/ship.

Gliese-832-c commented 1 year ago

Nevermind, setting the angle to a negative value actually already does that.