Version History for the Parrot 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.0.1

    • New Value:
      "minecraft:tameable": {
          "probability": 0.33,
          "tame_items": [
              "wheat_seeds",
              "pumpkin_seeds",
              "melon_seeds",
              "beetroot_seeds",
              "pitcher_pod",
              "torchflower_seeds"
          ],
          "tame_event": {
              "event": "minecraft:on_tame",
              "target": "self"
          }
      }
      Previous Value:
      "minecraft:tameable": {
          "probability": 0.33,
          "tame_items": [
              "wheat_seeds",
              "pumpkin_seeds",
              "melon_seeds",
              "beetroot_seeds"
          ],
          "tame_event": {
              "event": "minecraft:on_tame",
              "target": "self"
          }
      }

Changes in version 1.19.50.2

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

Changes in version 1.19.20.2

Changes in version 1.19.0.5

    • New Value:
      "minecraft:parrot_not_riding_player": {
          "minecraft:entity_sensor": {
              "sensor_range": 2,
              "relative_range": false,
              "event_filters": {
               "all_of": [
                  {
                      "test": "is_riding",
                      "subject": "self",
                      "operator": "equals",
                      "value": true
                  },
                  {
                      "test": "has_component",
                      "subject": "self",
                      "operator": "equals",
                      "value": "minecraft:behavior.look_at_player"
                  }
               ]
              },
              "event": "minecraft:on_riding_player"
          },
          "minecraft:behavior.look_at_player": {
              "priority": 1,
              "look_distance": 8
          }
      }
    • New Value:
      "minecraft:parrot_riding_player": {
          "minecraft:entity_sensor": {
              "sensor_range": 2,
              "relative_range": false,
              "event_filters": {
               "all_of": [
                  {
                      "test": "is_riding",
                      "subject": "self",
                      "operator": "equals",
                      "value": false
                  },
                  {
                      "test": "has_component",
                      "subject": "self",
                      "operator": "not",
                      "value": "minecraft:behavior.look_at_player"
                  }
               ]
              },
              "event": "minecraft:on_not_riding_player"
          }
      }
    • New Value:
      "minecraft:on_not_riding_player": {
          "remove": {
              "component_groups": [
               "minecraft:parrot_riding_player"
              ]
          },
          "add": {
              "component_groups": [
               "minecraft:parrot_not_riding_player"
              ]
          }
      }
    • New Value:
      "minecraft:on_riding_player": {
          "remove": {
              "component_groups": [
               "minecraft:parrot_not_riding_player"
              ]
          },
          "add": {
              "component_groups": [
               "minecraft:parrot_riding_player"
              ]
          }
      }
    • Previous Value:
      "minecraft:behavior.look_at_player": {
          "priority": 1,
          "look_distance": 8
      }
    • New Value:
      "format_version": "1.19.0"
      Previous Value:
      "format_version": "1.18.10"
    • New Value:
      "minecraft:entity_spawned": {
          "randomize": [
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_red",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild",
                      "minecraft:parrot_not_riding_player"
                  ]
               }
              },
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_blue",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild",
                      "minecraft:parrot_not_riding_player"
                  ]
               }
              },
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_green",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild",
                      "minecraft:parrot_not_riding_player"
                  ]
               }
              },
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_cyan",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild",
                      "minecraft:parrot_not_riding_player"
                  ]
               }
              },
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_silver",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild",
                      "minecraft:parrot_not_riding_player"
                  ]
               }
              }
          ]
      }
      Previous Value:
      "minecraft:entity_spawned": {
          "randomize": [
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_red",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild"
                  ]
               }
              },
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_blue",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild"
                  ]
               }
              },
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_green",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild"
                  ]
               }
              },
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_cyan",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild"
                  ]
               }
              },
              {
               "weight": 20,
               "add": {
                  "component_groups": [
                      "minecraft:parrot_silver",
                      "minecraft:parrot_adult",
                      "minecraft:parrot_wild"
                  ]
               }
              }
          ]
      }

Changes in version 1.18.10.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.14.0.9

    • New Value:
      "format_version": "1.10.0"
      Previous Value:
      "format_version": "1.8.0"
    • New Value:
      "bones": [
          {
              "name": "head",
              "parent": "body",
              "pivot": [
               0,
               8.3,
               -2.8
              ],
              "locators": {
               "lead": [
                  0,
                  6,
                  -4
               ]
              },
              "cubes": [
               {
                  "origin": [
                      -1,
                      6.8,
                      -3.8
                  ],
                  "size": [
                      2,
                      3,
                      2
                  ],
                  "uv": [
                      2,
                      2
                  ]
               }
              ]
          },
          {
              "name": "head2",
              "parent": "head",
              "pivot": [
               0,
               26,
               -1
              ],
              "cubes": [
               {
                  "origin": [
                      -1,
                      9.8,
                      -5.8
                  ],
                  "size": [
                      2,
                      1,
                      4
                  ],
                  "uv": [
                      10,
                      0
                  ]
               }
              ]
          },
          {
              "name": "beak1",
              "parent": "head",
              "pivot": [
               0,
               24.5,
               -1.5
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      7.8,
                      -4.7
                  ],
                  "size": [
                      1,
                      2,
                      1
                  ],
                  "uv": [
                      11,
                      7
                  ]
               }
              ]
          },
          {
              "name": "beak2",
              "parent": "head",
              "pivot": [
               0,
               25.8,
               -2.5
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      8.1,
                      -5.7
                  ],
                  "size": [
                      1,
                      1.7,
                      1
                  ],
                  "uv": [
                      16,
                      7
                  ]
               }
              ]
          },
          {
              "name": "body",
              "pivot": [
               0,
               7.5,
               -3
              ],
              "bind_pose_rotation": [
               28.287,
               0,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      1.5,
                      -4.5
                  ],
                  "size": [
                      3,
                      6,
                      3
                  ],
                  "uv": [
                      2,
                      8
                  ]
               }
              ]
          },
          {
              "name": "tail",
              "parent": "body",
              "pivot": [
               0,
               2.9,
               1.2
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      -0.1,
                      0.2
                  ],
                  "size": [
                      3,
                      4,
                      1
                  ],
                  "uv": [
                      22,
                      1
                  ]
               }
              ]
          },
          {
              "name": "wing0",
              "parent": "body",
              "pivot": [
               1.5,
               7.1,
               -2.8
              ],
              "cubes": [
               {
                  "origin": [
                      1,
                      2.1,
                      -4.3
                  ],
                  "size": [
                      1,
                      5,
                      3
                  ],
                  "uv": [
                      19,
                      8
                  ]
               }
              ]
          },
          {
              "name": "wing1",
              "parent": "body",
              "pivot": [
               -1.5,
               7.1,
               -2.8
              ],
              "cubes": [
               {
                  "origin": [
                      -2,
                      2.1,
                      -4.3
                  ],
                  "size": [
                      1,
                      5,
                      3
                  ],
                  "uv": [
                      19,
                      8
                  ]
               }
              ]
          },
          {
              "name": "feather",
              "parent": "head",
              "pivot": [
               0,
               10.1,
               0.2
              ],
              "bind_pose_rotation": [
               -12.685,
               0,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      0,
                      9.1,
                      -4.9
                  ],
                  "size": [
                      0,
                      5,
                      4
                  ],
                  "uv": [
                      2,
                      18
                  ]
               }
              ]
          },
          {
              "name": "leg0",
              "parent": "body",
              "pivot": [
               1.5,
               1,
               -0.5
              ],
              "cubes": [
               {
                  "origin": [
                      0.5,
                      -0.5,
                      -1.5
                  ],
                  "size": [
                      1,
                      2,
                      1
                  ],
                  "uv": [
                      14,
                      18
                  ]
               }
              ]
          },
          {
              "name": "leg1",
              "parent": "body",
              "pivot": [
               -0.5,
               1,
               -0.5
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      -0.5,
                      -1.5
                  ],
                  "size": [
                      1,
                      2,
                      1
                  ],
                  "uv": [
                      14,
                      18
                  ]
               }
              ]
          }
      ]
      Previous Value:
      "bones": [
          {
              "name": "head",
              "parent": "body",
              "pivot": [
               0,
               8.3,
               -2.8
              ],
              "cubes": [
               {
                  "origin": [
                      -1,
                      6.8,
                      -3.8
                  ],
                  "size": [
                      2,
                      3,
                      2
                  ],
                  "uv": [
                      2,
                      2
                  ]
               }
              ]
          },
          {
              "name": "head2",
              "parent": "head",
              "pivot": [
               0,
               26,
               -1
              ],
              "cubes": [
               {
                  "origin": [
                      -1,
                      9.8,
                      -5.8
                  ],
                  "size": [
                      2,
                      1,
                      4
                  ],
                  "uv": [
                      10,
                      0
                  ]
               }
              ]
          },
          {
              "name": "beak1",
              "parent": "head",
              "pivot": [
               0,
               24.5,
               -1.5
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      7.8,
                      -4.7
                  ],
                  "size": [
                      1,
                      2,
                      1
                  ],
                  "uv": [
                      11,
                      7
                  ]
               }
              ]
          },
          {
              "name": "beak2",
              "parent": "head",
              "pivot": [
               0,
               25.8,
               -2.5
              ],
              "cubes": [
               {
                  "origin": [
                      -0.5,
                      8.1,
                      -5.7
                  ],
                  "size": [
                      1,
                      1.7,
                      1
                  ],
                  "uv": [
                      16,
                      7
                  ]
               }
              ]
          },
          {
              "name": "body",
              "pivot": [
               0,
               7.5,
               -3
              ],
              "bind_pose_rotation": [
               28.287,
               0,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      1.5,
                      -4.5
                  ],
                  "size": [
                      3,
                      6,
                      3
                  ],
                  "uv": [
                      2,
                      8
                  ]
               }
              ]
          },
          {
              "name": "tail",
              "parent": "body",
              "pivot": [
               0,
               2.9,
               1.2
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      -0.1,
                      0.2
                  ],
                  "size": [
                      3,
                      4,
                      1
                  ],
                  "uv": [
                      22,
                      1
                  ]
               }
              ]
          },
          {
              "name": "wing0",
              "parent": "body",
              "pivot": [
               1.5,
               7.1,
               -2.8
              ],
              "cubes": [
               {
                  "origin": [
                      1,
                      2.1,
                      -4.3
                  ],
                  "size": [
                      1,
                      5,
                      3
                  ],
                  "uv": [
                      19,
                      8
                  ]
               }
              ]
          },
          {
              "name": "wing1",
              "parent": "body",
              "pivot": [
               -1.5,
               7.1,
               -2.8
              ],
              "cubes": [
               {
                  "origin": [
                      -2,
                      2.1,
                      -4.3
                  ],
                  "size": [
                      1,
                      5,
                      3
                  ],
                  "uv": [
                      19,
                      8
                  ]
               }
              ]
          },
          {
              "name": "feather",
              "parent": "head",
              "pivot": [
               0,
               10.1,
               0.2
              ],
              "bind_pose_rotation": [
               -12.685,
               0,
               0
              ],
              "cubes": [
               {
                  "origin": [
                      0,
                      9.1,
                      -4.9
                  ],
                  "size": [
                      0,
                      5,
                      4
                  ],
                  "uv": [
                      2,
                      18
                  ]
               }
              ]
          },
          {
              "name": "leg0",
              "parent": "body",
              "pivot": [
               1.5,
               1,
               -0.5
              ],
              "cubes": [
               {
                  "origin": [
                      0.5,
                      -0.5,
                      -1.5
                  ],
                  "size": [
                      1,
                      2,
                      1
                  ],
                  "uv": [
                      14,
                      18
                  ]
               }
              ]
          },
          {
              "name": "leg1",
              "parent": "body",
              "pivot": [
               -0.5,
               1,
               -0.5
              ],
              "cubes": [
               {
                  "origin": [
                      -1.5,
                      -0.5,
                      -1.5
                  ],
                  "size": [
                      1,
                      2,
                      1
                  ],
                  "uv": [
                      14,
                      18
                  ]
               }
              ]
          }
      ]

Changes in version 1.13.0.34