Flowerpot inventory image.
It's derived, but this makes it easier to theme/skin.
This commit is contained in:
parent
8d7073d5a6
commit
5988c745cb
1
init.lua
1
init.lua
@ -117,6 +117,7 @@ minetest.register_node("flowerpot:empty", {
|
|||||||
description = "Flowerpot",
|
description = "Flowerpot",
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "flowerpot.obj",
|
mesh = "flowerpot.obj",
|
||||||
|
inventory_image = "flowerpot_item.png",
|
||||||
tiles = {
|
tiles = {
|
||||||
{name = "flowerpot.png"},
|
{name = "flowerpot.png"},
|
||||||
{name = "doors_blank.png"},
|
{name = "doors_blank.png"},
|
||||||
|
BIN
textures/flowerpot_item.png
Normal file
BIN
textures/flowerpot_item.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 215 B |
Loading…
x
Reference in New Issue
Block a user