Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.72 KB | None | 0 0
  1. {
  2.     "format_version": "1.10.0",
  3.     "animation_controllers": {
  4.         "controller.animation.test": {
  5.             "states": {
  6.                 "default": {
  7.                     "transitions": [
  8.                         {
  9.                             "loop_back": "query.get_equipped_item_name(0) == 'stone'"
  10.                         }
  11.                     ]
  12.                 },
  13.                 "loop_back": {
  14.                     "transitions": [
  15.                         {
  16.                             "default": "1.0"
  17.                         }
  18.                     ],
  19.                     "on_entry": [
  20.                         "/say hello there"
  21.                     ]
  22.                 }
  23.             }
  24.         }
  25.     }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement