1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-07-12 13:20:35 +02:00

added arrow rotation, added new mob eggs that save mob information, updated intllib routine

This commit is contained in:
TenPlus1
2017-01-21 19:23:41 +00:00
parent 4e231429d9
commit e3515482cc
3 changed files with 84 additions and 16 deletions

View File

@ -40,7 +40,7 @@ minetest.register_craft({
cooktime = 5,
})
-- golden lasso
-- magic lasso
minetest.register_tool("mobs:magic_lasso", {
description = S("Magic Lasso (right-click animal to put in inventory)"),
inventory_image = "mobs_magic_lasso.png",