Version History for the Witch 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.21

    • New Value:
      "minecraft:behavior.nearest_prioritized_attackable_target": {
          "priority": 2,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "snowgolem"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "irongolem"
                      }
                  ]
               },
               "priority": 1,
               "max_dist": 10
              },
              {
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "test": "is_raider",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "witch"
                          }
                       ]
                      }
                  ]
               },
               "priority": 2,
               "cooldown": 10,
               "max_dist": 10
              }
          ],
          "must_reach": true
      }
    • Previous Value:
      "minecraft:behavior.nearest_attackable_target": {
          "priority": 2,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "snowgolem"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "irongolem"
                      }
                  ]
               },
               "max_dist": 10
              }
          ],
          "must_reach": true
      }
    • New Value:
      "minecraft:shooter": {
          "power": 0.75,
          "def": "minecraft:splash_potion",
          "aux_val": 23,
          "sound": "throw",
          "projectiles": [
              {
               "def": "minecraft:splash_potion",
               "aux_val": 21,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 4,
                       "operator": ">="
                      }
                  ]
               },
               "lose_target": true
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 28,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      }
                  ]
               },
               "lose_target": true
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 17,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "slowness"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 25,
               "filters": {
                  "all_of": [
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "poison"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 34,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 3,
                       "operator": ">="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "weakness"
                          }
                       ]
                      }
                  ]
               },
               "chance": 0.25
              }
          ],
          "magic": true
      }
      Previous Value:
      "minecraft:shooter": {
          "power": 0.75,
          "def": "minecraft:splash_potion",
          "aux_val": 23,
          "sound": "throw",
          "projectiles": [
              {
               "def": "minecraft:splash_potion",
               "aux_val": 17,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "slowness"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 25,
               "filters": {
                  "all_of": [
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "poison"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 34,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 3,
                       "operator": ">="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "weakness"
                          }
                       ]
                      }
                  ]
               },
               "chance": 0.25
              }
          ],
          "magic": true
      }

Changes in version 1.20.30.20

    • New Value:
      "minecraft:behavior.nearest_attackable_target": {
          "priority": 2,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "snowgolem"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "irongolem"
                      }
                  ]
               },
               "max_dist": 10
              }
          ],
          "must_reach": true
      }
    • Previous Value:
      "minecraft:behavior.nearest_prioritized_attackable_target": {
          "priority": 2,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "snowgolem"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "irongolem"
                      }
                  ]
               },
               "priority": 1,
               "max_dist": 10
              },
              {
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "test": "is_raider",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "witch"
                          }
                       ]
                      }
                  ]
               },
               "priority": 2,
               "cooldown": 10,
               "max_dist": 10
              }
          ],
          "must_reach": true
      }
    • New Value:
      "minecraft:shooter": {
          "power": 0.75,
          "def": "minecraft:splash_potion",
          "aux_val": 23,
          "sound": "throw",
          "projectiles": [
              {
               "def": "minecraft:splash_potion",
               "aux_val": 17,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "slowness"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 25,
               "filters": {
                  "all_of": [
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "poison"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 34,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 3,
                       "operator": ">="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "weakness"
                          }
                       ]
                      }
                  ]
               },
               "chance": 0.25
              }
          ],
          "magic": true
      }
      Previous Value:
      "minecraft:shooter": {
          "power": 0.75,
          "def": "minecraft:splash_potion",
          "aux_val": 23,
          "sound": "throw",
          "projectiles": [
              {
               "def": "minecraft:splash_potion",
               "aux_val": 21,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 4,
                       "operator": ">="
                      }
                  ]
               },
               "lose_target": true
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 28,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      }
                  ]
               },
               "lose_target": true
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 17,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "slowness"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 25,
               "filters": {
                  "all_of": [
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "poison"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 34,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 3,
                       "operator": ">="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "weakness"
                          }
                       ]
                      }
                  ]
               },
               "chance": 0.25
              }
          ],
          "magic": true
      }

Changes in version 1.20.30.2

    • New Value:
      "minecraft:behavior.nearest_prioritized_attackable_target": {
          "priority": 2,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "snowgolem"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "irongolem"
                      }
                  ]
               },
               "priority": 1,
               "max_dist": 10
              },
              {
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "test": "is_raider",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "witch"
                          }
                       ]
                      }
                  ]
               },
               "priority": 2,
               "cooldown": 10,
               "max_dist": 10
              }
          ],
          "must_reach": true
      }
    • Previous Value:
      "minecraft:behavior.nearest_attackable_target": {
          "priority": 2,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "player"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "snowgolem"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "irongolem"
                      }
                  ]
               },
               "max_dist": 10
              }
          ],
          "must_reach": true
      }
    • New Value:
      "minecraft:shooter": {
          "power": 0.75,
          "def": "minecraft:splash_potion",
          "aux_val": 23,
          "sound": "throw",
          "projectiles": [
              {
               "def": "minecraft:splash_potion",
               "aux_val": 21,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 4,
                       "operator": ">="
                      }
                  ]
               },
               "lose_target": true
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 28,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_raider",
                       "subject": "other",
                       "value": true
                      }
                  ]
               },
               "lose_target": true
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 17,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "slowness"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 25,
               "filters": {
                  "all_of": [
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "poison"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 34,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 3,
                       "operator": ">="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "weakness"
                          }
                       ]
                      }
                  ]
               },
               "chance": 0.25
              }
          ],
          "magic": true
      }
      Previous Value:
      "minecraft:shooter": {
          "power": 0.75,
          "def": "minecraft:splash_potion",
          "aux_val": 23,
          "sound": "throw",
          "projectiles": [
              {
               "def": "minecraft:splash_potion",
               "aux_val": 17,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "slowness"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 25,
               "filters": {
                  "all_of": [
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "poison"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 34,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 3,
                       "operator": ">="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "weakness"
                          }
                       ]
                      }
                  ]
               },
               "chance": 0.25
              }
          ],
          "magic": true
      }

Changes in version 1.19.80.2

    • New Value:
      "minecraft:damage_sensor": []
    • New Value:
      "minecraft:behavior.drink_potion": {
          "priority": 1,
          "speed_modifier": -0.25,
          "potions": [
              {
               "id": 19,
               "chance": 0.15,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_underwater",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "water_breathing"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "id": 12,
               "chance": 0.15,
               "filters": {
                  "all_of": [
                      {
                       "any_of": [
                          {
                              "test": "on_fire",
                              "subject": "self",
                              "value": true
                          },
                          {
                              "test": "on_hot_block",
                              "subject": "self",
                              "value": true
                          },
                          {
                              "test": "taking_fire_damage",
                              "subject": "self",
                              "value": true
                          }
                       ]
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "fire_resistance"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "id": 21,
               "chance": 0.05,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_missing_health",
                       "subject": "self",
                       "value": true
                      }
                  ]
               }
              },
              {
               "id": 14,
               "chance": 0.25,
               "filters": {
                  "all_of": [
                      {
                       "test": "has_target",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "speed"
                          }
                       ]
                      },
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 11,
                       "operator": "<="
                      }
                  ]
               }
              }
          ]
      }
      Previous Value:
      "minecraft:behavior.drink_potion": {
          "priority": 1,
          "speed_modifier": -0.25,
          "potions": [
              {
               "id": 19,
               "chance": 0.15,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_underwater",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "water_breathing"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "id": 12,
               "chance": 0.15,
               "filters": {
                  "all_of": [
                      {
                       "any_of": [
                          {
                              "test": "on_fire",
                              "subject": "self",
                              "value": true
                          },
                          {
                              "test": "on_hot_block",
                              "subject": "self",
                              "value": true
                          }
                       ]
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "fire_resistance"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "id": 21,
               "chance": 0.05,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_missing_health",
                       "subject": "self",
                       "value": true
                      }
                  ]
               }
              },
              {
               "id": 14,
               "chance": 0.25,
               "filters": {
                  "all_of": [
                      {
                       "test": "has_target",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "speed"
                          }
                       ]
                      },
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 11,
                       "operator": "<="
                      }
                  ]
               }
              }
          ]
      }

Changes in version 1.19.70.2

    • New Value:
      "minecraft:behavior.drink_potion": {
          "priority": 1,
          "speed_modifier": -0.25,
          "potions": [
              {
               "id": 19,
               "chance": 0.15,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_underwater",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "water_breathing"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "id": 12,
               "chance": 0.15,
               "filters": {
                  "all_of": [
                      {
                       "any_of": [
                          {
                              "test": "on_fire",
                              "subject": "self",
                              "value": true
                          },
                          {
                              "test": "on_hot_block",
                              "subject": "self",
                              "value": true
                          }
                       ]
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "fire_resistance"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "id": 21,
               "chance": 0.05,
               "filters": {
                  "all_of": [
                      {
                       "test": "is_missing_health",
                       "subject": "self",
                       "value": true
                      }
                  ]
               }
              },
              {
               "id": 14,
               "chance": 0.25,
               "filters": {
                  "all_of": [
                      {
                       "test": "has_target",
                       "subject": "self",
                       "value": true
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "self",
                              "value": "speed"
                          }
                       ]
                      },
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 11,
                       "operator": "<="
                      }
                  ]
               }
              }
          ]
      }
    • New Value:
      "minecraft:shooter": {
          "power": 0.75,
          "def": "minecraft:splash_potion",
          "aux_val": 23,
          "sound": "throw",
          "projectiles": [
              {
               "def": "minecraft:splash_potion",
               "aux_val": 17,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "slowness"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 25,
               "filters": {
                  "all_of": [
                      {
                       "test": "actor_health",
                       "subject": "other",
                       "value": 8,
                       "operator": "<="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "poison"
                          }
                       ]
                      }
                  ]
               }
              },
              {
               "def": "minecraft:splash_potion",
               "aux_val": 34,
               "filters": {
                  "all_of": [
                      {
                       "test": "target_distance",
                       "subject": "self",
                       "value": 3,
                       "operator": ">="
                      },
                      {
                       "none_of": [
                          {
                              "test": "has_mob_effect",
                              "subject": "other",
                              "value": "weakness"
                          }
                       ]
                      }
                  ]
               },
               "chance": 0.25
              }
          ],
          "magic": true
      }
    • New Value:
      "format_version": "1.19.60"
      Previous Value:
      "format_version": "1.16.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.0.5

Changes in version 1.18.30.4

Changes in version 1.18.10.4

Changes in version 1.18.0.2

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