added protector_tool.png by Sirrobzeroone

This commit is contained in:
tenplus1 2023-02-12 10:42:05 +00:00
parent 85e65b3eeb
commit 9e4981e9dc
3 changed files with 4 additions and 1 deletions

@ -28,3 +28,6 @@ Textures by TenPlus1 (CC0) unless mentioned below
Textures from original Minetest doors mod (CC-BY-SA 3.0)
doors_*.png
..default_chest*.png
Textures by Sirrobzeroone (CC0)
protector_tool.png

BIN
textures/protector_tool.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

@ -11,7 +11,7 @@ if r > 22 then r = 22 end
minetest.register_craftitem("protector:tool", {
description = S("Protector Placer Tool (stand near protector, face direction and use)"),
inventory_image = "protector_display.png^protector_logo.png",
inventory_image = "protector_tool.png",
stack_max = 1,
on_use = function(itemstack, user, pointed_thing)