1
0
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:
TenPlus1
2017-06-28 09:43:51 +01:00
parent 4ec4c38883
commit d74f2fa27b
5 changed files with 12 additions and 15 deletions

View File

@ -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",
})