Chicken - 1.13.0.34
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Chicken entity last updated in Minecraft Version oldWhat's Changed:
Changes since stable release 1.12.0.28
Behavior Packs- New Value:
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:spawn_entity": {
"min_wait_time": 300,
"max_wait_time": 600,
"spawn_sound": "plop",
"spawn_item": "egg",
"filters": {
"test": "rider_count",
"subject": "self",
"operator": "==",
"value": 0
}
}Previous Value:"minecraft:spawn_entity": {
"min_wait_time": 300,
"max_wait_time": 600,
"spawn_sound": "plop",
"spawn_item": "egg"
} - New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
} - Previous Value:
"minecraft:fall_damage": {
"value": 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:type_family": {
"family": [
"chicken",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"chicken"
]
} - New Value:
"minecraft:breedable": {
"require_tame": false,
"breeds_with": {
"mate_type": "minecraft:chicken",
"baby_type": "minecraft:chicken",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breed_items": [
"wheat_seeds",
"beetroot_seeds",
"melon_seeds",
"pumpkin_seeds"
]
}Previous Value:"minecraft:breedable": {
"requireTame": false,
"breedsWith": {
"mateType": "minecraft:chicken",
"babyType": "minecraft:chicken",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"breedItems": [
"wheat_seeds",
"beetroot_seeds",
"melon_seeds",
"pumpkin_seeds"
]
} - New Value:
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"wheat_seeds",
"beetroot_seeds",
"melon_seeds",
"pumpkin_seeds"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}Previous Value:"minecraft:ageable": {
"duration": 1200,
"feedItems": [
"wheat_seeds",
"beetroot_seeds",
"melon_seeds",
"pumpkin_seeds"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
- New Value:
"animation.chicken.general.v1.0": {
"loop": true,
"bones": {
"body": {
"rotation": [
"90.0 - this",
0,
0
]
},
"wing0": {
"rotation": [
0,
0,
"variable.wing_flap - this"
]
},
"wing1": {
"rotation": [
0,
0,
"-variable.wing_flap - this"
]
}
}
}
- New Value:
"geometry": {
"default": "geometry.chicken.v1.12"
}Previous Value:"geometry": {
"default": "geometry.chicken"
} - New Value:
"min_engine_version": "1.12.0"
- New Value:
"geometry": "geometry.default"
Previous Value:"geometry": "Geometry.default"
- New Value:
"textures": [
"texture.default"
]Previous Value:"textures": [
"Texture.default"
]
Statistics:
Health
[4]
Loot / Barter Loot / Additional Drops
- Feather
- Chicken
Breedable
- Chicken Adult: Beetroot Seeds, Melon Seeds, Pumpkin Seeds, Wheat Seeds
Can be Ridden by Mobs
- Chicken Adult: Zombie
Families
- Default: Chicken, Mob
Movement Speed
- Default: 0.25
Other Attributes
- Can be Renamed
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Leashable
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla/entities/chicken.json
Animations
- resource_packs/vanilla/animations/chicken.animation.json
- resource_packs/vanilla/animations/look_at_target.animation.json
Entity
- resource_packs/vanilla/entity/chicken.entity.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/chicken.json
Render Controllers
- resource_packs/vanilla/render_controllers/chicken.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/chicken/hurt1.fsb
- resource_packs/vanilla/sounds/mob/chicken/hurt2.fsb
- resource_packs/vanilla/sounds/mob/chicken/plop.fsb
- resource_packs/vanilla/sounds/mob/chicken/say1.fsb
- resource_packs/vanilla/sounds/mob/chicken/say2.fsb
- resource_packs/vanilla/sounds/mob/chicken/say3.fsb
- resource_packs/vanilla/sounds/mob/chicken/step1.fsb
- resource_packs/vanilla/sounds/mob/chicken/step2.fsb
Spawn Rules
- behavior_packs/vanilla/spawn_rules/chicken.json
Textures
- resource_packs/vanilla/textures/entity/chicken.png
Material Info:
Material: Chicken
{
"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"
]
}
Material: Chicken Legs
{
"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": 1,
"textureWrap": "Repeat"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
]
}