Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "textures": {},
  5. "model": "lumen:lamp/cfl/cfl.obj"
  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/cfl.obj" }
  19. },
  20. "colour": {
  21. "red": { "textures": {"colouroff": "lumen:blocks/lamp/lightsred"}},
  22. "green": { "textures": {"colouroff": "lumen:blocks/lamp/lightsgreen"}},
  23. "yellow": { "textures": {"colouroff": "lumen:blocks/lamp/lightsyellow"}},
  24. "blue": { "textures": {"colouroff": "lumen:blocks/lamp/lightsblue"}}
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement