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 0000000..d2112d6 Binary files /dev/null and b/textures/protector_tool.png differ 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)