Version History for the Allay Entity

<< back to entity list

Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>


Changes in version 1.20.10.1

    • New Value:
      "minecraft:interact": {
          "interactions": [
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "is_sneak_held",
                          "subject": "other",
                          "value": false
                       }
                      ]
                  }
               },
               "give_item": true,
               "take_item": true,
               "interact_text": "action.interact.allay"
              }
          ]
      }
      Previous Value:
      "minecraft:interact": {
          "interactions": [
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "is_sneaking",
                          "subject": "other",
                          "value": false
                       }
                      ]
                  }
               },
               "give_item": true,
               "take_item": true,
               "interact_text": "action.interact.allay"
              }
          ]
      }

Changes in version 1.19.80.2

    • New Value:
      "minecraft:interact": {
          "interactions": [
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       },
                       {
                          "test": "is_sneaking",
                          "subject": "other",
                          "value": false
                       }
                      ]
                  }
               },
               "give_item": true,
               "take_item": true,
               "interact_text": "action.interact.allay"
              }
          ]
      }
      Previous Value:
      "minecraft:interact": {
          "interactions": [
              {
               "on_interact": {
                  "filters": {
                      "all_of": [
                       {
                          "test": "is_family",
                          "subject": "other",
                          "value": "player"
                       }
                      ]
                  }
               },
               "give_item": true,
               "take_item": true,
               "interact_text": "action.interact.allay"
              }
          ]
      }

