Advertisement
zzFeVeRzz123

Untitled

Apr 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. {
  2. label = "door",
  3. lightLevel = 15,
  4. emitRedstone = true,
  5. buttonMode = true,
  6. shapes = {
  7. { 0,0,0,16,2,2,texture = "iron_block", tint = 0x00ffff },
  8. { 0,2,0,2,16,2,texture = "iron_block", tint = 0x00ffff },
  9. { 2,2,0,3,3,1,texture = "iron_block", tint = 0x00ffff },
  10. { 2,2,1,14,16,2,texture = "iron_block", tint = 0xeeeeee },
  11. { 13,2,0,16,3,1,texture = "iron_block", tint = 0x00ffff },
  12. { 14,2,1,16,16,2,texture = "iron_block", tint = 0x00ffff },
  13. { 14,3,0,16,16,2,texture = "iron_block", tint = 0x00ffff },
  14. { 2,15,0,3,16,1,texture = "iron_block", tint = 0x00ffff },
  15. { 13,15,0,16,16,1,texture = "iron_block", tint = 0x00ffff },
  16.  
  17. { 0,0,0,2,16,2,texture = "iron_block", tint = 0x00ffff},
  18. { 2,0,0,16,1,1,texture = "iron_block", tint = 0x00ffff},
  19. { 2,0,1,14,4,2,texture = "iron_block", tint = 0xeeeeee},
  20. { 14,0,1,16,16,2,texture = "iron_block", tint = 0x00ffff},
  21. { 2,1,0,3,2,1,texture = "iron_block", tint = 0x00ffff},
  22. { 13,1,0,16,2,1,texture = "iron_block", tint = 0x00ffff},
  23. { 14,2,0,16,16,2,texture = "iron_block", tint = 0x00ffff},
  24. { 2,4,1,4,14,2,texture = "iron_block", tint = 0xeeeeee},
  25. { 12,4,1,14,14,2,texture = "iron_block", tint = 0xeeeeee},
  26. { 4,7,1,14,9,2,texture = "iron_block", tint = 0xeeeeee},
  27. { 7,9,1,9,14,2,texture = "iron_block", tint = 0xeeeeee},
  28. { 4,12,1,14,14,2,texture = "iron_block", tint = 0xeeeeee},
  29. { 2,13,0,3,16,1,texture = "iron_block", tint = 0x00ffff},
  30. { 13,13,0,16,16,1,texture = "iron_block", tint = 0x00ffff},
  31. { 2,14,1,16,16,2,texture = "iron_block", tint = 0x00ffff},
  32. { 3,14,0,16,16,2,texture = "iron_block", tint = 0x00ffff},
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement