DonBruce64 / MinecraftTransportSimulator

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

`isForBullets` hitboxes don't seem to transfer damage to the vehicle? #1686

Closed boot2big closed 8 months ago

boot2big commented 1 year ago

image Ain't no box health defined, so it's not that...

Am I simply misunderstanding what isForBullets is meant to be used for? Is it meant for just blocking bullets, or is it supposed to let you place big chonky boxes for bullet collision without having a buncha physics-running isInterior boxes?

boot2big commented 1 year ago

P.S: Was not the damageMultiplier, I checked. Decided I didn't want them anyways and yeeted them, but isForBullet boxes still don't forward damage.

DonBruce64 commented 1 year ago

Am I simply misunderstanding what isForBullets is meant to be used for? Is it meant for just blocking bullets, or is it supposed to let you place big chonky boxes for bullet collision without having a buncha physics-running isInterior boxes? The latter is correct. It's supposed to be boxes that only bullet can collide with. Not anything else. Will fix.

DonBruce64 commented 11 months ago

Addressed in e0ff05b8c7ca159896cb9f90767dd487500b25a6

DonBruce64 commented 8 months ago

Addressed in 22.12.0.