diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-21 19:23:41 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-21 19:23:41 +0000 |
commit | e3515482cc636d4b84b7363b4815bf24ebdfe220 (patch) | |
tree | 64de54bc6df8563431f89bc42149c242ebd694ad /crafts.lua | |
parent | 4e231429d9c5e37441a53c429a058708ac6f6957 (diff) |
added arrow rotation, added new mob eggs that save mob information, updated intllib routine
Diffstat (limited to 'crafts.lua')
-rw-r--r-- | crafts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |