New admin pickaxe texture, add a separate texture for admin pickaxe with drops.

This commit is contained in:
Calinou 2014-08-02 19:40:36 +02:00
parent 7cb3b6058c
commit f81c4dfb95
3 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ minetest.register_tool("maptools:pick_admin", {
minetest.register_tool("maptools:pick_admin_with_drops", {
description = S("Admin Pickaxe with Drops"),
range = 12,
inventory_image = "maptools_adminpick.png",
inventory_image = "maptools_adminpick_with_drops.png",
groups = {not_in_creative_inventory = maptools_creative},
tool_capabilities = {
full_punch_interval = 0.35,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B