Advertisement
Guest User

12

a guest
Dec 9th, 2019
93
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 = "8x8x8",
  3. shapes = {
  4. { 0,0,0,1,1,8,texture = "quartz_block_side", tint = 0x000011 },
  5. { 0,1,0,1,8,1,texture = "quartz_block_side", tint = 0x000011 },
  6. { 0,1,1,1,3,2,texture = "quartz_block_side", tint = 0xee0000 },
  7. { 0,1,2,1,2,6,texture = "quartz_block_side", tint = 0x000011 },
  8. { 0,1,6,1,3,7,texture = "quartz_block_side", tint = 0xee0000 },
  9. { 0,1,7,1,8,8,texture = "quartz_block_side", tint = 0x000011 },
  10. { 0,2,2,1,3,7,texture = "quartz_block_side", tint = 0xee0000 },
  11. { 0,3,1,1,5,8,texture = "quartz_block_side", tint = 0x000011 },
  12. { 0,5,1,1,6,3,texture = "quartz_block_side", tint = 0xee0000 },
  13. { 0,5,3,1,8,5,texture = "quartz_block_side", tint = 0x000011 },
  14. { 0,5,5,1,6,7,texture = "quartz_block_side", tint = 0xee0000 },
  15. { 0,6,1,1,8,2,texture = "quartz_block_side", tint = 0x000011 },
  16. { 0,6,2,1,7,3,texture = "quartz_block_side", tint = 0xee0000 },
  17. { 0,6,5,1,7,6,texture = "quartz_block_side", tint = 0xee0000 },
  18. { 0,6,6,1,8,8,texture = "quartz_block_side", tint = 0x000011 },
  19. { 0,7,2,1,8,8,texture = "quartz_block_side", tint = 0x000011 },
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement