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 2521cb2 commit 19d5298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ minetest.register_tool("maptools:pick_admin_with_drops", {
})

minetest.register_tool("maptools:pick_admin_slow", {
description = S("Admin Pickaxe"),
description = S("Slow Admin Pickaxe"),
range = 20,
full_punch_interval = 0.5,
inventory_image = "maptools_adminpick.png",
inventory_image = "adpi.png",
groups = {not_in_creative_inventory = maptools.creative},
tool_capabilities = pick_admin_toolcaps,
on_drop = maptools.drop_msg,
Expand Down

0 comments on commit 19d5298

Please sign in to comment.