Sheep - 1.13.0.34

<< back to entity list

Last Updated

The Sheep entity last updated in Minecraft Version old
View Entity Version History >>

What's Changed:

Changes since stable release 1.12.0.28


      • 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:breathable": {
            "total_supply": 15,
            "suffocate_time": 0
        }
        Previous Value:
        "minecraft:breathable": {
            "totalSupply": 15,
            "suffocateTime": 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:interact": {
            "interactions": [
                {
                 "cooldown": 2.5,
                 "use_item": false,
                 "hurt_item": 1,
                 "spawn_items": {
                    "table": "loot_tables/entities/sheep_shear.json"
                 },
                 "play_sounds": "shear",
                 "interact_text": "action.interact.shear",
                 "on_interact": {
                    "filters": {
                        "all_of": [
                         {
                            "test": "has_equipment",
                            "subject": "other",
                            "domain": "hand",
                            "value": "shears"
                         },
                         {
                            "test": "is_family",
                            "subject": "other",
                            "value": "player"
                         },
                         {
                            "test": "has_component",
                            "operator": "!=",
                            "value": "minecraft:is_baby"
                         },
                         {
                            "test": "has_component",
                            "value": "minecraft:is_dyeable"
                         }
                        ]
                    },
                    "event": "minecraft:on_sheared",
                    "target": "self"
                 }
                }
            ]
        }
        Previous Value:
        "minecraft:interact": [
            {
                "cooldown": 2.5,
                "use_item": false,
                "hurt_item": 1,
                "spawn_items": {
                 "table": "loot_tables/entities/sheep_shear.json"
                },
                "play_sounds": "shear",
                "interact_text": "action.interact.shear",
                "on_interact": {
                 "filters": {
                    "all_of": [
                        {
                         "test": "has_equipment",
                         "subject": "other",
                         "domain": "hand",
                         "value": "shears"
                        },
                        {
                         "test": "is_family",
                         "subject": "other",
                         "value": "player"
                        },
                        {
                         "test": "has_component",
                         "operator": "!=",
                         "value": "minecraft:is_baby"
                        },
                        {
                         "test": "has_component",
                         "value": "minecraft:is_dyeable"
                        }
                    ]
                 },
                 "event": "minecraft:on_sheared",
                 "target": "self"
                }
            }
        ]
      • New Value:
        "minecraft:pushable": {
            "is_pushable": true,
            "is_pushable_by_piston": true
        }
      • New Value:
        "minecraft:type_family": {
            "family": [
                "sheep",
                "mob"
            ]
        }
        Previous Value:
        "minecraft:type_family": {
            "family": [
                "sheep"
            ]
        }
      • New Value:
        "minecraft:breedable": {
            "require_tame": false,
            "breeds_with": {
                "mate_type": "minecraft:sheep",
                "baby_type": "minecraft:sheep"
            },
            "breed_items": "wheat"
        }
        Previous Value:
        "minecraft:breedable": {
            "requireTame": false,
            "breedsWith": {
                "mateType": "minecraft:sheep",
                "babyType": "minecraft:sheep"
            },
            "breedItems": "wheat"
        }
      • New Value:
        "minecraft:ageable": {
            "duration": 1200,
            "feed_items": "wheat",
            "grow_up": {
                "event": "minecraft:ageable_grow_up",
                "target": "self"
            }
        }
        Previous Value:
        "minecraft:ageable": {
            "duration": 1200,
            "feedItems": "wheat",
            "grow_up": {
                "event": "minecraft:ageable_grow_up",
                "target": "self"
            }
        }


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/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"
        ]
    }