Skip to content

Commit

Permalink
Update tools.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
oong819 authored Sep 16, 2022
1 parent 19d5298 commit 0f8a28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ minetest.register_tool("maptools:pick_admin_with_drops", {
minetest.register_tool("maptools:pick_admin_slow", {
description = S("Slow Admin Pickaxe"),
range = 20,
full_punch_interval = 0.5,
full_punch_interval = 0.8,
inventory_image = "adpi.png",
groups = {not_in_creative_inventory = maptools.creative},
tool_capabilities = pick_admin_toolcaps,
Expand Down

0 comments on commit 0f8a28d

Please sign in to comment.