Advertisement
krazy4el

123

Nov 7th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.74 KB | None | 0 0
  1. {
  2.   label = "рычаг",
  3.   emitRedstone = true,
  4.   buttonMode = true,
  5.   shapes = {
  6.   }
  7. },
  8.  
  9. {
  10.   label = "рычаг",
  11.   emitRedstone = true,
  12.   buttonMode = true,
  13.   shapes = {
  14.     { 1,1,3,2,16,4,texture = "iron_block", tint = 0xbbbbbb },
  15.     { 2,1,3,6,2,4,texture = "iron_block", tint = 0xbbbbbb },
  16.     { 7,1,3,8,16,4,texture = "iron_block", tint = 0xbbbbbb },
  17.     { 8,1,3,13,2,4,texture = "iron_block", tint = 0xbbbbbb },
  18.     { 14,1,3,15,16,4,texture = "iron_block", tint = 0xbbbbbb },
  19.     { 15,1,3,16,2,4,texture = "iron_block", tint = 0xbbbbbb },
  20.     { 5,2,3,6,16,4,texture = "iron_block", tint = 0xbbbbbb },
  21.     { 8,2,3,12,16,4,texture = "iron_block", tint = 0x00bb00 },
  22.     { 12,2,3,13,16,4,texture = "iron_block", tint = 0xbbbbbb },
  23.     { 1,15,1,16,16,2,texture = "iron_block", tint = 0x444444 },
  24.     { 2,15,2,5,16,5,texture = "iron_block", tint = 0x444444 },
  25.     { 15,15,2,16,16,5,texture = "iron_block", tint = 0x444444 },
  26.   }
  27. },
  28.  
  29. {
  30.   label = "рычаг",
  31.   emitRedstone = true,
  32.   buttonMode = true,
  33.   shapes = {
  34.   }
  35. },
  36.  
  37. {
  38.   label = "рычаг",
  39.   emitRedstone = true,
  40.   buttonMode = true,
  41.   shapes = {
  42.     { 1,0,1,16,2,2,texture = "iron_block", tint = 0x444444 },
  43.     { 1,0,3,2,3,4,texture = "iron_block", tint = 0xbbbbbb },
  44.     { 2,0,2,5,2,5,texture = "iron_block", tint = 0x444444 },
  45.     { 5,0,3,6,3,4,texture = "iron_block", tint = 0xbbbbbb },
  46.     { 7,0,3,8,3,4,texture = "iron_block", tint = 0xbbbbbb },
  47.     { 8,0,3,12,2,4,texture = "iron_block", tint = 0x00bb00 },
  48.     { 12,0,3,13,3,4,texture = "iron_block", tint = 0xbbbbbb },
  49.     { 14,0,3,15,3,4,texture = "iron_block", tint = 0xbbbbbb },
  50.     { 15,0,2,16,2,5,texture = "iron_block", tint = 0x444444 },
  51.     { 2,2,3,6,3,4,texture = "iron_block", tint = 0xbbbbbb },
  52.     { 8,2,3,13,3,4,texture = "iron_block", tint = 0xbbbbbb },
  53.     { 15,2,3,16,3,4,texture = "iron_block", tint = 0xbbbbbb },
  54.   }
  55. },
  56.  
  57. {
  58.   label = "рычаг",
  59.   emitRedstone = true,
  60.   buttonMode = true,
  61.   shapes = {
  62.   }
  63. },
  64.  
  65. {
  66.   label = "рычаг",
  67.   emitRedstone = true,
  68.   buttonMode = true,
  69.   shapes = {
  70.     { 0,1,3,3,2,4,texture = "iron_block", tint = 0xbbbbbb },
  71.     { 2,2,3,3,16,4,texture = "iron_block", tint = 0xbbbbbb },
  72.     { 0,15,1,2,16,5,texture = "iron_block", tint = 0x444444 },
  73.     { 2,15,1,3,16,2,texture = "iron_block", tint = 0x444444 },
  74.   }
  75. },
  76.  
  77. {
  78.   label = "рычаг",
  79.   emitRedstone = true,
  80.   buttonMode = true,
  81.   shapes = {
  82.   }
  83. },
  84.  
  85. {
  86.   label = "рычаг",
  87.   emitRedstone = true,
  88.   buttonMode = true,
  89.   shapes = {
  90.     { 0,0,1,2,2,5,texture = "iron_block", tint = 0x444444 },
  91.     { 2,0,1,3,2,2,texture = "iron_block", tint = 0x444444 },
  92.     { 2,0,3,3,3,4,texture = "iron_block", tint = 0xbbbbbb },
  93.     { 0,2,3,3,3,4,texture = "iron_block", tint = 0xbbbbbb },
  94.   }
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement