Skip to content

Commit

Permalink
Set number of screwdriver uses to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
davisonio authored and PilzAdam committed Dec 21, 2014
1 parent 1237bc3 commit a9ac480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/screwdriver/init.lua
Expand Up @@ -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)
Expand Down

0 comments on commit a9ac480

Please sign in to comment.