DonBruce64 / MinecraftTransportSimulator

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

GravityFactor and ClimbSpeed Configuration in Vehicle JSON #1738

Closed Naxgeneral closed 7 months ago

Naxgeneral commented 7 months ago

This is feature where you can edit the Gravity Factor and Climb Rate inside Vehicle Motorized section inside json. as the default fall speed for 0.35 was too low and i want it to be edit able in each vehicle how it work? : it will check does "gravityFactor" != 0 in vehicle json if it == 0 it will take value from Config file else it will take value from "gravityFactor"

and for climbSpeed (climbRate) i feel like default wheel climb speed also too slow for 0.35 and manytime i ended up stuck in slope so i make it to be edit able in json motorized section it work the same as gravity but for climb speed.