mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-10-06 22:05:20 +02:00
Set number of screwdriver uses to 200
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user