Panda - 1.13.0.34
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Panda entity last updated in Minecraft Version oldWhat's Changed:
Changes since stable release 1.12.0.28
Behavior Packs- 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:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,4) : 0"
} - 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: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: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
}
}
- 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
} - New Value:
"head": {
"rotation": [
"query.is_eating ? (90.0 + 11.5 * math.sin(query.life_time * 750)) : (query.sit_amount * (100 - this)) - this",
0,
0
]
}Previous Value:"head": {
"rotation": [
"query.is_eating ? (90 + 11.5 * math.sin(query.life_time * 750)) : (query.sit_amount * (100 - this)) - this",
0,
0
]
}
- 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"
}
]
}
Statistics:
Health
[20]
Panda Weak: [10]
Loot / Barter Loot / Additional Drops
Bamboo
Attack Damage
- Panda Adult: 2
- Panda Aggressive: 6
Breedable
- Panda Adult: Bamboo
Can be Ridden by Mobs
- Default: Zombie
Families
- Default: Panda
- Panda Aggressive: Mob, Panda, Panda Aggressive
Movement Speed
- Default: 0.15
- Panda Lazy: 0.07
Variations
- Default
- Panda Aggressive
- Panda Brown
- Panda Lazy
- Panda Playful
- Panda Weak
- Panda Worried
Other Attributes
- Can be Renamed
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Inventory Size
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla/entities/panda.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla/animations/panda.animation.json
- resource_packs/vanilla/animations/quadruped.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/panda.animation_controllers.json
Entity
- resource_packs/vanilla/entity/panda.entity.json
Geometry
- resource_packs/vanilla/models/entity/panda.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/panda.json
Render Controllers
- resource_packs/vanilla/render_controllers/panda.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/panda/aggressive1.fsb
- resource_packs/vanilla/sounds/mob/panda/aggressive2.fsb
- resource_packs/vanilla/sounds/mob/panda/aggressive3.fsb
- resource_packs/vanilla/sounds/mob/panda/aggressive4.fsb
- resource_packs/vanilla/sounds/mob/panda/bite1.fsb
- resource_packs/vanilla/sounds/mob/panda/bite2.fsb
- resource_packs/vanilla/sounds/mob/panda/bite3.fsb
- resource_packs/vanilla/sounds/mob/panda/cant_breed1.fsb
- resource_packs/vanilla/sounds/mob/panda/cant_breed2.fsb
- resource_packs/vanilla/sounds/mob/panda/cant_breed3.fsb
- resource_packs/vanilla/sounds/mob/panda/cant_breed4.fsb
- resource_packs/vanilla/sounds/mob/panda/cant_breed5.fsb
- resource_packs/vanilla/sounds/mob/panda/death1.fsb
- resource_packs/vanilla/sounds/mob/panda/death2.fsb
- resource_packs/vanilla/sounds/mob/panda/death3.fsb
- resource_packs/vanilla/sounds/mob/panda/death4.fsb
- resource_packs/vanilla/sounds/mob/panda/eat1.fsb
- resource_packs/vanilla/sounds/mob/panda/eat10.fsb
- resource_packs/vanilla/sounds/mob/panda/eat11.fsb
- resource_packs/vanilla/sounds/mob/panda/eat12.fsb
- resource_packs/vanilla/sounds/mob/panda/eat2.fsb
- resource_packs/vanilla/sounds/mob/panda/eat3.fsb
- resource_packs/vanilla/sounds/mob/panda/eat4.fsb
- resource_packs/vanilla/sounds/mob/panda/eat5.fsb
- resource_packs/vanilla/sounds/mob/panda/eat6.fsb
- resource_packs/vanilla/sounds/mob/panda/eat7.fsb
- resource_packs/vanilla/sounds/mob/panda/eat8.fsb
- resource_packs/vanilla/sounds/mob/panda/eat9.fsb
- resource_packs/vanilla/sounds/mob/panda/hurt1.fsb
- resource_packs/vanilla/sounds/mob/panda/hurt2.fsb
- resource_packs/vanilla/sounds/mob/panda/hurt3.fsb
- resource_packs/vanilla/sounds/mob/panda/hurt4.fsb
- resource_packs/vanilla/sounds/mob/panda/hurt5.fsb
- resource_packs/vanilla/sounds/mob/panda/hurt6.fsb
- resource_packs/vanilla/sounds/mob/panda/idle1.fsb
- resource_packs/vanilla/sounds/mob/panda/idle2.fsb
- resource_packs/vanilla/sounds/mob/panda/idle3.fsb
- resource_packs/vanilla/sounds/mob/panda/idle4.fsb
- resource_packs/vanilla/sounds/mob/panda/pre_sneeze.fsb
- resource_packs/vanilla/sounds/mob/panda/sneeze1.fsb
- resource_packs/vanilla/sounds/mob/panda/sneeze2.fsb
- resource_packs/vanilla/sounds/mob/panda/sneeze3.fsb
- resource_packs/vanilla/sounds/mob/panda/step1.fsb
- resource_packs/vanilla/sounds/mob/panda/step2.fsb
- resource_packs/vanilla/sounds/mob/panda/step3.fsb
- resource_packs/vanilla/sounds/mob/panda/step4.fsb
- resource_packs/vanilla/sounds/mob/panda/step5.fsb
- resource_packs/vanilla/sounds/mob/panda/worried2.fsb
- resource_packs/vanilla/sounds/mob/panda/worried3.fsb
- resource_packs/vanilla/sounds/mob/panda/worried4.fsb
- resource_packs/vanilla/sounds/mob/panda/worried5.fsb
- resource_packs/vanilla/sounds/mob/panda/worried6.fsb
Spawn Rules
- behavior_packs/vanilla/spawn_rules/panda.json
Textures
- resource_packs/vanilla/textures/entity/panda/panda.png
- resource_packs/vanilla/textures/entity/panda/panda_aggressive.png
- resource_packs/vanilla/textures/entity/panda/panda_brown.png
- resource_packs/vanilla/textures/entity/panda/panda_lazy.png
- resource_packs/vanilla/textures/entity/panda/panda_playful.png
- resource_packs/vanilla/textures/entity/panda/panda_sneezy.png
- resource_packs/vanilla/textures/entity/panda/panda_worried.png
Material Info:
Material: Panda
{
"vertexShader": "shaders/entity.vertex",
"vrGeometryShader": "shaders/entity.geometry",
"fragmentShader": "shaders/entity.fragment",
"vertexFields": [
{
"field": "Position"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
],
"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"
}
]
}
}
],
"msaaSupport": [
"Both"
],
"+samplerStates": {
"samplerIndex": 0,
"textureFilter": "Point"
},
"+defines": [
"USE_OVERLAY"
]
}