mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-23 07:10:19 +01:00
Set number of screwdriver uses to 200
This commit is contained in:
parent
1237bc3a4b
commit
a9ac480dcd
@ -8,7 +8,7 @@ end
|
|||||||
|
|
||||||
local ROTATE_FACE = 1
|
local ROTATE_FACE = 1
|
||||||
local ROTATE_AXIS = 2
|
local ROTATE_AXIS = 2
|
||||||
local USES = 10
|
local USES = 200
|
||||||
|
|
||||||
-- Handles rotation
|
-- Handles rotation
|
||||||
local function screwdriver_handler(itemstack, user, pointed_thing, mode)
|
local function screwdriver_handler(itemstack, user, pointed_thing, mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user