Advertisement
myLord

Wolf1

Apr 15th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.99 KB | None | 0 0
  1. {
  2. shapes = {
  3. { 8,0,14,16,4,16, texture = "iron_block", tint = 0x000000 }, --, tint = 0x696969
  4. { 14,4,14,16,16,16, texture = "iron_block", tint = 0x000000 }, --, tint = 0x696969
  5. { 0,15,14,4,16,16, texture = "iron_block", tint = 0x000000 }, --, tint = 0x696969
  6. { 0,11,14,4,15,16, texture = "iron_block", tint = 0xFFFFFF }, --, tint = 0x696969
  7. { 4,11,14,8,15,16, texture = "iron_block", tint = 0xADFF2F }, --, tint = 0x696969
  8. { 0,0,14,8,11,16, texture = "iron_block", tint = 0x696969 }, --, tint = 0x696969
  9. { 8,4,14,14,16,16, texture = "iron_block", tint = 0x696969 }, --, tint = 0x696969
  10. { 4,15,14,8,16,16, texture = "iron_block", tint = 0x696969 }, --, tint = 0x696969
  11.  
  12. { 8,0,12,16,4,16, texture = "iron_block", tint = 0x000000 }, --, tint = 0x696969
  13. { 14,4,12,16,11,16, texture = "iron_block", tint = 0x000000 }, --, tint = 0x696969
  14. { 8,4,12,14,11,16, texture = "iron_block", tint = 0x696969 }, --, tint = 0x696969
  15. { 14,7,10,16,11,12, texture = "iron_block", tint = 0x000000 }, --, tint = 0x696969
  16. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement