]> git.lizzy.rs Git - Crafter.git/commitdiff
make iron boat a bit more floaty
authoroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 19 May 2020 00:35:19 +0000 (20:35 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 19 May 2020 00:35:19 +0000 (20:35 -0400)
mods/boat/init.lua

index 8b275723e0108df8e942b02f77091814947c564a..477044cc73b8ac3228ff07c60bda2a828ae19c79 100644 (file)
@@ -371,7 +371,7 @@ minetest.register_entity("boat:iron_boat", {
                if pointed_thing then
                        self.swimming = true
                        local vel = self.object:get_velocity()
-                       local goal = 3
+                       local goal = 10
                        local acceleration = vector.new(0,goal-vel.y,0)
                        self.object:add_velocity(acceleration)
                end