Add item spawner texture

This commit is contained in:
Wuzzy 2018-10-19 16:04:22 +02:00
parent 3729c61244
commit b405875d93
2 changed files with 2 additions and 2 deletions

View File

@ -1107,8 +1107,8 @@ minetest.register_node("tutorial:itemspawner", {
floodable = false,
air_equivalent = true,
diggable = false,
inventory_image = "unknown_node.png",
wield_image = "unknown_node.png",
inventory_image = "tutorial_item_spawner.png",
wield_image = "tutorial_item_spawner.png",
buildable_to = false,
sunlight_propagates = true,
groups = {creative_breakable=1},

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B