mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
screwdriver
This commit is contained in:
parent
4ac7699e0b
commit
5d826e5450
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ end
|
|||
|
||||
-- Screwdriver
|
||||
minetest.register_tool("screwdriver:screwdriver", {
|
||||
description = S("Screwdriver (left-click rotates face, right-click rotates axis)"),
|
||||
description = S("Screwdriver") .. "\n" .. S("(left-click rotates face, right-click rotates axis)"),
|
||||
inventory_image = "screwdriver.png",
|
||||
groups = {tool = 1},
|
||||
on_use = function(itemstack, user, pointed_thing)
|
||||
|
|
Loading…
Add table
Reference in a new issue