DonBruce64 / MinecraftTransportSimulator

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

VMs with `parent_` as a prefix oughta modify parameters as well as variables #1760

Open boot2big opened 5 months ago

boot2big commented 5 months ago

Suppose you've got a door_hood, and a part that modifies parent_door_hood. This works, and that's all good! However if you wanna modify something like wingArea, dragCoefficient, etc. then using parent_dragCoefficient doesn't work, meaning you've gotta modify the vehicle JSON with its own dC VM that reads a value on the part to make it happen anyways. That's no fun!

I'mma contribute as many of my don credits as needed for this. image image