Advertisement
kirkarr

Untitled

Mar 21st, 2024
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. {
  2.   label = "pink",
  3.   shapes = {
  4.     { 3,0,5,6,5,11,texture = "iron_block", tint = 0xff66ff },
  5.     { 10,0,5,13,5,11,texture = "iron_block", tint = 0xff66ff },
  6.     { 6,3,5,13,5,11,texture = "iron_block", tint = 0xff66ff },
  7.     { 4,4,11,12,9,12,texture = "iron_block", tint = 0xff66ff },
  8.     { 3,5,5,4,10,11,texture = "iron_block", tint = 0xff66ff },
  9.     { 4,5,5,12,7,6,texture = "iron_block", tint = 0x0000ee },
  10.     { 4,5,6,13,10,11,texture = "iron_block", tint = 0xff66ff },
  11.     { 12,5,5,13,10,11,texture = "iron_block", tint = 0xff66ff },
  12.     { 4,7,5,5,8,6,texture = "iron_block", tint = 0xeeeeee },
  13.     { 5,7,5,12,8,6,texture = "iron_block", tint = 0x0000ee },
  14.     { 4,8,5,5,9,6,texture = "iron_block", tint = 0x0000ee },
  15.     { 5,8,5,6,9,6,texture = "iron_block", tint = 0xeeeeee },
  16.     { 6,8,5,12,9,6,texture = "iron_block", tint = 0x0000ee },
  17.     { 4,9,5,13,10,11,texture = "iron_block", tint = 0xff66ff },
  18.   }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement