Version History for the Evocation Illager 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.30.2

Changes in version 1.20.10.23

    • New Value:
      "default": {
          "animations": [
              "look_at_target_default"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "swimming": "query.is_swimming || query.is_crawling"
              }
          ]
      }
      Previous Value:
      "default": {
          "animations": [
              "look_at_target_default"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "swimming": "query.is_swimming"
              }
          ]
      }
    • New Value:
      "swimming": {
          "animations": [
              "look_at_target_swimming"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "default": "!query.is_swimming && !query.is_crawling"
              }
          ]
      }
      Previous Value:
      "swimming": {
          "animations": [
              "look_at_target_swimming"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "default": "!query.is_swimming"
              }
          ]
      }
    • New Value:
      "gliding": {
          "animations": [
              "look_at_target_gliding"
          ],
          "transitions": [
              {
               "swimming": "query.is_swimming || query.is_crawling"
              },
              {
               "default": "!query.is_gliding"
              }
          ]
      }
      Previous Value:
      "gliding": {
          "animations": [
              "look_at_target_gliding"
          ],
          "transitions": [
              {
               "swimming": "query.is_swimming"
              },
              {
               "default": "!query.is_gliding"
              }
          ]
      }

Changes in version 1.20.10.20

    • New Value:
      "default": {
          "animations": [
              "look_at_target_default"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "swimming": "query.is_swimming"
              }
          ]
      }
      Previous Value:
      "default": {
          "animations": [
              "look_at_target_default"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "swimming": "query.is_swimming || query.is_crawling"
              }
          ]
      }
    • New Value:
      "swimming": {
          "animations": [
              "look_at_target_swimming"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "default": "!query.is_swimming"
              }
          ]
      }
      Previous Value:
      "swimming": {
          "animations": [
              "look_at_target_swimming"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "default": "!query.is_swimming && !query.is_crawling"
              }
          ]
      }
    • New Value:
      "gliding": {
          "animations": [
              "look_at_target_gliding"
          ],
          "transitions": [
              {
               "swimming": "query.is_swimming"
              },
              {
               "default": "!query.is_gliding"
              }
          ]
      }
      Previous Value:
      "gliding": {
          "animations": [
              "look_at_target_gliding"
          ],
          "transitions": [
              {
               "swimming": "query.is_swimming || query.is_crawling"
              },
              {
               "default": "!query.is_gliding"
              }
          ]
      }

Changes in version 1.20.10.1

    • New Value:
      "default": {
          "animations": [
              "look_at_target_default"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "swimming": "query.is_swimming || query.is_crawling"
              }
          ]
      }
      Previous Value:
      "default": {
          "animations": [
              "look_at_target_default"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "swimming": "query.is_swimming"
              }
          ]
      }
    • New Value:
      "swimming": {
          "animations": [
              "look_at_target_swimming"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "default": "!query.is_swimming && !query.is_crawling"
              }
          ]
      }
      Previous Value:
      "swimming": {
          "animations": [
              "look_at_target_swimming"
          ],
          "transitions": [
              {
               "gliding": "query.is_gliding"
              },
              {
               "default": "!query.is_swimming"
              }
          ]
      }
    • New Value:
      "gliding": {
          "animations": [
              "look_at_target_gliding"
          ],
          "transitions": [
              {
               "swimming": "query.is_swimming || query.is_crawling"
              },
              {
               "default": "!query.is_gliding"
              }
          ]
      }
      Previous Value:
      "gliding": {
          "animations": [
              "look_at_target_gliding"
          ],
          "transitions": [
              {
               "swimming": "query.is_swimming"
              },
              {
               "default": "!query.is_gliding"
              }
          ]
      }

Changes in version 1.20.0.21

    • New Value:
      "animation.humanoid.brushing": {
          "loop": true,
          "bones": {
              "rightarm": {
               "rotation": [
                  "math.clamp(query.target_x_rotation, -43, 14) - 50",
                  "math.clamp(query.target_y_rotation, -37, 43)",
                  5
               ]
              },
              "rightitem": {
               "position": {
                  "0.0": [
                      0,
                      0,
                      0
                  ],
                  "0.1": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       1.5,
                       0,
                       -3
                      ]
                  },
                  "0.2": {
                      "pre": [
                       1.5,
                       0,
                       -3
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.3": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       1.5,
                       0,
                       3
                      ]
                  },
                  "0.4": {
                      "pre": [
                       1.5,
                       0,
                       3
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.5": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  }
               },
               "rotation": {
                  "0.0": [
                      0,
                      0,
                      0
                  ],
                  "0.1": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       -30,
                       0
                      ]
                  },
                  "0.2": {
                      "pre": [
                       0,
                       -30,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.3": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       30,
                       0
                      ]
                  },
                  "0.4": {
                      "pre": [
                       0,
                       30,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.5": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  }
               }
              }
          }
      }
    • New Value:
      "animation.humanoid.holding_brush": {
          "loop": true,
          "bones": {
              "rightitem": {
               "scale": 1.5,
               "position": {
                  "0.0": [
                      -7,
                      -1,
                      -1
                  ]
               },
               "rotation": {
                  "0.0": [
                      20,
                      -30,
                      -10
                  ]
               }
              }
          }
      }

Changes in version 1.20.0.20

    • Previous Value:
      "animation.humanoid.brushing": {
          "loop": true,
          "bones": {
              "rightarm": {
               "rotation": [
                  "math.clamp(query.target_x_rotation, -43, 14) - 50",
                  "math.clamp(query.target_y_rotation, -37, 43)",
                  5
               ]
              },
              "rightitem": {
               "position": {
                  "0.0": [
                      0,
                      0,
                      0
                  ],
                  "0.1": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       1.5,
                       0,
                       -3
                      ]
                  },
                  "0.2": {
                      "pre": [
                       1.5,
                       0,
                       -3
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.3": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       1.5,
                       0,
                       3
                      ]
                  },
                  "0.4": {
                      "pre": [
                       1.5,
                       0,
                       3
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.5": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  }
               },
               "rotation": {
                  "0.0": [
                      0,
                      0,
                      0
                  ],
                  "0.1": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       -30,
                       0
                      ]
                  },
                  "0.2": {
                      "pre": [
                       0,
                       -30,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.3": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       30,
                       0
                      ]
                  },
                  "0.4": {
                      "pre": [
                       0,
                       30,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.5": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  }
               }
              }
          }
      }
    • Previous Value:
      "animation.humanoid.holding_brush": {
          "loop": true,
          "bones": {
              "rightitem": {
               "scale": 1.5,
               "position": {
                  "0.0": [
                      -7,
                      -1,
                      -1
                  ]
               },
               "rotation": {
                  "0.0": [
                      20,
                      -30,
                      -10
                  ]
               }
              }
          }
      }

Changes in version 1.20.0.1

    • New Value:
      "animation.humanoid.brushing": {
          "loop": true,
          "bones": {
              "rightarm": {
               "rotation": [
                  "math.clamp(query.target_x_rotation, -43, 14) - 50",
                  "math.clamp(query.target_y_rotation, -37, 43)",
                  5
               ]
              },
              "rightitem": {
               "position": {
                  "0.0": [
                      0,
                      0,
                      0
                  ],
                  "0.1": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       1.5,
                       0,
                       -3
                      ]
                  },
                  "0.2": {
                      "pre": [
                       1.5,
                       0,
                       -3
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.3": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       1.5,
                       0,
                       3
                      ]
                  },
                  "0.4": {
                      "pre": [
                       1.5,
                       0,
                       3
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.5": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  }
               },
               "rotation": {
                  "0.0": [
                      0,
                      0,
                      0
                  ],
                  "0.1": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       -30,
                       0
                      ]
                  },
                  "0.2": {
                      "pre": [
                       0,
                       -30,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.3": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       30,
                       0
                      ]
                  },
                  "0.4": {
                      "pre": [
                       0,
                       30,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  },
                  "0.5": {
                      "pre": [
                       0,
                       0,
                       0
                      ],
                      "post": [
                       0,
                       0,
                       0
                      ]
                  }
               }
              }
          }
      }
    • New Value:
      "animation.humanoid.holding_brush": {
          "loop": true,
          "bones": {
              "rightitem": {
               "scale": 1.5,
               "position": {
                  "0.0": [
                      -7,
                      -1,
                      -1
                  ]
               },
               "rotation": {
                  "0.0": [
                      20,
                      -30,
                      -10
                  ]
               }
              }
          }
      }

Changes in version 1.19.80.2

Changes in version 1.19.60.3

    • New Value:
      "animation.evoker.move": {
          "anim_time_update": "query.modified_distance_moved",
          "loop": true,
          "bones": {
              "leftLeg": {
               "rotation": [
                  "(math.cos(query.anim_time * 38.17) * 40.0) - this",
                  "-this",
                  0
               ]
              },
              "rightLeg": {
               "rotation": [
                  "(math.cos(query.anim_time * 38.17 + 180) * 40.0) - this",
                  "-this",
                  0
               ]
              }
          }
      }
    • New Value:
      "default": {
          "animations": [
              "look_at_target",
              "general",
              "controller_riding"
          ],
          "blend_transition": 0.2,
          "blend_via_shortest_path": true,
          "transitions": [
              {
               "casting": "query.is_casting"
              },
              {
               "celebrating": "query.is_celebrating"
              }
          ]
      }
      Previous Value:
      "default": {
          "animations": [
              "look_at_target",
              "general"
          ],
          "blend_transition": 0.2,
          "blend_via_shortest_path": true,
          "transitions": [
              {
               "casting": "query.is_casting"
              },
              {
               "celebrating": "query.is_celebrating"
              }
          ]
      }
    • New Value:
      "casting": {
          "animations": [
              "look_at_target",
              "casting",
              "controller_riding"
          ],
          "particle_effects": [
              {
               "effect": "spell",
               "locator": "left_hand"
              },
              {
               "effect": "spell",
               "locator": "right_hand"
              }
          ],
          "transitions": [
              {
               "default": "!query.is_casting"
              }
          ]
      }
      Previous Value:
      "casting": {
          "animations": [
              "look_at_target",
              "casting"
          ],
          "particle_effects": [
              {
               "effect": "spell",
               "locator": "left_hand"
              },
              {
               "effect": "spell",
               "locator": "right_hand"
              }
          ],
          "transitions": [
              {
               "default": "!query.is_casting"
              }
          ]
      }
    • New Value:
      "casting": {
          "animations": [
              "look_at_target",
              "casting",
              "controller_riding"
          ],
          "particle_effects": [
              {
               "effect": "spell",
               "locator": "left_hand"
              },
              {
               "effect": "spell",
               "locator": "right_hand"
              }
          ],
          "transitions": [
              {
               "default": "!query.is_casting"
              }
          ]
      }
      Previous Value:
      "casting": {
          "animations": [
              "look_at_target",
              "casting"
          ],
          "particle_effects": [
              {
               "effect": "spell",
               "locator": "left_hand"
              },
              {
               "effect": "spell",
               "locator": "right_hand"
              }
          ],
          "transitions": [
              {
               "default": "!query.is_casting"
              }
          ]
      }
    • New Value:
      "celebrating": {
          "animations": [
              "celebrating",
              "controller_riding"
          ],
          "blend_transition": 0.2,
          "blend_via_shortest_path": true,
          "transitions": [
              {
               "default": "!query.is_celebrating"
              }
          ]
      }
      Previous Value:
      "celebrating": {
          "animations": [
              "celebrating"
          ],
          "blend_transition": 0.2,
          "blend_via_shortest_path": true,
          "transitions": [
              {
               "default": "!query.is_celebrating"
              }
          ]
      }
    • New Value:
      "default": {
          "animations": [
              "look_at_target",
              "general",
              "controller_riding"
          ],
          "transitions": [
              {
               "casting": "query.is_casting"
              }
          ]
      }
      Previous Value:
      "default": {
          "animations": [
              "look_at_target",
              "general"
          ],
          "transitions": [
              {
               "casting": "query.is_casting"
              }
          ]
      }
    • New Value:
      "animations": {
          "general": "animation.evoker.general",
          "casting": "animation.evoker.casting",
          "look_at_target": "animation.common.look_at_target",
          "move": "animation.evoker.move",
          "riding.legs": "animation.humanoid.riding.legs",
          "celebrating": "animation.humanoid.celebrating",
          "controller_general": "controller.animation.evoker.general",
          "controller_move": "controller.animation.villager.move",
          "controller_riding": "controller.animation.humanoid.riding_legs_only"
      }
      Previous Value:
      "animations": {
          "general": "animation.evoker.general",
          "casting": "animation.evoker.casting",
          "look_at_target": "animation.common.look_at_target",
          "move": "animation.villager.move",
          "celebrating": "animation.humanoid.celebrating",
          "controller_general": "controller.animation.evoker.general",
          "controller_move": "controller.animation.villager.move"
      }
    • New Value:
      "bones": [
          {
              "name": "head",
              "parent": "body",
              "pivot": [
               0,
               24,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -4,
                      24,
                      -4
                  ],
                  "size": [
                      8,
                      10,
                      8
                  ],
                  "uv": [
                      0,
                      0
                  ]
               }
              ]
          },
          {
              "name": "nose",
              "parent": "head",
              "pivot": [
               0,
               26,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1,
                      23,
                      -6
                  ],
                  "size": [
                      2,
                      4,
                      2
                  ],
                  "uv": [
                      24,
                      0
                  ]
               }
              ]
          },
          {
              "name": "body",
              "pivot": [
               0,
               24,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -4,
                      12,
                      -3
                  ],
                  "size": [
                      8,
                      12,
                      6
                  ],
                  "uv": [
                      16,
                      20
                  ]
               },
               {
                  "origin": [
                      -4,
                      6,
                      -3
                  ],
                  "size": [
                      8,
                      18,
                      6
                  ],
                  "uv": [
                      0,
                      38
                  ],
                  "inflate": 0.5
               }
              ]
          },
          {
              "name": "leftLeg",
              "parent": "body",
              "pivot": [
               2,
               12,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      0,
                      0,
                      -2
                  ],
                  "size": [
                      4,
                      12,
                      4
                  ],
                  "uv": [
                      0,
                      22
                  ]
               }
              ]
          },
          {
              "name": "rightLeg",
              "parent": "body",
              "pivot": [
               -2,
               12,
               0
              ],
              "mirror": true,
              "cubes": [
               {
                  "origin": [
                      -4,
                      0,
                      -2
                  ],
                  "size": [
                      4,
                      12,
                      4
                  ],
                  "uv": [
                      0,
                      22
                  ]
               }
              ]
          },
          {
              "name": "arms",
              "parent": "body",
              "pivot": [
               0,
               22,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -8,
                      16,
                      -2
                  ],
                  "size": [
                      4,
                      8,
                      4
                  ],
                  "uv": [
                      44,
                      22
                  ]
               },
               {
                  "origin": [
                      4,
                      16,
                      -2
                  ],
                  "size": [
                      4,
                      8,
                      4
                  ],
                  "uv": [
                      44,
                      22
                  ]
               },
               {
                  "origin": [
                      -4,
                      16,
                      -2
                  ],
                  "size": [
                      8,
                      4,
                      4
                  ],
                  "uv": [
                      40,
                      38
                  ]
               }
              ]
          },
          {
              "name": "rightArm",
              "parent": "body",
              "pivot": [
               -5,
               22,
               0
              ],
              "locators": {
               "right_hand": [
                  -6,
                  12,
                  0
               ]
              },
              "cubes": [
               {
                  "origin": [
                      -8,
                      12,
                      -2
                  ],
                  "size": [
                      4,
                      12,
                      4
                  ],
                  "uv": [
                      40,
                      46
                  ]
               }
              ]
          },
          {
              "name": "rightItem",
              "pivot": [
               -5.5,
               16,
               0.5
              ],
              "neverRender": true,
              "parent": "rightArm"
          },
          {
              "name": "leftArm",
              "parent": "body",
              "pivot": [
               5,
               22,
               0
              ],
              "locators": {
               "left_hand": [
                  6,
                  12,
                  0
               ]
              },
              "mirror": true,
              "cubes": [
               {
                  "origin": [
                      4,
                      12,
                      -2
                  ],
                  "size": [
                      4,
                      12,
                      4
                  ],
                  "uv": [
                      40,
                      46
                  ]
               }
              ]
          }
      ]
      Previous Value:
      "bones": [
          {
              "name": "head",
              "parent": "body",
              "pivot": [
               0,
               24,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -4,
                      24,
                      -4
                  ],
                  "size": [
                      8,
                      10,
                      8
                  ],
                  "uv": [
                      0,
                      0
                  ]
               }
              ]
          },
          {
              "name": "nose",
              "parent": "head",
              "pivot": [
               0,
               26,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1,
                      23,
                      -6
                  ],
                  "size": [
                      2,
                      4,
                      2
                  ],
                  "uv": [
                      24,
                      0
                  ]
               }
              ]
          },
          {
              "name": "body",
              "pivot": [
               0,
               24,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -4,
                      12,
                      -3
                  ],
                  "size": [
                      8,
                      12,
                      6
                  ],
                  "uv": [
                      16,
                      20
                  ]
               },
               {
                  "origin": [
                      -4,
                      6,
                      -3
                  ],
                  "size": [
                      8,
                      18,
                      6
                  ],
                  "uv": [
                      0,
                      38
                  ],
                  "inflate": 0.5
               }
              ]
          },
          {
              "name": "arms",
              "parent": "body",
              "pivot": [
               0,
               22,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -8,
                      16,
                      -2
                  ],
                  "size": [
                      4,
                      8,
                      4
                  ],
                  "uv": [
                      44,
                      22
                  ]
               },
               {
                  "origin": [
                      4,
                      16,
                      -2
                  ],
                  "size": [
                      4,
                      8,
                      4
                  ],
                  "uv": [
                      44,
                      22
                  ]
               },
               {
                  "origin": [
                      -4,
                      16,
                      -2
                  ],
                  "size": [
                      8,
                      4,
                      4
                  ],
                  "uv": [
                      40,
                      38
                  ]
               }
              ]
          },
          {
              "name": "leg0",
              "parent": "body",
              "pivot": [
               -2,
               12,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -4,
                      0,
                      -2
                  ],
                  "size": [
                      4,
                      12,
                      4
                  ],
                  "uv": [
                      0,
                      22
                  ]
               }
              ]
          },
          {
              "name": "leg1",
              "parent": "body",
              "pivot": [
               2,
               12,
               0
              ],
              "mirror": true,
              "cubes": [
               {
                  "origin": [
                      0,
                      0,
                      -2
                  ],
                  "size": [
                      4,
                      12,
                      4
                  ],
                  "uv": [
                      0,
                      22
                  ]
               }
              ]
          },
          {
              "name": "rightArm",
              "parent": "body",
              "pivot": [
               -5,
               22,
               0
              ],
              "locators": {
               "right_hand": [
                  -6,
                  12,
                  0
               ]
              },
              "cubes": [
               {
                  "origin": [
                      -8,
                      12,
                      -2
                  ],
                  "size": [
                      4,
                      12,
                      4
                  ],
                  "uv": [
                      40,
                      46
                  ]
               }
              ]
          },
          {
              "name": "rightItem",
              "pivot": [
               -5.5,
               16,
               0.5
              ],
              "neverRender": true,
              "parent": "rightArm"
          },
          {
              "name": "leftArm",
              "parent": "body",
              "pivot": [
               5,
               22,
               0
              ],
              "locators": {
               "left_hand": [
                  6,
                  12,
                  0
               ]
              },
              "mirror": true,
              "cubes": [
               {
                  "origin": [
                      4,
                      12,
                      -2
                  ],
                  "size": [
                      4,
                      12,
                      4
                  ],
                  "uv": [
                      40,
                      46
                  ]
               }
              ]
          }
      ]

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.0.5

Changes in version 1.18.30.4

    • New Value:
      "animation.humanoid.tooting_goat_horn": {
          "loop": true,
          "bones": {
              "rightarm": {
               "rotation": [
                  "math.clamp(query.target_x_rotation, -43, 14) - 75",
                  "math.clamp(query.target_y_rotation, -37, 43) - 30",
                  5
               ]
              },
              "rightitem": {
               "rotation": [
                  15,
                  0,
                  100
               ],
               "position": [
                  4,
                  0,
                  1
               ]
              }
          }
      }

Changes in version 1.18.10.4

Changes in version 1.18.0.2

Changes in version 1.17.30.4

Changes in version 1.17.0.2

Changes in version 1.16.100.04

Changes in version 1.16.0.2

Changes in version 1.13.0.34