added protector_tool.png by Sirrobzeroone
This commit is contained in:
@@ -28,3 +28,6 @@ Textures by TenPlus1 (CC0) unless mentioned below
|
|||||||
Textures from original Minetest doors mod (CC-BY-SA 3.0)
|
Textures from original Minetest doors mod (CC-BY-SA 3.0)
|
||||||
doors_*.png
|
doors_*.png
|
||||||
..default_chest*.png
|
..default_chest*.png
|
||||||
|
|
||||||
|
Textures by Sirrobzeroone (CC0)
|
||||||
|
protector_tool.png
|
||||||
|
|||||||
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", {
|
minetest.register_craftitem("protector:tool", {
|
||||||
description = S("Protector Placer Tool (stand near protector, face direction and use)"),
|
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,
|
stack_max = 1,
|
||||||
|
|
||||||
on_use = function(itemstack, user, pointed_thing)
|
on_use = function(itemstack, user, pointed_thing)
|
||||||
|
|||||||
Reference in New Issue
Block a user