Maxstripe

deck chair part2

Dec 24th, 2015
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. {
  2. label = "Deck Chair 2/2",
  3. tooltip = "Deck chair, part 2.",
  4. emitRedstone = false,
  5. buttonMode = false,
  6. shapes = {
  7. { 0, 0, 0, 1, 6, 1, texture = "planks_oak" },
  8. { 0, 0, 15, 1, 6, 16, texture = "planks_oak" },
  9. { 15, 0, 0, 16, 6, 1, texture = "planks_oak" },
  10. { 15, 0, 15, 16, 6, 16, texture = "planks_oak" },
  11. { 0, 6, 0, 16, 8, 16, texture = "wool_colored_white" },
  12.  
  13. { 8, 8, 0, 16, 9, 16, texture = "wool_colored_white" },
  14. { 9, 9, 0, 16, 10, 16, texture = "wool_colored_white" },
  15. { 10, 10, 0, 16, 11, 16, texture = "wool_colored_white" },
  16. { 11, 11, 0, 16, 12, 16, texture = "wool_colored_white" },
  17. { 12, 12, 0, 16, 13, 16, texture = "wool_colored_white" },
  18. { 13, 13, 0, 16, 14, 16, texture = "wool_colored_white" },
  19. { 14, 14, 0, 16, 15, 16, texture = "wool_colored_white" },
  20. { 15, 15, 0, 16, 16, 16, texture = "wool_colored_white" }
  21. }
  22. }
Add Comment
Please, Sign In to add comment