Advertisement
Virtual_Dndz

pedestal

Feb 27th, 2024
673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.98 KB | Gaming | 0 0
  1. {
  2.   label = "pedestal",
  3.   tooltip = "pedestal",
  4.   lightLevel = 15,
  5.   shapes = {
  6.     { 2,0,5,14,14,11,texture = "openblocks:canvas", tint = 0xeeeeee },
  7.     { 3,0,4,13,14,12,texture = "openblocks:canvas", tint = 0xeeeeee },
  8.     { 4,0,3,12,14,13,texture = "openblocks:canvas", tint = 0xeeeeee },
  9.     { 5,0,2,11,14,14,texture = "openblocks:canvas", tint = 0xeeeeee },
  10.     { 1,1,5,15,13,7,texture = "openblocks:canvas", tint = 0xeeeeee },
  11.     { 1,1,7,15,4,11,texture = "openblocks:canvas", tint = 0xeeeeee },
  12.     { 2,1,3,14,13,13,texture = "openblocks:canvas", tint = 0xeeeeee },
  13.     { 3,1,2,13,13,14,texture = "openblocks:canvas", tint = 0xeeeeee },
  14.     { 5,1,1,7,13,15,texture = "openblocks:canvas", tint = 0xeeeeee },
  15.     { 7,1,1,11,4,15,texture = "openblocks:canvas", tint = 0xeeeeee },
  16.     { 0,2,5,16,12,6,texture = "openblocks:canvas", tint = 0xeeeeee },
  17.     { 0,2,6,16,3,11,texture = "openblocks:canvas", tint = 0xeeeeee },
  18.     { 1,2,3,15,12,7,texture = "openblocks:canvas", tint = 0xeeeeee },
  19.     { 1,2,11,15,12,13,texture = "openblocks:canvas", tint = 0xeeeeee },
  20.     { 2,2,2,14,12,14,texture = "openblocks:canvas", tint = 0xeeeeee },
  21.     { 3,2,1,7,12,15,texture = "openblocks:canvas", tint = 0xeeeeee },
  22.     { 5,2,0,6,12,16,texture = "openblocks:canvas", tint = 0xeeeeee },
  23.     { 6,2,0,11,3,16,texture = "openblocks:canvas", tint = 0xeeeeee },
  24.     { 11,2,1,13,12,15,texture = "openblocks:canvas", tint = 0xeeeeee },
  25.     { 0,3,10,16,12,11,texture = "openblocks:canvas", tint = 0xeeeeee },
  26.     { 10,3,0,11,12,16,texture = "openblocks:canvas", tint = 0xeeeeee },
  27.     { 1,4,9,15,12,13,texture = "openblocks:canvas", tint = 0xeeeeee },
  28.     { 9,4,1,13,12,15,texture = "openblocks:canvas", tint = 0xeeeeee },
  29.     { 1,10,7,15,12,13,texture = "openblocks:canvas", tint = 0xeeeeee },
  30.     { 7,10,1,13,12,15,texture = "openblocks:canvas", tint = 0xeeeeee },
  31.     { 0,11,6,16,12,11,texture = "openblocks:canvas", tint = 0xeeeeee },
  32.     { 6,11,0,11,12,16,texture = "openblocks:canvas", tint = 0xeeeeee },
  33.     { 1,12,7,15,13,11,texture = "openblocks:canvas", tint = 0xeeeeee },
  34.     { 7,12,1,11,13,15,texture = "openblocks:canvas", tint = 0xeeeeee },
  35.     { 3,14,5,4,15,11,texture = "openblocks:canvas", tint = 0xeeeeee },
  36.     { 4,14,4,5,15,6,texture = "openblocks:canvas", tint = 0xeeeeee },
  37.     { 4,14,10,5,15,12,texture = "openblocks:canvas", tint = 0xeeeeee },
  38.     { 5,14,3,11,15,4,texture = "openblocks:canvas", tint = 0xeeeeee },
  39.     { 5,14,4,6,15,5,texture = "openblocks:canvas", tint = 0xeeeeee },
  40.     { 5,14,11,6,15,13,texture = "openblocks:canvas", tint = 0xeeeeee },
  41.     { 6,14,12,11,15,13,texture = "openblocks:canvas", tint = 0xeeeeee },
  42.     { 10,14,4,12,15,5,texture = "openblocks:canvas", tint = 0xeeeeee },
  43.     { 10,14,11,11,15,13,texture = "openblocks:canvas", tint = 0xeeeeee },
  44.     { 11,14,5,13,15,6,texture = "openblocks:canvas", tint = 0xeeeeee },
  45.     { 11,14,10,12,15,12,texture = "openblocks:canvas", tint = 0xeeeeee },
  46.     { 12,14,6,13,15,11,texture = "openblocks:canvas", tint = 0xeeeeee },
  47.   }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement