Reduce repulsion of carts off rails

This commit is contained in:
teknomunk 2024-12-29 10:40:28 -06:00 committed by the-real-herowl
parent 6898675e05
commit 42fe5c4c85

@ -567,7 +567,7 @@ function submod.do_detached_movement(self, dtime)
local away = vector_away_from_players(self, staticdata)
if away then
local v = self.object:get_velocity()
local v = self.object:get_velocity() * 0.25
self.object:set_velocity(v - away)
-- Boost the minecart vertically a bit to get over the edge of rails and things like carpets