From 9e4981e9dcfa41e04906080249970d9690b55ac5 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 12 Feb 2023 10:42:05 +0000 Subject: [PATCH] added protector_tool.png by Sirrobzeroone --- license.txt | 3 +++ textures/protector_tool.png | Bin 0 -> 174 bytes tool.lua | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 textures/protector_tool.png diff --git a/license.txt b/license.txt index 7a2cc84..8b84713 100644 --- a/license.txt +++ b/license.txt @@ -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 diff --git a/textures/protector_tool.png b/textures/protector_tool.png new file mode 100644 index 0000000000000000000000000000000000000000..d2112d6795937fb94df07075f7a51269c670bbb8 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv3GfMV1=0*m3?_>F)~W)|`r?6> zGC7{YegVEKSFhN(dHuNyXC6Lzu=9}DKcF(kk|4ie28U-i(tsQbPZ!4!j_b(@4y?ip zOpY^YEUprD=_r28*U|9&9TUglT(y=o-=GGALp%$ZPV%&{Oj^L?!OZ5)N Qi42g%p00i_>zopr05?xHf&c&j literal 0 HcmV?d00001 diff --git a/tool.lua b/tool.lua index 3aae1f7..9af8e6d 100644 --- a/tool.lua +++ b/tool.lua @@ -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)