Version History for the Axolotl 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.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"
                  }
               ]
              }
          }
      ]
    • 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

    • Previous Value:
      "minecraft:balloonable": {
          "mass": 0.5
      }
    • New Value:
      "format_version": "1.16.0"
      Previous Value:
      "format_version": "1.18.10"
    • New Value:
      "minecraft:behavior.nearest_attackable_target": {
          "priority": 3,
          "must_see": true,
          "reselect_targets": true,
          "within_radius": 20,
          "must_see_forget_duration": 17,
          "entity_types": [
              {
               "filters": {
                  "all_of": [
                      {
                       "test": "in_water",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "test": "has_component",
                       "subject": "self",
                       "operator": "!=",
                       "value": "minecraft:attack_cooldown"
                      },
                      {
                       "any_of": [
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "squid"
                          },
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "fish"
                          },
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "tadpole"
                          }
                       ]
                      }
                  ]
               },
               "max_dist": 8
              },
              {
               "filters": {
                  "all_of": [
                      {
                       "test": "in_water",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "any_of": [
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "drowned"
                          },
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "guardian"
                          },
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "guardian_elder"
                          }
                       ]
                      }
                  ]
               },
               "max_dist": 8
              }
          ]
      }
      Previous Value:
      "minecraft:behavior.nearest_attackable_target": {
          "priority": 3,
          "must_see": true,
          "reselect_targets": true,
          "within_radius": 20,
          "must_see_forget_duration": 17,
          "entity_types": [
              {
               "filters": {
                  "all_of": [
                      {
                       "test": "in_water",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "test": "has_component",
                       "subject": "self",
                       "operator": "!=",
                       "value": "minecraft:attack_cooldown"
                      },
                      {
                       "any_of": [
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "squid"
                          },
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "fish"
                          }
                       ]
                      }
                  ]
               },
               "max_dist": 8
              },
              {
               "filters": {
                  "all_of": [
                      {
                       "test": "in_water",
                       "subject": "other",
                       "value": true
                      },
                      {
                       "any_of": [
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "drowned"
                          },
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "guardian"
                          },
                          {
                              "test": "is_family",
                              "subject": "other",
                              "value": "guardian_elder"
                          }
                       ]
                      }
                  ]
               },
               "max_dist": 8
              }
          ]
      }

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