Increase speed of flowing water/river water animations
authorAndrey2470T <AndreyT2203@gmail.com>
Fri, 14 Feb 2020 00:01:15 +0000 (03:01 +0300)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 00:01:15 +0000 (00:01 +0000)
To visually match the 1 node per second spread of flowing water.

mods/default/nodes.lua

index c752d3bf0028ebcd6b077b6947073eea55e5128c..cd46593483d975d8cb6a532568097eab80742ee6 100644 (file)
@@ -2234,7 +2234,7 @@ minetest.register_node("default:water_flowing", {
                                type = "vertical_frames",
                                aspect_w = 16,
                                aspect_h = 16,
                                type = "vertical_frames",
                                aspect_w = 16,
                                aspect_h = 16,
-                               length = 0.8,
+                               length = 0.5,
                        },
                },
                {
                        },
                },
                {
@@ -2244,7 +2244,7 @@ minetest.register_node("default:water_flowing", {
                                type = "vertical_frames",
                                aspect_w = 16,
                                aspect_h = 16,
                                type = "vertical_frames",
                                aspect_w = 16,
                                aspect_h = 16,
-                               length = 0.8,
+                               length = 0.5,
                        },
                },
        },
                        },
                },
        },
@@ -2330,7 +2330,7 @@ minetest.register_node("default:river_water_flowing", {
                                type = "vertical_frames",
                                aspect_w = 16,
                                aspect_h = 16,
                                type = "vertical_frames",
                                aspect_w = 16,
                                aspect_h = 16,
-                               length = 0.8,
+                               length = 0.5,
                        },
                },
                {
                        },
                },
                {
@@ -2340,7 +2340,7 @@ minetest.register_node("default:river_water_flowing", {
                                type = "vertical_frames",
                                aspect_w = 16,
                                aspect_h = 16,
                                type = "vertical_frames",
                                aspect_w = 16,
                                aspect_h = 16,
-                               length = 0.8,
+                               length = 0.5,
                        },
                },
        },
                        },
                },
        },