Skip to content

Commit

Permalink
add back missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Jun 24, 2020
1 parent dc2f0b8 commit 7356e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions display_item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function fancy_vend.update_item(pos, node)
pos.y = pos.y + (12 / 16 + 0.11)
tmp.nodename = node.name
tmp.texture = ItemStack(meta:get_string("item")):get_name()
minetest.add_entity(pos, "fancy_vend:display_item")
pos.y = pos.y - (12 / 16 + 0.11)
end
end

0 comments on commit 7356e7f

Please sign in to comment.