Advertisement
Guest User

s

a guest
Oct 22nd, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.50 KB | None | 0 0
  1. {
  2.   label = "Паук",
  3.   shapes = {
  4.     { 3,0,15,4,2,16,texture = "opencomputers:White", tint = 0x111111 },
  5.     { 13,0,15,14,2,16,texture = "opencomputers:White", tint = 0x111111 },
  6.     { 1,2,15,2,4,16,texture = "opencomputers:White", tint = 0x111111 },
  7.     { 4,2,14,5,4,15,texture = "opencomputers:White", tint = 0x111111 },
  8.     { 12,2,14,13,4,15,texture = "opencomputers:White", tint = 0x111111 },
  9.     { 15,2,15,16,4,16,texture = "opencomputers:White", tint = 0x111111 },
  10.     { 7,3,14,8,4,15,texture = "opencomputers:White", tint = 0x111111 },
  11.     { 9,3,14,10,4,15,texture = "opencomputers:White", tint = 0x111111 },
  12.     { 2,4,14,3,5,15,texture = "opencomputers:White", tint = 0x111111 },
  13.     { 5,4,15,6,5,16,texture = "opencomputers:White", tint = 0x111111 },
  14.     { 7,4,15,8,5,16,texture = "opencomputers:White", tint = 0x111111 },
  15.     { 9,4,15,10,5,16,texture = "opencomputers:White", tint = 0x111111 },
  16.     { 11,4,15,12,5,16,texture = "opencomputers:White", tint = 0x111111 },
  17.     { 14,4,14,15,5,15,texture = "opencomputers:White", tint = 0x111111 },
  18.     { 3,5,14,4,6,15,texture = "opencomputers:White", tint = 0x111111 },
  19.     { 6,5,15,7,6,16,texture = "opencomputers:White", tint = 0x111111 },
  20.     { 8,5,14,9,9,16,texture = "opencomputers:White", tint = 0x111111 },
  21.     { 10,5,15,11,6,16,texture = "opencomputers:White", tint = 0x111111 },
  22.     { 13,5,14,14,6,15,texture = "opencomputers:White", tint = 0x111111 },
  23.     { 4,6,15,6,7,16,texture = "opencomputers:White", tint = 0x111111 },
  24.     { 7,6,14,8,7,15,texture = "opencomputers:White", tint = 0xee0000 },
  25.     { 7,6,15,10,15,16,texture = "opencomputers:White", tint = 0x111111 },
  26.     { 9,6,14,10,7,15,texture = "opencomputers:White", tint = 0xee0000 },
  27.     { 11,6,15,13,7,16,texture = "opencomputers:White", tint = 0x111111 },
  28.     { 6,7,15,11,9,16,texture = "opencomputers:White", tint = 0x111111 },
  29.     { 7,7,14,10,8,16,texture = "opencomputers:White", tint = 0x111111 },
  30.     { 5,8,15,12,9,16,texture = "opencomputers:White", tint = 0x111111 },
  31.     { 3,9,14,4,10,15,texture = "opencomputers:White", tint = 0x111111 },
  32.     { 4,9,15,5,10,16,texture = "opencomputers:White", tint = 0x111111 },
  33.     { 12,9,15,13,10,16,texture = "opencomputers:White", tint = 0x111111 },
  34.     { 13,9,14,14,10,15,texture = "opencomputers:White", tint = 0x111111 },
  35.     { 2,10,14,3,11,15,texture = "opencomputers:White", tint = 0x111111 },
  36.     { 6,10,15,11,14,16,texture = "opencomputers:White", tint = 0x111111 },
  37.     { 7,10,14,10,15,16,texture = "opencomputers:White", tint = 0x111111 },
  38.     { 14,10,14,15,11,15,texture = "opencomputers:White", tint = 0x111111 },
  39.     { 1,11,14,2,12,15,texture = "opencomputers:White", tint = 0x111111 },
  40.     { 4,11,14,5,12,15,texture = "opencomputers:White", tint = 0x111111 },
  41.     { 5,11,15,12,12,16,texture = "opencomputers:White", tint = 0x111111 },
  42.     { 8,11,13,9,15,16,texture = "opencomputers:White", tint = 0x111111 },
  43.     { 12,11,14,13,12,15,texture = "opencomputers:White", tint = 0x111111 },
  44.     { 15,11,14,16,12,15,texture = "opencomputers:White", tint = 0x111111 },
  45.     { 1,12,15,2,13,16,texture = "opencomputers:White", tint = 0x111111 },
  46.     { 3,12,14,4,15,15,texture = "opencomputers:White", tint = 0x111111 },
  47.     { 13,12,14,14,15,15,texture = "opencomputers:White", tint = 0x111111 },
  48.     { 15,12,15,16,13,16,texture = "opencomputers:White", tint = 0x111111 },
  49.     { 3,15,15,4,16,16,texture = "opencomputers:White", tint = 0x111111 },
  50.     { 8,15,14,9,16,16,texture = "opencomputers:White", tint = 0x111111 },
  51.     { 13,15,15,14,16,16,texture = "opencomputers:White", tint = 0x111111 },
  52.   }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement