Version History for the Phantom 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.20.2

Changes in version 1.17.0.2

Changes in version 1.16.100.04

Changes in version 1.16.0.2

    • New Value:
      "minecraft:despawn": {
          "despawn_from_distance": []
      }
    • New Value:
      "format_version": "1.16.0"
      Previous Value:
      "format_version": "1.13.0"
    • New Value:
      "minecraft:behavior.avoid_mob_type": {
          "priority": 0,
          "max_dist": 16,
          "ignore_visibility": true,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "ocelot"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "cat"
                      }
                  ]
               },
               "max_dist": 16
              }
          ]
      }
      Previous Value:
      "minecraft:behavior.avoid_mob_type": {
          "priority": 0,
          "max_dist": 16,
          "ignore_visibility": true,
          "entity_types": [
              {
               "filters": {
                  "any_of": [
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "ocelot"
                      },
                      {
                       "test": "is_family",
                       "subject": "other",
                       "value": "cat"
                      }
                  ]
               },
               "max_dist": 16,
               "walk_speed_multiplier": 1,
               "sprint_speed_multiplier": 1
              }
          ]
      }
    • New Value:
      "minecraft:behavior.circle_around_anchor": {
          "priority": 3,
          "radius_change": 1,
          "radius_adjustment_chance": 0.004,
          "height_adjustment_chance": 0.002857,
          "goal_radius": 1,
          "angle_change": 15,
          "radius_range": [
              5,
              15
          ],
          "height_offset_range": [
              -4,
              5
          ],
          "height_above_target_range": [
              20,
              40
          ]
      }
      Previous Value:
      "minecraft:behavior.circle_around_anchor": {
          "priority": 3,
          "radius_range": [
              5,
              15
          ],
          "radius_change_chance": 250,
          "height_above_target_range": [
              20,
              40
          ],
          "height_offset_range": [
              -4,
              5
          ],
          "height_change_chance": 350,
          "goal_radius": 1
      }
    • New Value:
      "minecraft:behavior.nearest_attackable_target": {
          "priority": 1,
          "reselect_targets": true,
          "scan_interval": 20,
          "within_radius": 64,
          "must_see_forget_duration": 0.5,
          "target_search_height": 80,
          "entity_types": [
              {
               "filters": {
                  "test": "is_family",
                  "subject": "other",
                  "value": "player"
               },
               "max_dist": 64
              }
          ]
      }
      Previous Value:
      "minecraft:behavior.nearest_attackable_target": {
          "priority": 1,
          "within_radius": 64,
          "reselect_targets": true,
          "entity_types": [
              {
               "filters": {
                  "test": "is_family",
                  "subject": "other",
                  "value": "player"
               },
               "max_dist": 64
              }
          ],
          "must_see": false,
          "must_see_forget_duration": 0.5,
          "scan_interval": 20,
          "target_search_height": 80
      }
    • New Value:
      "minecraft:behavior.swoop_attack": {
          "priority": 2,
          "damage_reach": 0.2,
          "speed_multiplier": 1,
          "delay_range": [
              10,
              20
          ]
      }
      Previous Value:
      "minecraft:behavior.swoop_attack": {
          "priority": 2,
          "delay_range": [
              10,
              20
          ]
      }

Changes in version 1.13.0.34