Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. "parameters": {
  3. "world_to_cycle": [ "/", "#cycle_length" ]
  4. },
  5. "clips": {
  6. "default": ["apply", "ancientaddinmod:item/dronelauncher@default", "#world_to_cycle"],
  7. "rotating": ["apply", "ancientaddinmod:item/dronelauncher@rotating", "#world_to_cycle"]
  8. },
  9. "states": [
  10. "default",
  11. "rotating"
  12. ],
  13. "transitions": {},
  14. "start_state": "rotating"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement