Version History for the Panda 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.80.2
- Behavior Packs > Entities > panda.json
- New Value:
"minecraft:collision_box": {
"width": 1.3,
"height": 1.25
}Previous Value:"minecraft:collision_box": {
"width": 1.7,
"height": 1.5
}
Changes in version 1.19.50.2
- Resource Packs > Materials > panda
- 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.18.10.4
- Behavior Packs > Entities > panda.json
- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.16.0"
- New Value:
"minecraft:balloonable": []
Previous Value:"minecraft:balloonable": {
"mass": 1.5
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > panda.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > panda.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
Changes in version 1.16.0.2
- Behavior Packs > Entities > panda.json
- New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:balloonable": {
"mass": 1.5
}Previous Value:"minecraft:balloonable": []
- New Value:
"minecraft:behavior.melee_attack": {
"priority": 2,
"attack_once": true,
"track_target": true,
"reach_multiplier": 1
}Previous Value:"minecraft:behavior.melee_attack": {
"priority": 2,
"target_dist": 1.2,
"track_target": true,
"attack_once": true,
"reach_multiplier": 1
} - New Value:
"minecraft:behavior.melee_attack": {
"priority": 2,
"track_target": true,
"reach_multiplier": 1
}Previous Value:"minecraft:behavior.melee_attack": {
"priority": 2,
"target_dist": 1.2,
"track_target": true,
"reach_multiplier": 1
} - New Value:
"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"max_dist": 16,
"max_flee": 20,
"entity_types": [
{
"filters": {
"test": "is_family",
"operator": "!=",
"subject": "other",
"value": "panda"
},
"max_dist": 16,
"sprint_speed_multiplier": 1.5
}
]
}Previous Value:"minecraft:behavior.avoid_mob_type": {
"priority": 5,
"max_dist": 16,
"max_flee": 20,
"entity_types": [
{
"filters": {
"test": "is_family",
"operator": "!=",
"subject": "other",
"value": "panda"
},
"max_dist": 16,
"walk_speed_multiplier": 1,
"sprint_speed_multiplier": 1.5
}
]
}
- Behavior Packs > Spawn Rules > panda.json
- New Value:
"minecraft:spawns_on_block_filter": "minecraft:grass"
Changes in version 1.14.0.9
- Behavior Packs > Entities > panda.json
- New Value:
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}Previous Value:"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,4) : 0"
}
Changes in version 1.13.0.34
- Behavior Packs > Entities > panda.json
- New Value:
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,4) : 0"
} - 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
} - New Value:
"minecraft:angry": {
"duration": 1,
"broadcast_anger": true,
"broadcast_range": 41,
"broadcast_filters": {
"test": "is_family",
"operator": "==",
"value": "panda_aggressive"
},
"calm_event": {
"event": "minecraft:baby_on_calm",
"target": "self"
}
}Previous Value:"minecraft:angry": {
"duration": 1,
"broadcastAnger": true,
"broadcastRange": 41,
"broadcast_filters": {
"test": "is_family",
"operator": "==",
"value": "panda_aggressive"
},
"calm_event": {
"event": "minecraft:baby_on_calm",
"target": "self"
}
} - New Value:
"minecraft:type_family": {
"family": [
"panda",
"panda_aggressive",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"panda",
"panda_aggressive"
]
} - New Value:
"minecraft:angry": {
"duration": 500,
"broadcast_anger": true,
"broadcast_range": 41,
"broadcast_filters": {
"test": "is_family",
"operator": "==",
"value": "panda_aggressive"
},
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}Previous Value:"minecraft:angry": {
"duration": 500,
"broadcastAnger": true,
"broadcastRange": 41,
"broadcast_filters": {
"test": "is_family",
"operator": "==",
"value": "panda_aggressive"
},
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.12.0"
- New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:giveable": {
"triggers": {
"cooldown": 3,
"items": [
"bamboo",
"cake"
],
"on_give": {
"event": "minecraft:on_calm",
"target": "self"
}
}
}Previous Value:"minecraft:giveable": {
"cooldown": 3,
"items": [
"bamboo",
"cake"
],
"on_give": {
"event": "minecraft:on_calm",
"target": "self"
}
} - New Value:
"minecraft:ageable": {
"duration": 1200,
"feed_items": "bamboo",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}Previous Value:"minecraft:ageable": {
"duration": 1200,
"feedItems": "bamboo",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
} - New Value:
"minecraft:breedable": {
"require_tame": false,
"blend_attributes": false,
"environment_requirements": {
"blocks": "bamboo",
"count": 8,
"radius": 5
},
"breed_items": "bamboo",
"breeds_with": {
"mate_type": "minecraft:panda",
"baby_type": "minecraft:panda",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"mutation_factor": {
"variant": 1
}
}Previous Value:"minecraft:breedable": {
"requireTame": false,
"blend_attributes": false,
"environment_requirements": {
"blocks": "bamboo",
"count": 8,
"radius": 5
},
"breedItems": "bamboo",
"breedsWith": {
"mateType": "minecraft:panda",
"babyType": "minecraft:panda",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"mutation_factor": {
"variant": 1
}
}
- Resource Packs > Animations > panda.animation.json
- The body component was changed in the bones subsection of the animation.panda.baby_transform sectionNew Value:
"body": {
"position": [
0,
1.77,
0
],
"scale": [
1.15,
1.15,
1
]
}Previous Value:"body": {
"position": [
0,
-0.05000000074505806,
0
],
"scale": [
1.149999976158142,
1.149999976158142,
1
]
} - New Value:
"body": {
"position": [
0,
"(query.is_baby ? -8.8 : -7.67) * query.lie_amount -10 - this",
0
],
"rotation": [
"query.lie_amount * -180 - this",
0,
0
]
}Previous Value:"body": {
"position": [
0,
"(query.is_baby ? 0.5 : 1.3) * query.lie_amount * -12 - this",
0
],
"rotation": [
"query.lie_amount * -180 - this",
0,
0
]
} - New Value:
"body": {
"position": [
0,
"-2.15 -10 -this",
0
],
"rotation": [
"(query.is_scared * math.cos(query.life_time * 71.62) * 16.2) + (query.sit_amount * -90) - this",
0,
0
]
}Previous Value:"body": {
"rotation": [
"(query.is_scared * math.cos(query.life_time * 71.62) * 16.2) + (query.sit_amount * -90) - this",
0,
0
]
} - New Value:
"head": {
"position": [
0,
-0.18,
0.15
],
"scale": 1.8
}Previous Value:"head": {
"position": [
0,
-0.1800000071525574,
0.1500000059604645
],
"scale": 1.799999952316284
}
- Resource Packs > Animation Controllers > panda.animation_controllers.json
- New Value:
"initial_state": "baby"
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "baby"
- New Value:
"initial_state": "baby"
- New Value:
"baby": {
"animations": [
{
"baby_transform": "query.is_baby"
}
]
}Previous Value:"baby": {
"parameters": [
"query.is_baby"
],
"animations": [
{
"baby_transform": [
{
"0.0": 0,
"1.0": 1
}
]
}
]
} - New Value:
"default": {
"animations": [
{
"walk": "query.modified_move_speed"
},
"look_at_target"
],
"transitions": [
{
"rolling": "query.roll_counter < 0"
},
{
"sitting": "query.sit_amount < 0"
},
{
"lying": "query.lie_amount < 0"
}
]
}Previous Value:"default": {
"parameters": [
"query.modified_move_speed"
],
"animations": [
{
"walk": [
{
"0.0": 0,
"1.0": 1
}
]
},
{
"look_at_target": []
}
],
"transitions": [
{
"rolling": "query.roll_counter < 0"
},
{
"sitting": "query.sit_amount < 0"
},
{
"lying": "query.lie_amount < 0"
}
]
} - New Value:
"baby": {
"animations": [
{
"sneezing": "query.sneeze_counter"
}
]
}Previous Value:"baby": {
"parameters": [
"query.sneeze_counter"
],
"animations": [
{
"sneezing": [
{
"0.0": 0,
"1.0": 1
}
]
}
]
} - New Value:
"baby": {
"animations": [
{
"unhappy": "query.unhappy_counter"
}
]
}Previous Value:"baby": {
"parameters": [
"query.unhappy_counter"
],
"animations": [
{
"unhappy": [
{
"0.0": 0,
"1.0": 1
}
]
}
]
} - New Value:
"rolling": {
"animations": [
"rolling"
],
"transitions": [
{
"default": "query.roll_counter >= 0"
},
{
"sitting": "query.sit_amount < 0"
},
{
"lying": "query.lie_amount < 0"
}
]
}Previous Value:"rolling": {
"animations": [
{
"rolling": []
}
],
"transitions": [
{
"default": "query.roll_counter >= 0"
},
{
"sitting": "query.sit_amount < 0"
},
{
"lying": "query.lie_amount < 0"
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"sitting": {
"animations": [
"sitting"
],
"transitions": [
{
"default": "query.sit_amount >= 0"
},
{
"rolling": "query.roll_counter < 0"
},
{
"lying": "query.lie_amount < 0"
}
]
}Previous Value:"sitting": {
"animations": [
{
"sitting": []
}
],
"transitions": [
{
"default": "query.sit_amount >= 0"
},
{
"rolling": "query.roll_counter < 0"
},
{
"lying": "query.lie_amount < 0"
}
]
} - New Value:
"lying": {
"animations": [
"lying"
],
"transitions": [
{
"default": "query.lie_amount >= 0"
},
{
"rolling": "query.roll_counter < 0"
},
{
"sitting": "query.sit_amount < 0"
}
]
}Previous Value:"lying": {
"animations": [
{
"lying": []
}
],
"transitions": [
{
"default": "query.lie_amount >= 0"
},
{
"rolling": "query.roll_counter < 0"
},
{
"sitting": "query.sit_amount < 0"
}
]
}
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