Skip to content

Instantly share code, notes, and snippets.

@sofar
Created December 16, 2015 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sofar/d7cf704c7b236eff3775 to your computer and use it in GitHub Desktop.
Save sofar/d7cf704c7b236eff3775 to your computer and use it in GitHub Desktop.
minetest.register_on_newplayer(function(player)
player:setpos({x=-126, y=1, z=-96})
return true
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment