Advertisement
Guest User

Chain

a guest
Mar 28th, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. label = "Chain",
  3. shapes = {
  4. {4,0,7,6,4,9, texture="obsidian"},
  5. {10,0,7,12,4,9, texture="obsidian"},
  6. {6,4,7,10,6,9, texture="obsidian"},
  7. {4,12,7,6,16,9, texture="obsidian"},
  8. {10,12,7,12,16,9, texture="obsidian"},
  9. {6,10,7,10,12,9, texture="obsidian"},
  10. {7,2,6,9,4,10, texture="obsidian"},
  11. {7,12,6,9,14,10, texture="obsidian"},
  12. {7,4,10,9,12,12, texture="obsidian"},
  13. {7,4,4,9,12,6, texture="obsidian"},
  14. }
  15. }
  16. {
  17. label = "ChainBottom",
  18. shapes = {
  19. {0,0,0, 16,8,16, texture="obsidian"},
  20. {4,8,4, 12,16,12, texture="obsidian"},
  21. {3,8,4, 4,16,12, texture="gold_block"},
  22. {12,8,4, 13,16,12, texture="gold_block"},
  23. {4,8,3, 12,16,4, texture="gold_block"},
  24. {4,8,12, 12,16,13, texture="gold_block"},
  25. }
  26. }
  27. {
  28. label = "ChainTop",
  29. shapes = {
  30. {0,8,0, 16,16,16, texture="obsidian"},
  31. {4,0,4, 12,8,12, texture="obsidian"},
  32. {3,0,4, 4,8,12, texture="gold_block"},
  33. {12,0,4, 13,8,12, texture="gold_block"},
  34. {4,0,3, 12,8,4, texture="gold_block"},
  35. {4,0,12, 12,8,13, texture="gold_block"},
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement