1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 23:10:17 +01:00

Set number of screwdriver uses to 200

This commit is contained in:
Craig Davison 2014-12-21 18:27:15 +00:00 committed by PilzAdam
parent 1237bc3a4b
commit a9ac480dcd

View File

@ -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)