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
1 changed files with 1 additions and 1 deletions

View File

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