D00Med / vehicles

minetest mod that adds vehicles. Written for minetest 0.4.??
Other
17 stars 27 forks source link

Detect if the object is dying rather than dead. #62

Closed Poikilos closed 1 year ago

Poikilos commented 2 years ago

The engine doesn't call on_punch when the object is already dead. The necessary fix is to accept the damage param and use it to predict if this call kills the object (resolves #61).

D00Med commented 1 year ago

better late than never