mirror of
https://notabug.org/TenPlus1/protector.git
synced 2024-12-04 19:53:47 +01:00
added protector_tool.png by Sirrobzeroone
This commit is contained in:
parent
85e65b3eeb
commit
9e4981e9dc
@ -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
BIN
textures/protector_tool.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 B |
2
tool.lua
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user