Advertisement
Guest User

statue.3dm

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