Advertisement
Guest User

MT Mod not working

a guest
Aug 14th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. function(pos)
  2.     local didnotspawn = 1
  3.     if didnotspawn == 1 then
  4.         pos.y = pos.y+1
  5.         minetest.set_node(pos, {name = "MOD:NODE"})
  6.         didnotspawn = 0
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement