mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-06-28 22:46:02 +02:00
falling velocity no longer exceeds self.fall_speed
This commit is contained in:
@ -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",
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user