Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function()
  2. local t = "gold_block"
  3. return {
  4.   label="Statue Head",
  5.   shapes = {
  6. --head
  7.     {4,8,4,12,16,12,texture=t},
  8. --arm
  9.     {6,0,0,10,8,4,texture=t},
  10. --body
  11.     {6,0,4,10,8,12,texture=t},
  12. --arm
  13.     {6,0,12,10,8,16,texture=t},
  14. --body
  15.     {6,0,4,10,16,12,texture=t,state=true},
  16. --arm
  17.     {6,12,0,10,16,4,texture=t,state=true},
  18.     {6,12,12,10,16,16,texture=t,state=true}
  19.  
  20.   }
  21. }
  22. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement