diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-28 09:43:51 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-28 09:43:51 +0100 |
commit | d74f2fa27bd322585a5d20fce762987bf4f9395c (patch) | |
tree | 76971f7a364e20fd118f9da7549ee7ff25f4e8d9 /crafts.lua | |
parent | 4ec4c388830f64a14120e2f3b52e3de9fb706a67 (diff) |
falling velocity no longer exceeds self.fall_speed
Diffstat (limited to 'crafts.lua')
-rw-r--r-- | crafts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ minetest.register_craft({ -- lasso minetest.register_tool("mobs:lasso", { - description = S("Magic Lasso (right-click animal to put in inventory)"), + description = S("Lasso (right-click animal to put in inventory)"), inventory_image = "mobs_magic_lasso.png", }) |