mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-22 15:00:18 +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_AXIS = 2
|
||||
local USES = 10
|
||||
local USES = 200
|
||||
|
||||
-- Handles rotation
|
||||
local function screwdriver_handler(itemstack, user, pointed_thing, mode)
|
||||
|
Loading…
Reference in New Issue
Block a user