Advertisement
krazy4el

Поножи трона

Dec 9th, 2020 (edited)
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.48 KB | None | 0 0
  1. {
  2.   label = "Поножи трона",
  3.   shapes = {
  4.     { 2,0,13,14,16,14,texture = "iron_block", tint = 0x111111 },
  5.     { 2,0,14,3,14,15,texture = "iron_block", tint = 0x00ffff },
  6.     { 2,0,15,14,16,16,texture = "iron_block", tint = 0x111111 },
  7.     { 3,0,14,14,1,15,texture = "iron_block", tint = 0x00ffff },
  8.     { 2,1,12,14,2,13,texture = "iron_block", tint = 0x222222 },
  9.     { 3,1,14,13,16,16,texture = "iron_block", tint = 0x111111 },
  10.     { 13,1,14,14,14,15,texture = "iron_block", tint = 0x00ffff },
  11.     { 1,2,12,2,4,16,texture = "iron_block", tint = 0x222222 },
  12.     { 2,2,12,3,9,13,texture = "iron_block", tint = 0x222222 },
  13.     { 3,2,12,4,8,13,texture = "iron_block", tint = 0x00ffff },
  14.     { 4,2,12,7,3,13,texture = "iron_block", tint = 0x00ffff },
  15.     { 7,2,12,9,9,13,texture = "iron_block", tint = 0x222222 },
  16.     { 9,2,12,10,8,13,texture = "iron_block", tint = 0x00ffff },
  17.     { 10,2,12,13,3,13,texture = "iron_block", tint = 0x00ffff },
  18.     { 13,2,12,14,9,13,texture = "iron_block", tint = 0x222222 },
  19.     { 14,2,12,15,4,16,texture = "iron_block", tint = 0x222222 },
  20.     { 4,3,12,6,7,13,texture = "iron_block", tint = 0x222222 },
  21.     { 6,3,12,7,8,13,texture = "iron_block", tint = 0x00ffff },
  22.     { 10,3,12,12,7,13,texture = "iron_block", tint = 0x222222 },
  23.     { 12,3,12,13,8,13,texture = "iron_block", tint = 0x00ffff },
  24.     { 1,6,12,2,8,16,texture = "iron_block", tint = 0x222222 },
  25.     { 14,6,12,15,8,16,texture = "iron_block", tint = 0x222222 },
  26.     { 4,7,12,7,8,13,texture = "iron_block", tint = 0x00ffff },
  27.     { 10,7,12,13,8,13,texture = "iron_block", tint = 0x00ffff },
  28.     { 3,8,12,14,9,13,texture = "iron_block", tint = 0x222222 },
  29.     { 1,10,13,2,14,14,texture = "iron_block", tint = 0x222222 },
  30.     { 1,10,14,2,11,16,texture = "iron_block", tint = 0x222222 },
  31.     { 2,10,12,7,11,13,texture = "iron_block", tint = 0x222222 },
  32.     { 9,10,12,14,11,13,texture = "iron_block", tint = 0x222222 },
  33.     { 14,10,13,15,14,14,texture = "iron_block", tint = 0x222222 },
  34.     { 14,10,14,15,11,16,texture = "iron_block", tint = 0x222222 },
  35.     { 1,11,12,2,13,14,texture = "iron_block", tint = 0x222222 },
  36.     { 1,11,14,3,13,15,texture = "iron_block", tint = 0x00ffff },
  37.     { 1,11,15,2,14,16,texture = "iron_block", tint = 0x222222 },
  38.     { 2,11,12,6,13,13,texture = "iron_block", tint = 0x00ffff },
  39.     { 6,11,12,7,13,13,texture = "iron_block", tint = 0x222222 },
  40.     { 9,11,12,10,13,13,texture = "iron_block", tint = 0x222222 },
  41.     { 10,11,12,14,13,13,texture = "iron_block", tint = 0x00ffff },
  42.     { 14,11,12,15,13,14,texture = "iron_block", tint = 0x222222 },
  43.     { 14,11,14,15,13,15,texture = "iron_block", tint = 0x00ffff },
  44.     { 14,11,15,15,14,16,texture = "iron_block", tint = 0x222222 },
  45.     { 7,12,12,10,13,13,texture = "iron_block", tint = 0x222222 },
  46.     { 1,13,14,2,14,16,texture = "iron_block", tint = 0x222222 },
  47.     { 2,13,12,5,14,13,texture = "iron_block", tint = 0x222222 },
  48.     { 5,13,12,11,14,13,texture = "iron_block", tint = 0x00ffff },
  49.     { 11,13,12,14,14,13,texture = "iron_block", tint = 0x222222 },
  50.     { 14,13,14,15,14,16,texture = "iron_block", tint = 0x222222 },
  51.     { 2,14,14,14,16,16,texture = "iron_block", tint = 0x111111 },
  52.     { 4,14,12,7,15,13,texture = "iron_block", tint = 0x222222 },
  53.     { 7,14,12,9,16,13,texture = "iron_block", tint = 0x00ffff },
  54.     { 9,14,12,12,15,13,texture = "iron_block", tint = 0x222222 },
  55.     { 6,15,12,7,16,13,texture = "iron_block", tint = 0x222222 },
  56.     { 9,15,12,10,16,13,texture = "iron_block", tint = 0x222222 },
  57.   }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement