Advertisement
Guest User

Untitled

a guest
Jan 7th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. on_construct = function(pos)
  2. local facedir = math.random(0,23)
  3. minetest.swap_node(pos, {name='voxus:leaves', param2=facedir})
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement