mirror of
https://github.com/minetest-mods/maptools.git
synced 2024-12-24 08:20:21 +01:00
New admin pickaxe texture, add a separate texture for admin pickaxe with drops.
This commit is contained in:
parent
7cb3b6058c
commit
f81c4dfb95
2
init.lua
2
init.lua
@ -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 |
BIN
textures/maptools_adminpick_with_drops.png
Normal file
BIN
textures/maptools_adminpick_with_drops.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 278 B |
Loading…
Reference in New Issue
Block a user