Advertisement
DarkProDEn

chestSurprise

Feb 25th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. {
  2. label = "Сундук",
  3. emitRedstone = true,
  4. buttonMode = true,
  5. tootip = "Кнопка",
  6. shapes = {
  7. { 1,0,1,2,1,15,texture = "iron_block", tint = 0x333333 },
  8. { 2,0,1,15,1,2,texture = "iron_block", tint = 0x333333 },
  9. { 2,0,2,14,1,14,texture = "stone", tint = 0xffcc66 },
  10. { 2,0,14,15,1,15,texture = "iron_block", tint = 0x333333 },
  11. { 14,0,2,15,1,15,texture = "iron_block", tint = 0x333333 },
  12. { 1,1,1,2,14,2,texture = "iron_block", tint = 0x333333 },
  13. { 1,1,2,2,9,14,texture = "stone", tint = 0xffcc66 },
  14. { 1,1,14,2,14,15,texture = "iron_block", tint = 0x333333 },
  15. { 2,1,1,14,9,2,texture = "stone", tint = 0xffcc66 },
  16. { 2,1,14,14,9,15,texture = "stone", tint = 0xffcc66 },
  17. { 14,1,1,15,14,2,texture = "iron_block", tint = 0x333333 },
  18. { 14,1,2,15,9,14,texture = "stone", tint = 0xffcc66 },
  19. { 14,1,14,15,14,15,texture = "iron_block", tint = 0x333333 },
  20. { 7,7,0,9,11,1,texture = "wool_colored_white", tint = 0xdddddd },
  21. { 1,9,2,2,10,15,texture = "iron_block", tint = 0x333333 },
  22. { 2,9,1,15,10,2,texture = "iron_block", tint = 0x333333 },
  23. { 2,9,14,15,10,15,texture = "iron_block", tint = 0x333333 },
  24. { 14,9,2,15,10,15,texture = "iron_block", tint = 0x333333 },
  25. { 1,10,2,2,13,14,texture = "stone", tint = 0xffcc66 },
  26. { 2,10,1,14,13,2,texture = "stone", tint = 0xffcc66 },
  27. { 2,10,14,14,13,15,texture = "stone", tint = 0xffcc66 },
  28. { 14,10,2,15,13,14,texture = "stone", tint = 0xffcc66 },
  29. { 1,13,2,2,14,15,texture = "iron_block", tint = 0x333333 },
  30. { 2,13,1,15,14,2,texture = "iron_block", tint = 0x333333 },
  31. { 2,13,2,14,14,14,texture = "stone", tint = 0xffcc66 },
  32. { 2,13,14,15,14,15,texture = "iron_block", tint = 0x333333 },
  33. { 14,13,2,15,14,15,texture = "iron_block", tint = 0x333333 },
  34.  
  35. { 4,0,6,7,4,8,texture = "openblocks:canvas", tint = 0xfeda9e, state=true},
  36. { 6,0,8,10,6,10,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  37. { 7,0,10,9,5,11,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  38. { 9,0,6,12,4,8,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  39. { 3,1,6,13,3,8,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  40. { 4,1,5,7,3,9,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  41. { 9,1,5,12,3,9,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  42. { 7,3,7,9,13,8,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  43. { 6,6,7,10,10,9,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  44. { 7,6,9,9,9,10,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  45. { 7,8,6,9,13,8,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  46. { 6,10,6,10,13,8,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  47. { 7,10,8,9,12,9,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  48. { 7,11,5,9,13,8,texture = "openblocks:canvas", tint = 0xfeda9e, state=true },
  49. { 6,13,5,10,15,7,texture = "openblocks:canvas", tint = 0xff9e91, state=true },
  50. { 7,13,4,9,16,7,texture = "openblocks:canvas", tint = 0xff9e91, state=true },
  51. { 7,13,7,9,15,8,texture = "openblocks:canvas", tint = 0xff9e91, state=true }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement