tigres810

Untitled

Feb 24th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. {
  2. "variants":
  3. {
  4. "facing=north": { "model": "am:flux_storage_block", "y": 180 },
  5. "facing=east": { "model": "am:flux_storage_block", "y": 270 },
  6. "facing=south": { "model": "am:flux_storage_block" },
  7. "facing=west": { "model": "am:flux_storage_block", "y": 90 }
  8. },
  9. "multipart": [
  10. { "when": { "north": "true" },
  11. "apply": { "model": "am:flux_storage_block_subnode", "uvlock": false }
  12. },
  13. { "when": { "north": "false" },
  14. "apply": { "model": "am:flux_storage_block", "uvlock": false }
  15. },
  16. { "when": { "east": "true" },
  17. "apply": { "model": "am:flux_storage_block_subnode", "y": 90, "uvlock": false }
  18. },
  19. { "when": { "east": "false" },
  20. "apply": { "model": "am:flux_storage_block", "y": 90, "uvlock": false }
  21. },
  22. { "when": { "south": "true" },
  23. "apply": { "model": "am:flux_storage_block_subnode", "y": 180, "uvlock": false }
  24. },
  25. { "when": { "south": "false" },
  26. "apply": { "model": "am:flux_storage_block", "y": 180, "uvlock": false }
  27. },
  28. { "when": { "west": "true" },
  29. "apply": { "model": "am:flux_storage_block_subnode", "y": 270, "uvlock": false }
  30. },
  31. { "when": { "west": "false" },
  32. "apply": { "model": "am:flux_storage_block", "y": 270, "uvlock": false }
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment