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
- Behavior Packs > Entities > parrot.json
- 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
- Resource Packs > Materials > parrot
- 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
- Behavior Packs > Entities > parrot.json
- New Value:
"minecraft:game_event_movement_tracking": {
"emit_flap": true
}
Changes in version 1.19.0.5
- Behavior Packs > Entities > parrot.json
- 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
- Behavior Packs > Entities > parrot.json
- New Value:
"minecraft:balloonable": []
- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.16.0"
- Resource Packs > Textures > parrot_blue.png
- Hover/Tap to zoom...
- Resource Packs > Textures > parrot_green.png
- Hover/Tap to zoom...
- Resource Packs > Textures > parrot_grey.png
- Hover/Tap to zoom...
- Resource Packs > Textures > parrot_red_blue.png
- Hover/Tap to zoom...
- Resource Packs > Textures > parrot_yellow_blue.png
- Hover/Tap to zoom...
Changes in version 1.17.0.2
- Behavior Packs > Entities > parrot.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > parrot.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
- New Value:
"minecraft:can_fly": []
Previous Value:"minecraft:can_fly": {
"value": true
}
Changes in version 1.16.0.2
- Behavior Packs > Entities > parrot.json
- New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.14.0"
- New Value:
"minecraft:navigation.fly": {
"can_path_over_water": true,
"can_path_from_air": true
}Previous Value:"minecraft:navigation.fly": {
"can_path_over_water": true
}
- Resource Packs > Sounds > death1.fsb
- Resource Packs > Sounds > death2.fsb
- Resource Packs > Sounds > death3.fsb
- Resource Packs > Sounds > death4.fsb
- Resource Packs > Sounds > eat1.fsb
- Resource Packs > Sounds > eat2.fsb
- Resource Packs > Sounds > eat3.fsb
- Resource Packs > Sounds > hurt1.fsb
- Resource Packs > Sounds > hurt2.fsb
- Resource Packs > Sounds > idle1.fsb
- Resource Packs > Sounds > idle2.fsb
- Resource Packs > Sounds > idle3.fsb
- Resource Packs > Sounds > idle4.fsb
- Resource Packs > Sounds > idle5.fsb
- Resource Packs > Sounds > idle6.fsb
- Resource Packs > Sounds > step1.fsb
- Resource Packs > Sounds > step2.fsb
- Resource Packs > Sounds > step3.fsb
- Resource Packs > Sounds > step4.fsb
- Resource Packs > Sounds > step5.fsb
- Resource Packs > Textures > parrot_blue.png
- Hover/Tap to zoom...
- Resource Packs > Textures > parrot_green.png
- Hover/Tap to zoom...
- Resource Packs > Textures > parrot_grey.png
- Hover/Tap to zoom...
- Resource Packs > Textures > parrot_red_blue.png
- Hover/Tap to zoom...
- Resource Packs > Textures > parrot_yellow_blue.png
- Hover/Tap to zoom...
Changes in version 1.14.0.9
- Behavior Packs > Entities > parrot.json
- New Value:
"minecraft:leashable": {
"soft_distance": 4,
"hard_distance": 6,
"max_distance": 10
} - New Value:
"format_version": "1.14.0"
Previous Value:"format_version": "1.13.0"
- Resource Packs > Models > parrot.geo.json
- 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
- Behavior Packs > Entities > parrot.json
- New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
} - New Value:
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
} - New Value:
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
} - New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - Previous Value:
"minecraft:fall_damage": {
"value": 0
} - New Value:
"minecraft:type_family": {
"family": [
"parrot_tame",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"parrot_tame"
]
} - New Value:
"minecraft:type_family": {
"family": [
"parrot_wild",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"parrot_wild"
]
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:tameable": {
"probability": 0.33,
"tame_items": [
"wheat_seeds",
"pumpkin_seeds",
"melon_seeds",
"beetroot_seeds"
],
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}Previous Value:"minecraft:tameable": {
"probability": 0.33,
"tameItems": [
"wheat_seeds",
"pumpkin_seeds",
"melon_seeds",
"beetroot_seeds"
],
"tame_event": {
"event": "minecraft:on_tame",
"target": "self"
}
}
- Resource Packs > Animations > parrot.animation.json
- New Value:
"body": {
"position": [
0,
-1.9,
0
]
}Previous Value:"body": {
"position": [
0,
-1.899999976158142,
0
]
}
- Resource Packs > Animation Controllers > parrot.animation_controllers.json
- New Value:
"initial_state": "dancing"
- New Value:
"initial_state": "default"
- New Value:
"dancing": {
"animations": [
"dance"
],
"transitions": [
{
"flying": "variable.state == 0"
},
{
"standing": "variable.state == 1"
},
{
"sitting": "variable.state == 2"
}
]
}Previous Value:"dancing": {
"animations": [
{
"dance": []
}
],
"transitions": [
{
"flying": "variable.state == 0"
},
{
"standing": "variable.state == 1"
},
{
"sitting": "variable.state == 2"
}
]
} - New Value:
"default": {
"animations": [
"look_at_target",
"base"
]
}Previous Value:"default": {
"animations": [
{
"look_at_target": []
},
{
"base": []
}
]
} - New Value:
"sitting": {
"animations": [
"sitting"
],
"transitions": [
{
"flying": "variable.state == 0"
},
{
"standing": "variable.state == 1"
},
{
"dancing": "variable.state == 3"
}
]
}Previous Value:"sitting": {
"animations": [
{
"sitting": []
}
],
"transitions": [
{
"flying": "variable.state == 0"
},
{
"standing": "variable.state == 1"
},
{
"dancing": "variable.state == 3"
}
]
} - New Value:
"standing": {
"animations": [
"moving",
"standing"
],
"transitions": [
{
"flying": "variable.state == 0"
},
{
"sitting": "variable.state == 2"
},
{
"dancing": "variable.state == 3"
}
]
}Previous Value:"standing": {
"animations": [
{
"moving": []
},
{
"standing": []
}
],
"transitions": [
{
"flying": "variable.state == 0"
},
{
"sitting": "variable.state == 2"
},
{
"dancing": "variable.state == 3"
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"flying": {
"animations": [
"moving",
"flying"
],
"transitions": [
{
"standing": "variable.state == 1"
},
{
"sitting": "variable.state == 2"
},
{
"dancing": "variable.state == 3"
}
]
}Previous Value:"flying": {
"animations": [
{
"moving": []
},
{
"flying": []
}
],
"transitions": [
{
"standing": "variable.state == 1"
},
{
"sitting": "variable.state == 2"
},
{
"dancing": "variable.state == 3"
}
]
}
- Resource Packs > Entity > parrot.entity.json
- New Value:
"scripts": {
"pre_animation": [
"variable.state = query.is_dancing ? 3 : (query.is_sitting ? 2 : (!query.is_on_ground && !query.is_jumping && !query.is_riding ? 0 : 1));",
"variable.dance.x = Math.cos(query.life_time * 57.3 * 20.0);",
"variable.dance.y = -Math.sin(query.life_time * 57.3 * 20.0);",
"variable.wing_flap = ((math.sin(query.wing_flap_position * 57.3) + 1) * query.wing_flap_speed);"
]
}Previous Value:"scripts": {
"pre_animation": [
"variable.state = query.is_dancing ? 3 : (query.is_sitting ? 2 : (!query.is_on_ground && !query.is_jumping && !query.is_riding ? 0 : 1));",
"variable.dance.x = Math.cos(query.life_time*57.3*30.0);",
"variable.dance.y = Math.sin(query.life_time*57.3*30.0);",
"variable.wing_flap = ((math.sin(query.wing_flap_position * 57.3) + 1) * query.wing_flap_speed);"
]
}
Entity Histories...
- Agent
- Allay
- Area Effect Cloud
- Armor Stand
- Arrow
- Axolotl
- Bat
- Bee
- Blaze
- Boat
- Camel
- Cat
- Cave Spider
- Chest Boat
- Chest Minecart
- Chicken
- Cod
- Command Block Minecart
- Cow
- Creeper
- Dolphin
- Donkey
- Dragon Fireball
- Drowned
- Egg
- Elder Guardian
- Enderman
- Endermite
- Ender Crystal
- Ender Dragon
- Ender Pearl
- Evocation Illager
- Eye Of Ender Signal
- Fireball
- Fireworks Rocket
- Fishing Hook
- Fox
- Frog
- Ghast
- Glow Squid
- Goat
- Guardian
- Hoglin
- Hopper Minecart
- Horse
- Husk
- Iron Golem
- Lightning Bolt
- Lingering Potion
- Llama
- Llama Spit
- Magma Cube
- Minecart
- Mooshroom
- Mule
- Npc
- Ocelot
- Panda
- Parrot
- Phantom
- Pig
- Piglin
- Piglin Brute
- Pillager
- Player
- Polar Bear
- Pufferfish
- Rabbit
- Ravager
- Salmon
- Sheep
- Shulker
- Shulker Bullet
- Silverfish
- Skeleton
- Skeleton Horse
- Slime
- Small Fireball
- Sniffer
- Snowball
- Snow Golem
- Spider
- Splash Potion
- Squid
- Stray
- Strider
- Tadpole
- Thrown Trident
- Tnt
- Tnt Minecart
- Trader Llama
- Tripod Camera
- Tropicalfish
- Turtle
- Vex
- Villager
- Villager V2
- Vindicator
- Wandering Trader
- Warden
- Witch
- Wither
- Wither Skeleton
- Wither Skull
- Wither Skull Dangerous
- Wolf
- Xp Bottle
- Xp Orb
- Zoglin
- Zombie
- Zombie Horse
- Zombie Pigman
- Zombie Villager
- Zombie Villager V2
Links
© 2024, FoxyNoTail