Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "textures": {},
  5. "model": "lumen:lamp/CFL/CFLOff"
  6. },
  7. "variants": {
  8. "facing": {
  9. "down": { "y": 180},
  10. "up": { },
  11. "north": {"x": 90 },
  12. "south": {"x": 90, "y": 180 },
  13. "west": {"x": 90, "y": 270 },
  14. "east": {"x": 90, "y": 90 }
  15. },
  16. "powered": {
  17. "true": { },
  18. "false": {"model": "lumen:lamp/CFL/CFLOff" }
  19. },
  20. "colour": {
  21. "red": { "model": "lumen:lamp/CFL/CFLRed"},
  22. "green": { "model": "lumen:lamp/CFL/CFLGreen"},
  23. "yellow": { "model": "lumen:lamp/CFL/CFLYellow"},
  24. "blue": { "model": "lumen:lamp/CFL/CFLBlue"}
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement