Sheep - 1.16.0.2
<<
back to
entity list
View
Entity Version History >>
Last Updated
The Sheep entity last updated in Minecraft Version 1.16What's Changed:
Changes since stable release 1.14.60.5
Behavior Packs- New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:behavior.eat_block": {
"priority": 6,
"success_chance": "query.is_baby ? 0.02 : 0.001",
"time_until_eat": 1.8,
"eat_and_replace_block_pairs": [
{
"eat_block": "grass",
"replace_block": "dirt"
},
{
"eat_block": "tallgrass",
"replace_block": "air"
}
],
"on_eat": {
"event": "minecraft:on_eat_block",
"target": "self"
}
}Previous Value:"minecraft:behavior.eat_block": {
"priority": 6,
"on_eat": {
"event": "minecraft:on_eat_block",
"target": "self"
}
} - New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - New Value:
"minecraft:entity_spawned": {
"sequence": [
{
"randomize": [
{
"weight": 95,
"remove": [],
"trigger": "spawn_adult"
},
{
"weight": 5,
"remove": [],
"trigger": "spawn_baby"
}
]
},
{
"randomize": [
{
"weight": 81836,
"add": {
"component_groups": [
"minecraft:sheep_white"
]
}
},
{
"weight": 5000,
"add": {
"component_groups": [
"minecraft:sheep_black"
]
}
},
{
"weight": 5000,
"add": {
"component_groups": [
"minecraft:sheep_light_gray"
]
}
},
{
"weight": 5000,
"add": {
"component_groups": [
"minecraft:sheep_gray"
]
}
},
{
"weight": 3000,
"add": {
"component_groups": [
"minecraft:sheep_brown"
]
}
},
{
"weight": 164,
"add": {
"component_groups": [
"minecraft:sheep_pink"
]
}
}
]
}
]
}Previous Value:"minecraft:entity_spawned": {
"sequence": [
{
"randomize": [
{
"weight": 95,
"remove": [],
"add": {
"component_groups": [
"minecraft:sheep_adult",
"minecraft:sheep_dyeable",
"minecraft:rideable_wooly",
"minecraft:loot_wooly"
]
}
},
{
"weight": 5,
"remove": [],
"add": {
"component_groups": [
"minecraft:sheep_baby",
"minecraft:sheep_dyeable",
"minecraft:rideable_sheared"
]
}
}
]
},
{
"randomize": [
{
"weight": 81836,
"add": {
"component_groups": [
"minecraft:sheep_white"
]
}
},
{
"weight": 5000,
"add": {
"component_groups": [
"minecraft:sheep_black"
]
}
},
{
"weight": 5000,
"add": {
"component_groups": [
"minecraft:sheep_light_gray"
]
}
},
{
"weight": 5000,
"add": {
"component_groups": [
"minecraft:sheep_gray"
]
}
},
{
"weight": 3000,
"add": {
"component_groups": [
"minecraft:sheep_brown"
]
}
},
{
"weight": 164,
"add": {
"component_groups": [
"minecraft:sheep_pink"
]
}
}
]
}
]
} - New Value:
"spawn_adult": {
"add": {
"component_groups": [
"minecraft:sheep_adult",
"minecraft:sheep_dyeable",
"minecraft:rideable_wooly",
"minecraft:loot_wooly"
]
}
} - New Value:
"spawn_baby": {
"add": {
"component_groups": [
"minecraft:sheep_baby",
"minecraft:sheep_dyeable",
"minecraft:rideable_sheared"
]
}
}
Statistics:
Health
[8]
Loot / Barter Loot / Additional Drops
- Wool
- MuttonRaw
Breedable
- Sheep Adult: Wheat
Can be Ridden by Mobs
- Rideable Sheared: Zombie
- Rideable Wooly: Zombie
Families
- Default: Mob, Sheep
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_1.16/entities/sheep.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla/animations/quadruped.animation.json
- resource_packs/vanilla/animations/sheep.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/sheep.animation_controllers.json
Entity
- resource_packs/vanilla/entity/sheep.entity.json
Geometry
- resource_packs/vanilla/models/entity/sheep.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/sheep.json
- behavior_packs/vanilla/loot_tables/entities/sheep_shear.json
- behavior_packs/vanilla/loot_tables/entities/sheep_sheared.json
Render Controllers
- resource_packs/vanilla/render_controllers/sheep.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/sheep/say1.fsb
- resource_packs/vanilla/sounds/mob/sheep/say2.fsb
- resource_packs/vanilla/sounds/mob/sheep/say3.fsb
- resource_packs/vanilla/sounds/mob/sheep/step1.fsb
- resource_packs/vanilla/sounds/mob/sheep/step2.fsb
- resource_packs/vanilla/sounds/mob/sheep/step3.fsb
- resource_packs/vanilla/sounds/mob/sheep/step4.fsb
- resource_packs/vanilla/sounds/mob/sheep/step5.fsb
Spawn Rules
- behavior_packs/vanilla/spawn_rules/sheep.json
Textures
- resource_packs/vanilla/textures/entity/sheep/sheep.tga
Material Info:
Material: Sheep
{
"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",
"USE_OVERLAY",
"USE_COLOR_MASK"
],
"+states": [
"DisableCulling"
]
}