Add item spawner texture
This commit is contained in:
parent
3729c61244
commit
b405875d93
@ -1107,8 +1107,8 @@ minetest.register_node("tutorial:itemspawner", {
|
|||||||
floodable = false,
|
floodable = false,
|
||||||
air_equivalent = true,
|
air_equivalent = true,
|
||||||
diggable = false,
|
diggable = false,
|
||||||
inventory_image = "unknown_node.png",
|
inventory_image = "tutorial_item_spawner.png",
|
||||||
wield_image = "unknown_node.png",
|
wield_image = "tutorial_item_spawner.png",
|
||||||
buildable_to = false,
|
buildable_to = false,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
groups = {creative_breakable=1},
|
groups = {creative_breakable=1},
|
||||||
|
BIN
mods/tutorial/textures/tutorial_item_spawner.png
Normal file
BIN
mods/tutorial/textures/tutorial_item_spawner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 B |
Loading…
x
Reference in New Issue
Block a user