DonBruce64 / MinecraftTransportSimulator

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

[Bug] Armor hitboxes damage forwarding #1636

Closed Wartich closed 1 year ago

Wartich commented 1 year ago

Armor hitboxes forward damage to vehicle when you punch them with hands. May also be the case for arrows. Armor hitboxes shouldn't forward any damage, not just bullet damage

boot2big commented 1 year ago

Isn't that the intention? If you don't want a box to forward damage to the vehicle you simply give its collision group a health value? At least if I'm understanding your ticket correctly, that is.

DonBruce64 commented 1 year ago

yeah, but if the armor blocks the damage, then it shouldn't forward it. But external damage bypasses armor checks because those are in the bullet code, not the damage code. I need to move it over to fix this.

DonBruce64 commented 1 year ago

Addressed in 22.10.0.