Nekall

Cactus.v1 [OpenComputers]

Jan 10th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. {
  2. label = "Cactus",
  3. shapes = {
  4. { 5,0,5,10,1,8,texture = "iron_block", tint = 0xff6633 },
  5. { 5,0,8,6,1,9,texture = "iron_block", tint = 0x880000 },
  6. { 5,0,9,6,4,10,texture = "iron_block", tint = 0xff6633 },
  7. { 6,0,8,10,1,9,texture = "iron_block", tint = 0xff6633 },
  8. { 6,0,9,7,1,10,texture = "iron_block", tint = 0x880000 },
  9. { 7,0,9,10,2,10,texture = "iron_block", tint = 0xff6633 },
  10. { 5,1,5,6,3,10,texture = "iron_block", tint = 0xff6633 },
  11. { 6,1,5,8,4,6,texture = "iron_block", tint = 0xff6633 },
  12. { 6,1,6,9,6,8,texture = "iron_block", tint = 0x005500 },
  13. { 6,1,8,8,10,9,texture = "iron_block", tint = 0x005500 },
  14. { 6,1,9,8,4,10,texture = "iron_block", tint = 0xff6633 },
  15. { 8,1,5,9,2,6,texture = "iron_block", tint = 0x880000 },
  16. { 8,1,8,9,4,9,texture = "iron_block", tint = 0x005500 },
  17. { 9,1,5,10,2,8,texture = "iron_block", tint = 0xff6633 },
  18. { 9,1,8,10,2,9,texture = "iron_block", tint = 0x880000 },
  19. { 8,2,5,10,4,6,texture = "iron_block", tint = 0xff6633 },
  20. { 8,2,9,9,3,10,texture = "iron_block", tint = 0x880000 },
  21. { 9,2,6,10,3,7,texture = "iron_block", tint = 0x880000 },
  22. { 9,2,7,10,4,10,texture = "iron_block", tint = 0xff6633 },
  23. { 5,3,5,6,4,6,texture = "iron_block", tint = 0x880000 },
  24. { 5,3,6,6,4,10,texture = "iron_block", tint = 0xff6633 },
  25. { 8,3,9,10,4,10,texture = "iron_block", tint = 0xff6633 },
  26. { 9,3,6,10,4,10,texture = "iron_block", tint = 0xff6633 },
  27. { 8,4,8,9,5,9,texture = "iron_block", tint = 0x007700 },
  28. { 8,5,8,9,8,9,texture = "iron_block", tint = 0x005500 },
  29. { 6,6,6,8,8,7,texture = "iron_block", tint = 0x005500 },
  30. { 6,6,7,7,7,8,texture = "iron_block", tint = 0x007700 },
  31. { 7,6,7,8,14,9,texture = "iron_block", tint = 0x005500 },
  32. { 8,6,6,9,7,7,texture = "iron_block", tint = 0x007700 },
  33. { 8,6,7,9,8,9,texture = "iron_block", tint = 0x005500 },
  34. { 6,7,7,8,14,8,texture = "iron_block", tint = 0x005500 },
  35. { 8,7,6,9,14,7,texture = "iron_block", tint = 0x005500 },
  36. { 6,8,6,7,9,7,texture = "iron_block", tint = 0x007700 },
  37. { 7,8,6,8,11,9,texture = "iron_block", tint = 0x005500 },
  38. { 8,8,7,9,10,8,texture = "iron_block", tint = 0x005500 },
  39. { 8,8,8,9,9,9,texture = "iron_block", tint = 0x007700 },
  40. { 6,9,6,9,10,9,texture = "iron_block", tint = 0x005500 },
  41. { 6,10,6,7,13,8,texture = "iron_block", tint = 0x005500 },
  42. { 6,10,8,7,11,9,texture = "iron_block", tint = 0x007700 },
  43. { 8,10,7,9,11,8,texture = "iron_block", tint = 0x007700 },
  44. { 8,10,8,9,12,9,texture = "iron_block", tint = 0x005500 },
  45. { 6,11,8,8,14,9,texture = "iron_block", tint = 0x005500 },
  46. { 7,11,6,8,12,7,texture = "iron_block", tint = 0x007700 },
  47. { 8,11,7,9,14,8,texture = "iron_block", tint = 0x005500 },
  48. { 7,12,6,9,14,8,texture = "iron_block", tint = 0x005500 },
  49. { 8,12,8,9,13,9,texture = "iron_block", tint = 0x007700 },
  50. { 6,13,6,7,14,7,texture = "iron_block", tint = 0x007700 },
  51. { 8,13,8,9,14,9,texture = "iron_block", tint = 0x005500 },
  52. }
  53. }
Add Comment
Please, Sign In to add comment