Advertisement
fshle_e

lamp

Dec 11th, 2019
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. {
  2. label = "lamp",
  3. lightLevel = 15,
  4. shapes = {
  5. { 1,14,1,7,15,7,texture = "iron_block", tint = 0xeeeeee },
  6. { 1,14,7,15,16,9,texture = "iron_block", tint = 0x111111 },
  7. { 1,14,9,7,15,15,texture = "iron_block", tint = 0xeeeeee },
  8. { 7,14,1,9,16,15,texture = "iron_block", tint = 0x111111 },
  9. { 9,14,1,15,15,7,texture = "iron_block", tint = 0xeeeeee },
  10. { 9,14,9,15,15,15,texture = "iron_block", tint = 0xeeeeee },
  11. { 0,15,0,16,16,16,texture = "iron_block", tint = 0x111111 },
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement