krazy4el

Портал

Nov 24th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.08 KB | None | 0 0
  1. {
  2.   label = "Портал в верхний мир",
  3.   shapes = {
  4.     { 3,0,5,13,2,11,texture = "bedrock", tint = 0x000000 },
  5.     { 5,0,3,11,2,13,texture = "bedrock", tint = 0x000000 },
  6.     { 1,2,5,3,4,11,texture = "bedrock", tint = 0x000000 },
  7.     { 3,2,3,5,4,5,texture = "bedrock", tint = 0x000000 },
  8.     { 3,2,5,7,4,11,texture = "portal", tint = 0xeeeeee },
  9.     { 3,2,11,5,4,13,texture = "bedrock", tint = 0x000000 },
  10.     { 5,2,1,11,4,3,texture = "bedrock", tint = 0x000000 },
  11.     { 5,2,3,11,4,7,texture = "portal", tint = 0xeeeeee },
  12.     { 5,2,11,11,4,13,texture = "portal", tint = 0xeeeeee },
  13.     { 5,2,13,11,4,15,texture = "bedrock", tint = 0x000000 },
  14.     { 7,2,7,9,10,9,texture = "bedrock", tint = 0x000000 },
  15.     { 7,2,9,11,4,13,texture = "portal", tint = 0xeeeeee },
  16.     { 9,2,7,13,4,11,texture = "portal", tint = 0xeeeeee },
  17.     { 11,2,3,13,4,5,texture = "bedrock", tint = 0x000000 },
  18.     { 11,2,5,13,4,11,texture = "portal", tint = 0xeeeeee },
  19.     { 11,2,11,13,4,13,texture = "bedrock", tint = 0x000000 },
  20.     { 13,2,5,15,4,11,texture = "bedrock", tint = 0x000000 },
  21.   }
  22. }
Add Comment
Please, Sign In to add comment