Advertisement
Shadowmaster435

Untitled

Nov 18th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "multipart": [
  3. { "apply": { "model": "thebeginning2:cablecenter" }},
  4. { "when": { "north": true },
  5. "apply": { "model": "thebeginning2:cablelimb" }
  6. },
  7. { "when": { "east": true },
  8. "apply": { "model": "thebeginning2:cablelimb", "y": 90, "uvlock": true }
  9. },
  10. { "when": { "south": true },
  11. "apply": { "model": "thebeginning2:cablelimb", "y": 180, "uvlock": true }
  12. },
  13. { "when": { "west": true },
  14. "apply": { "model": "thebeginning2:cablelimb", "y": 270, "uvlock": true }
  15. },
  16. { "when": { "up": true },
  17. "apply": { "model": "thebeginning2:cablelimb", "x": 270, "uvlock": true }
  18. },
  19. { "when": { "down": true },
  20. "apply": { "model": "thebeginning2:cablelimb", "x": 90, "uvlock": true }
  21. }
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement