Another adjustment
This commit is contained in:
parent
ae5331a6b5
commit
556500fa13
@ -113,7 +113,7 @@ minecart.movement = function(self)
|
||||
|
||||
--speed up going downhill
|
||||
if self.dir and (self.dir.y == -1 or self.rider) and self.speed < 10 then
|
||||
self.speed = self.speed + 0.03
|
||||
self.speed = self.speed + 0.05
|
||||
--slow down going uphill
|
||||
elseif self.dir and self.speed > 1 and self.dir.y == 1 then
|
||||
self.speed = self.speed - 0.05
|
||||
|
Loading…
x
Reference in New Issue
Block a user