Changes in version 1.19.60.3

    • New Value:
      "bones": [
          {
              "name": "root",
              "pivot": [
               0,
               1,
               0
              ]
          },
          {
              "name": "head",
              "parent": "root",
              "pivot": [
               0,
               5,
               0
              ]
          },
          {
              "name": "look_at",
              "parent": "head",
              "pivot": [
               0,
               5,
               0.75
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      5.01,
                      -2.5
                  ],
                  "size": [
                      5,
                      5,
                      5
                  ],
                  "uv": [
                      0,
                      0
                  ]
               }
              ]
          },
          {
              "name": "body",
              "parent": "root",
              "pivot": [
               0,
               5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      1,
                      -1
                  ],
                  "size": [
                      3,
                      4,
                      2
                  ],
                  "uv": [
                      0,
                      10
                  ]
               },
               {
                  "origin": [
                      -1.5,
                      0,
                      -1
                  ],
                  "size": [
                      3,
                      5,
                      2
                  ],
                  "inflate": -0.2,
                  "uv": [
                      0,
                      16
                  ]
               }
              ],
              "locators": {
               "lead": [
                  0,
                  6,
                  0
               ]
              }
          },
          {
              "name": "rightItem",
              "parent": "body",
              "pivot": [
               0,
               0,
               -2
              ],
              "rotation": [
               -80,
               0,
               0
              ]
          },
          {
              "name": "right_arm",
              "parent": "body",
              "pivot": [
               -1.75,
               4.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      1,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      0
                  ]
               }
              ]
          },
          {
              "name": "left_arm",
              "parent": "body",
              "pivot": [
               1.75,
               4.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      1.5,
                      1,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      6
                  ]
               }
              ]
          },
          {
              "name": "left_wing",
              "parent": "body",
              "pivot": [
               0.5,
               4,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      0.5,
                      -1,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          },
          {
              "name": "right_wing",
              "parent": "body",
              "pivot": [
               -0.5,
               4,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      -1,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          }
      ]
      Previous Value:
      "bones": [
          {
              "name": "root",
              "pivot": [
               0,
               0,
               0
              ]
          },
          {
              "name": "head",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ]
          },
          {
              "name": "look_at",
              "parent": "head",
              "pivot": [
               0,
               4,
               0.75
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      4.01,
                      -2.5
                  ],
                  "size": [
                      5,
                      5,
                      5
                  ],
                  "uv": [
                      0,
                      0
                  ]
               }
              ]
          },
          {
              "name": "body",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      0,
                      -1
                  ],
                  "size": [
                      3,
                      4,
                      2
                  ],
                  "uv": [
                      0,
                      10
                  ]
               },
               {
                  "origin": [
                      -1.5,
                      -1,
                      -1
                  ],
                  "size": [
                      3,
                      5,
                      2
                  ],
                  "inflate": -0.2,
                  "uv": [
                      0,
                      16
                  ]
               }
              ],
              "locators": {
               "lead": [
                  0,
                  5,
                  0
               ]
              }
          },
          {
              "name": "rightItem",
              "parent": "body",
              "pivot": [
               0,
               -1,
               -2
              ],
              "rotation": [
               -80,
               0,
               0
              ]
          },
          {
              "name": "right_arm",
              "parent": "body",
              "pivot": [
               -1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      0
                  ]
               }
              ]
          },
          {
              "name": "left_arm",
              "parent": "body",
              "pivot": [
               1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      1.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      6
                  ]
               }
              ]
          },
          {
              "name": "left_wing",
              "parent": "body",
              "pivot": [
               0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          },
          {
              "name": "right_wing",
              "parent": "body",
              "pivot": [
               -0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          }
      ]
    • New Value:
      "description": {
          "identifier": "geometry.allay",
          "texture_width": 32,
          "texture_height": 32,
          "visible_bounds_width": 1.3,
          "visible_bounds_height": 1,
          "visible_bounds_offset": [
              0,
              0.4,
              0
          ]
      }
      Previous Value:
      "description": {
          "identifier": "geometry.allay",
          "texture_width": 32,
          "texture_height": 32,
          "visible_bounds_width": 3,
          "visible_bounds_height": 2.5,
          "visible_bounds_offset": [
              0,
              0.75,
              0
          ]
      }

Changes in version 1.19.50.2

    • New Value:
      "variants": [
          {
              "skinning": {
               "+defines": [
                  "USE_SKINNING"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_color": {
               "+defines": [
                  "USE_SKINNING",
                  "USE_OVERLAY"
               ],
               "+states": [
                  "Blending"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Color"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_alphatest": {
               "+defines": [
                  "USE_SKINNING",
                  "ALPHA_TEST"
               ],
               "+states": [
                  "DisableCulling"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          }
      ]
      Previous Value:
      "variants": [
          {
              "skinning": {
               "+defines": [
                  "USE_SKINNING"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          },
          {
              "skinning_color": {
               "+defines": [
                  "USE_SKINNING",
                  "USE_OVERLAY"
               ],
               "+states": [
                  "Blending"
               ],
               "vertexFields": [
                  {
                      "field": "Position"
                  },
                  {
                      "field": "BoneId0"
                  },
                  {
                      "field": "Color"
                  },
                  {
                      "field": "Normal"
                  },
                  {
                      "field": "UV0"
                  }
               ]
              }
          }
      ]

Changes in version 1.19.20.2

    • New Value:
      "animation.allay.hold_item_fly": {
          "loop": "hold_on_last_frame",
          "animation_length": 2,
          "bones": {
              "right_arm": {
               "rotation": {
                  "0.0": {
                      "post": [
                       -67.5,
                       0,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  }
               }
              },
              "left_arm": {
               "rotation": {
                  "0.0": {
                      "post": [
                       -67.5,
                       0,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  }
               }
              },
              "rightItem": {
               "scale": 0.7,
               "rotation": [
                  "-15.0 * (variable.holding_trident)",
                  0,
                  "90.0 * (variable.holding_trident)"
               ],
               "position": [
                  0,
                  "3.50 * (variable.holding_trident)",
                  0
               ]
              }
          }
      }
    • New Value:
      "animation.allay.look_at_target.default": {
          "loop": true,
          "bones": {
              "look_at": {
               "relative_to": {
                  "rotation": "entity"
               },
               "rotation": [
                  "query.target_x_rotation",
                  "query.target_y_rotation",
                  0
               ]
              }
          }
      }
    • New Value:
      "right_arm": {
          "rotation": {
              "0.0": {
               "post": [
                  -40,
                  0,
                  0
               ],
               "lerp_mode": "catmullrom"
              }
          }
      }
      Previous Value:
      "right_arm": {
          "rotation": {
              "0.0": {
               "post": [
                  -67.5,
                  0,
                  0
               ],
               "lerp_mode": "catmullrom"
              }
          }
      }
    • New Value:
      "left_arm": {
          "rotation": {
              "0.0": {
               "post": [
                  -40,
                  0,
                  0
               ],
               "lerp_mode": "catmullrom"
              }
          }
      }
      Previous Value:
      "left_arm": {
          "rotation": {
              "0.0": {
               "post": [
                  -67.5,
                  0,
                  0
               ],
               "lerp_mode": "catmullrom"
              }
          }
      }
    • New Value:
      "controller.animation.allay.look_at_target": {
          "initial_state": "default",
          "states": {
              "default": {
               "transitions": [
                  {
                      "looking_at_target": "!query.is_dancing"
                  }
               ]
              },
              "looking_at_target": {
               "animations": [
                  "look_at_target_default"
               ],
               "transitions": [
                  {
                      "default": "query.is_dancing"
                  }
               ]
              }
          }
      }
    • New Value:
      "fly_holding": {
          "animations": [
              {
               "hold_item_fly": "variable.is_holding_left || variable.is_holding_right"
              }
          ],
          "transitions": [
              {
               "holding": "query.modified_move_speed > 0.2"
              }
          ],
          "blend_transition": 0.2
      }
    • New Value:
      "holding": {
          "animations": [
              {
               "hold_item": "variable.is_holding_left || variable.is_holding_right"
              }
          ],
          "transitions": [
              {
               "fly_holding": "query.modified_move_speed < 0.2"
              }
          ],
          "blend_transition": 0.2
      }
      Previous Value:
      "holding": {
          "animations": [
              {
               "hold_item": "variable.is_holding_left || variable.is_holding_right"
              }
          ]
      }
    • New Value:
      "animations": {
          "idle": "animation.allay.idle",
          "fly": "animation.allay.fly",
          "hold_item": "animation.allay.hold_item",
          "hold_item_fly": "animation.allay.hold_item_fly",
          "look_at_target_default": "animation.allay.look_at_target.default",
          "dance": "animation.allay.dance"
      }
      Previous Value:
      "animations": {
          "idle": "animation.allay.idle",
          "fly": "animation.allay.fly",
          "hold_item": "animation.allay.hold_item",
          "dance": "animation.allay.dance"
      }
    • New Value:
      "animation_controllers": [
          {
              "general": "controller.animation.allay.general"
          },
          {
              "look_at_target": "controller.animation.allay.look_at_target"
          },
          {
              "holding": "controller.animation.allay.holding"
          },
          {
              "dancing": "controller.animation.allay.dancing"
          }
      ]
      Previous Value:
      "animation_controllers": [
          {
              "general": "controller.animation.allay.general"
          },
          {
              "holding": "controller.animation.allay.holding"
          },
          {
              "dancing": "controller.animation.allay.dancing"
          }
      ]
    • New Value:
      "bones": [
          {
              "name": "root",
              "pivot": [
               0,
               0,
               0
              ]
          },
          {
              "name": "head",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ]
          },
          {
              "name": "look_at",
              "parent": "head",
              "pivot": [
               0,
               4,
               0.75
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      4.01,
                      -2.5
                  ],
                  "size": [
                      5,
                      5,
                      5
                  ],
                  "uv": [
                      0,
                      0
                  ]
               }
              ]
          },
          {
              "name": "body",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      0,
                      -1
                  ],
                  "size": [
                      3,
                      4,
                      2
                  ],
                  "uv": [
                      0,
                      10
                  ]
               },
               {
                  "origin": [
                      -1.5,
                      -1,
                      -1
                  ],
                  "size": [
                      3,
                      5,
                      2
                  ],
                  "inflate": -0.2,
                  "uv": [
                      0,
                      16
                  ]
               }
              ],
              "locators": {
               "lead": [
                  0,
                  5,
                  0
               ]
              }
          },
          {
              "name": "rightItem",
              "parent": "body",
              "pivot": [
               0,
               -1,
               -2
              ],
              "rotation": [
               -80,
               0,
               0
              ]
          },
          {
              "name": "right_arm",
              "parent": "body",
              "pivot": [
               -1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      0
                  ]
               }
              ]
          },
          {
              "name": "left_arm",
              "parent": "body",
              "pivot": [
               1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      1.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      6
                  ]
               }
              ]
          },
          {
              "name": "left_wing",
              "parent": "body",
              "pivot": [
               0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          },
          {
              "name": "right_wing",
              "parent": "body",
              "pivot": [
               -0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          }
      ]
      Previous Value:
      "bones": [
          {
              "name": "root",
              "pivot": [
               0,
               0,
               0
              ]
          },
          {
              "name": "head",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      4.01,
                      -2.5
                  ],
                  "size": [
                      5,
                      5,
                      5
                  ],
                  "uv": [
                      0,
                      0
                  ]
               }
              ]
          },
          {
              "name": "body",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      0,
                      -1
                  ],
                  "size": [
                      3,
                      4,
                      2
                  ],
                  "uv": [
                      0,
                      10
                  ]
               },
               {
                  "origin": [
                      -1.5,
                      -1,
                      -1
                  ],
                  "size": [
                      3,
                      5,
                      2
                  ],
                  "inflate": -0.2,
                  "uv": [
                      0,
                      16
                  ]
               }
              ],
              "locators": {
               "lead": [
                  0,
                  5,
                  0
               ]
              }
          },
          {
              "name": "rightItem",
              "parent": "body",
              "pivot": [
               0,
               -1,
               -2
              ],
              "rotation": [
               -80,
               0,
               0
              ]
          },
          {
              "name": "right_arm",
              "parent": "body",
              "pivot": [
               -1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      0
                  ]
               }
              ]
          },
          {
              "name": "left_arm",
              "parent": "body",
              "pivot": [
               1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      1.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      6
                  ]
               }
              ]
          },
          {
              "name": "left_wing",
              "parent": "body",
              "pivot": [
               0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          },
          {
              "name": "right_wing",
              "parent": "body",
              "pivot": [
               -0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          }
      ]

Changes in version 1.19.10.3

    • New Value:
      "minecraft:behavior.pickup_items": {
          "priority": 2,
          "max_dist": 32,
          "search_height": 32,
          "goal_radius": 2.2,
          "speed_multiplier": 6,
          "pickup_based_on_chance": false,
          "can_pickup_any_item": false,
          "can_pickup_to_hand_or_equipment": false,
          "pickup_same_items_as_in_hand": true
      }
      Previous Value:
      "minecraft:behavior.pickup_items": {
          "priority": 2,
          "max_dist": 64,
          "search_height": 32,
          "goal_radius": 2.2,
          "speed_multiplier": 6,
          "pickup_based_on_chance": false,
          "can_pickup_any_item": false,
          "can_pickup_to_hand_or_equipment": false,
          "pickup_same_items_as_in_hand": true
      }
    • New Value:
      "animation.allay.dance": {
          "loop": true,
          "animation_length": 2.75,
          "bones": {
              "head": {
               "rotation": {
                  "0.0": {
                      "post": [
                       0,
                       0,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "0.4167": {
                      "post": [
                       0,
                       -30,
                       -30
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "1.5833": {
                      "post": [
                       0,
                       30,
                       30
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "2.0": {
                      "post": [
                       0,
                       0,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "2.2917": {
                      "post": [
                       0.63,
                       540,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "2.75": {
                      "post": [
                       0,
                       720,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  }
               }
              },
              "body": {
               "rotation": {
                  "0.0": {
                      "post": [
                       0,
                       0,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "0.4167": {
                      "post": [
                       10,
                       -16,
                       -16
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "1.5833": {
                      "post": [
                       -10,
                       16,
                       16
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "2.0": {
                      "post": [
                       0,
                       0,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "2.2917": {
                      "post": [
                       0.63,
                       540,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  },
                  "2.75": {
                      "post": [
                       0,
                       720,
                       0
                      ],
                      "lerp_mode": "catmullrom"
                  }
               }
              },
              "left_wing": {
               "rotation": {
                  "2.0": [
                      0,
                      0,
                      0
                  ],
                  "2.1667": [
                      45,
                      0,
                      0
                  ],
                  "2.5833": [
                      45,
                      0,
                      0
                  ],
                  "2.75": [
                      0,
                      0,
                      0
                  ]
               }
              },
              "right_wing": {
               "rotation": {
                  "2.0": [
                      0,
                      0,
                      0
                  ],
                  "2.1667": [
                      45,
                      0,
                      0
                  ],
                  "2.5833": [
                      45,
                      0,
                      0
                  ],
                  "2.75": [
                      0,
                      0,
                      0
                  ]
               }
              }
          }
      }
    • New Value:
      "controller.animation.allay.dancing": {
          "initial_state": "default",
          "states": {
              "default": {
               "transitions": [
                  {
                      "dancing": "query.is_dancing"
                  }
               ],
               "blend_transition": 0.2
              },
              "dancing": {
               "animations": [
                  "dance"
               ],
               "transitions": [
                  {
                      "default": "!query.is_dancing"
                  }
               ]
              }
          }
      }

Changes in version 1.19.0.5

    • New Value:
      "rightItem": {
          "scale": 0.7,
          "rotation": [
              "-15.0 * (variable.holding_trident)",
              0,
              "90.0 * (variable.holding_trident)"
          ],
          "position": [
              0,
              "3.50 * (variable.holding_trident)",
              0
          ]
      }
      Previous Value:
      "rightItem": {
          "scale": 0.7
      }
    • New Value:
      "bones": [
          {
              "name": "root",
              "pivot": [
               0,
               0,
               0
              ]
          },
          {
              "name": "head",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      4.01,
                      -2.5
                  ],
                  "size": [
                      5,
                      5,
                      5
                  ],
                  "uv": [
                      0,
                      0
                  ]
               }
              ]
          },
          {
              "name": "body",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      0,
                      -1
                  ],
                  "size": [
                      3,
                      4,
                      2
                  ],
                  "uv": [
                      0,
                      10
                  ]
               },
               {
                  "origin": [
                      -1.5,
                      -1,
                      -1
                  ],
                  "size": [
                      3,
                      5,
                      2
                  ],
                  "inflate": -0.2,
                  "uv": [
                      0,
                      16
                  ]
               }
              ],
              "locators": {
               "lead": [
                  0,
                  5,
                  0
               ]
              }
          },
          {
              "name": "rightItem",
              "parent": "body",
              "pivot": [
               0,
               -1,
               -2
              ],
              "rotation": [
               -80,
               0,
               0
              ]
          },
          {
              "name": "right_arm",
              "parent": "body",
              "pivot": [
               -1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      0
                  ]
               }
              ]
          },
          {
              "name": "left_arm",
              "parent": "body",
              "pivot": [
               1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      1.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      6
                  ]
               }
              ]
          },
          {
              "name": "left_wing",
              "parent": "body",
              "pivot": [
               0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          },
          {
              "name": "right_wing",
              "parent": "body",
              "pivot": [
               -0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          }
      ]
      Previous Value:
      "bones": [
          {
              "name": "root",
              "pivot": [
               0,
               0,
               0
              ]
          },
          {
              "name": "head",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      4,
                      -2.5
                  ],
                  "size": [
                      5,
                      5,
                      5
                  ],
                  "uv": [
                      0,
                      0
                  ]
               }
              ]
          },
          {
              "name": "body",
              "parent": "root",
              "pivot": [
               0,
               4,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      0,
                      -1
                  ],
                  "size": [
                      3,
                      4,
                      2
                  ],
                  "uv": [
                      0,
                      10
                  ]
               },
               {
                  "origin": [
                      -1.5,
                      -1,
                      -1
                  ],
                  "size": [
                      3,
                      5,
                      2
                  ],
                  "inflate": -0.2,
                  "uv": [
                      0,
                      16
                  ]
               }
              ]
          },
          {
              "name": "rightItem",
              "parent": "body",
              "pivot": [
               0,
               -1,
               -2
              ],
              "rotation": [
               -80,
               0,
               0
              ]
          },
          {
              "name": "right_arm",
              "parent": "body",
              "pivot": [
               -1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -2.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      0
                  ]
               }
              ]
          },
          {
              "name": "left_arm",
              "parent": "body",
              "pivot": [
               1.75,
               3.5,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      1.5,
                      0,
                      -1
                  ],
                  "size": [
                      1,
                      4,
                      2
                  ],
                  "uv": [
                      23,
                      6
                  ]
               }
              ]
          },
          {
              "name": "left_wing",
              "parent": "body",
              "pivot": [
               0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          },
          {
              "name": "right_wing",
              "parent": "body",
              "pivot": [
               -0.5,
               3,
               1
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      -2,
                      1
                  ],
                  "size": [
                      0,
                      5,
                      8
                  ],
                  "uv": [
                      16,
                      14
                  ]
               }
              ]
          }
      ]