Lucun_Ji

tibby.3dm

Jul 5th, 2020 (edited)
1,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.28 KB | None | 0 0
  1. {
  2.   label = "提比玩偶",
  3.  
  4.   shapes = {
  5.     -- body1
  6.     {2, 10, 3, 14, 11, 13, texture = "wool_colored_white"},
  7.  
  8.     -- body2
  9.     {1, 0, 2, 15, 10, 14, texture = "wool_colored_white"},
  10.  
  11.     -- body3
  12.     {0, 1, 1, 16, 9, 15, texture = "wool_colored_white"},
  13.  
  14.     -- body4
  15.     {3, 11, 4, 13, 12, 12, texture = "wool_colored_white"},
  16.  
  17.     -- ear
  18.     {0, 9, 5, 2, 11, 6, texture = "wool_colored_white"},
  19.  
  20.     -- ear_inner
  21.     {0, 9, 4, 2, 11, 5, texture = "wool_colored_pink"},
  22.  
  23.     -- ear
  24.     {14, 9, 5, 16, 11, 6, texture = "wool_colored_white"},
  25.  
  26.     -- ear_inner
  27.     {14, 9, 4, 16, 11, 5, texture = "wool_colored_pink"},
  28.  
  29.     -- eye
  30.     {6, 6, 0, 7, 7, 1, texture = "wool_colored_black"},
  31.  
  32.     -- eye
  33.     {10, 6, 0, 11, 7, 1, texture = "wool_colored_black"},
  34.  
  35.     -- mouth
  36.     {8, 4, 0, 9, 5, 1, texture = "wool_colored_black"},
  37.  
  38.     -- mouth
  39.     {9, 3, 0, 10, 4, 1, texture = "wool_colored_black"},
  40.  
  41.     -- mouth
  42.     {7, 3, 0, 8, 4, 1, texture = "wool_colored_black"},
  43.  
  44.     -- mouth
  45.     {8, 2, 0, 9, 4, 1, texture = "wool_colored_pink"},
  46.  
  47.     -- face
  48.     {2, 3, 0, 4, 5, 1, texture = "wool_colored_pink"},
  49.  
  50.     -- face
  51.     {12, 3, 0, 14, 5, 1, texture = "wool_colored_pink"},
  52.  
  53.     -- tail
  54.     {6, 2, 15, 8, 4, 16, texture = "wool_colored_white"}
  55.   }
  56. }
Add Comment
Please, Sign In to add comment