Llama - 1.13.0.34

<< back to entity list

Last Updated

The Llama 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:damage_sensor": {
            "triggers": {
                "cause": "all",
                "deals_damage": true
            }
        }
        Previous Value:
        "minecraft:damage_sensor": [
            {
                "cause": "all",
                "deals_damage": true
            }
        ]
      • 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:
        "minecraft:angry": {
            "duration": 4,
            "broadcast_anger": false,
            "calm_event": {
                "event": "minecraft:on_calm",
                "target": "self"
            }
        }
        Previous Value:
        "minecraft:angry": {
            "duration": 4,
            "broadcastAnger": false,
            "calm_event": {
                "event": "minecraft:on_calm",
                "target": "self"
            }
        }
      • New Value:
        "minecraft:angry": {
            "duration": -1,
            "broadcast_anger": false,
            "calm_event": {
                "event": "minecraft:on_calm",
                "target": "self"
            }
        }
        Previous Value:
        "minecraft:angry": {
            "duration": -1,
            "broadcastAnger": false,
            "calm_event": {
                "event": "minecraft:on_calm",
                "target": "self"
            }
        }
      • New Value:
        "minecraft:interact": {
            "interactions": [
                {
                 "play_sounds": "armor.equip_generic",
                 "on_interact": {
                    "filters": {
                        "all_of": [
                         {
                            "test": "is_family",
                            "subject": "other",
                            "value": "player"
                         },
                         {
                            "test": "has_equipment",
                            "domain": "hand",
                            "subject": "other",
                            "value": "chest"
                         }
                        ]
                    },
                    "event": "minecraft:on_chest",
                    "target": "self"
                 },
                 "use_item": true,
                 "interact_text": "action.interact.attachchest"
                }
            ]
        }
        Previous Value:
        "minecraft:interact": [
            {
                "play_sounds": "armor.equip_generic",
                "on_interact": {
                 "filters": {
                    "all_of": [
                        {
                         "test": "is_family",
                         "subject": "other",
                         "value": "player"
                        },
                        {
                         "test": "has_equipment",
                         "domain": "hand",
                         "subject": "other",
                         "value": "chest"
                        }
                    ]
                 },
                 "event": "minecraft:on_chest",
                 "target": "self"
                },
                "use_item": true,
                "interact_text": "action.interact.attachchest"
            }
        ]
      • New Value:
        "format_version": "1.13.0"
        Previous Value:
        "format_version": "1.8.0"
      • New Value:
        "minecraft:breedable": {
            "require_tame": true,
            "inherit_tamed": false,
            "love_filters": {
                "test": "is_mark_variant",
                "subject": "self",
                "operator": "!=",
                "value": 1
            },
            "breeds_with": {
                "mate_type": "minecraft:llama",
                "baby_type": "minecraft:llama",
                "breed_event": {
                 "event": "minecraft:entity_born",
                 "target": "baby"
                }
            },
            "breed_items": [
                "hay_block"
            ]
        }
        Previous Value:
        "minecraft:breedable": {
            "requireTame": true,
            "inheritTamed": false,
            "love_filters": {
                "test": "is_mark_variant",
                "subject": "self",
                "operator": "!=",
                "value": 1
            },
            "breedsWith": {
                "mateType": "minecraft:llama",
                "babyType": "minecraft:llama",
                "breed_event": {
                 "event": "minecraft:entity_born",
                 "target": "baby"
                }
            },
            "breedItems": [
                "hay_block"
            ]
        }
      • New Value:
        "minecraft:llama_defend_trader": {
            "minecraft:angry": {
                "duration": 10,
                "calm_event": {
                 "event": "minecraft:on_calm",
                 "target": "self"
                }
            },
            "minecraft:behavior.ranged_attack": {
                "priority": 2,
                "attack_radius": 64,
                "charge_shoot_trigger": 2,
                "charge_charged_trigger": 1
            }
        }
      • 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": "all",
                "deals_damage": true,
                "on_damage": {
                 "filters": {
                    "test": "in_caravan",
                    "value": false
                 },
                 "event": "minecraft:become_angry"
                }
            }
        }
        Previous Value:
        "minecraft:damage_sensor": [
            {
                "cause": "all",
                "deals_damage": true,
                "on_damage": {
                 "filters": {
                    "test": "in_caravan",
                    "value": false
                 },
                 "event": "minecraft:become_angry"
                }
            }
        ]
      • 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": [
                "llama",
                "mob"
            ]
        }
        Previous Value:
        "minecraft:type_family": {
            "family": [
                "llama"
            ]
        }
      • New Value:
        "minecraft:defend_wandering_trader": {
            "add": {
                "component_groups": [
                 "minecraft:llama_defend_trader"
                ]
            }
        }
      • New Value:
        "minecraft:on_calm": {
            "remove": {
                "component_groups": [
                 "minecraft:llama_angry",
                 "minecraft:llama_angry_wolf",
                 "minecraft:llama_defend_trader"
                ]
            }
        }
        Previous Value:
        "minecraft:on_calm": {
            "remove": {
                "component_groups": [
                 "minecraft:llama_angry",
                 "minecraft:llama_angry_wolf"
                ]
            }
        }
      • New Value:
        "minecraft:ageable": {
            "duration": 1200,
            "feed_items": [
                {
                 "item": "wheat",
                 "growth": 0.1
                },
                {
                 "item": "hay_block",
                 "growth": 0.9
                }
            ],
            "grow_up": {
                "event": "minecraft:ageable_grow_up",
                "target": "self"
            }
        }
        Previous Value:
        "minecraft:ageable": {
            "duration": 1200,
            "feedItems": [
                {
                 "item": "wheat",
                 "growth": 0.1
                },
                {
                 "item": "hay_block",
                 "growth": 0.9
                }
            ],
            "grow_up": {
                "event": "minecraft:ageable_grow_up",
                "target": "self"
            }
        }
      • New Value:
        "minecraft:on_friendly_anger": {
            "event": "minecraft:defend_wandering_trader",
            "target": "self"
        }
      • New Value:
        "minecraft:tamemount": {
            "min_temper": 0,
            "max_temper": 30,
            "feed_text": "action.interact.feed",
            "ride_text": "action.interact.mount",
            "feed_items": [
                {
                 "item": "wheat",
                 "temper_mod": 3
                },
                {
                 "item": "hay_block",
                 "temper_mod": 6
                }
            ],
            "auto_reject_items": [
                {
                 "item": "horsearmorleather"
                },
                {
                 "item": "horsearmoriron"
                },
                {
                 "item": "horsearmorgold"
                },
                {
                 "item": "horsearmordiamond"
                },
                {
                 "item": "saddle"
                }
            ],
            "tame_event": {
                "event": "minecraft:on_tame",
                "target": "self"
            }
        }
        Previous Value:
        "minecraft:tamemount": {
            "minTemper": 0,
            "maxTemper": 30,
            "feed_text": "action.interact.feed",
            "ride_text": "action.interact.mount",
            "feedItems": [
                {
                 "item": "wheat",
                 "temperMod": 3
                },
                {
                 "item": "hay_block",
                 "temperMod": 6
                }
            ],
            "autoRejectItems": [
                {
                 "item": "horsearmorleather"
                },
                {
                 "item": "horsearmoriron"
                },
                {
                 "item": "horsearmorgold"
                },
                {
                 "item": "horsearmordiamond"
                },
                {
                 "item": "saddle"
                }
            ],
            "tame_event": {
                "event": "minecraft:on_tame",
                "target": "self"
            }
        }
      • New Value:
        "minecraft:environment_sensor": {
            "triggers": {
                "filters": {
                 "all_of": [
                    {
                        "test": "is_leashed",
                        "subject": "self",
                        "value": false
                    },
                    {
                        "test": "has_component",
                        "subject": "self",
                        "operator": "!=",
                        "value": "minecraft:is_tamed"
                    }
                 ]
                },
                "event": "minecraft:on_tame"
            }
        }
        Previous Value:
        "minecraft:environment_sensor": {
            "on_environment": {
                "filters": {
                 "all_of": [
                    {
                        "test": "is_leashed",
                        "subject": "self",
                        "value": false
                    },
                    {
                        "test": "has_component",
                        "subject": "self",
                        "operator": "!=",
                        "value": "minecraft:is_tamed"
                    }
                 ]
                },
                "event": "minecraft:on_tame"
            }
        }

      • New Value:
        "body": {
            "position": [
                0,
                -5.5,
                -5
            ],
            "scale": [
                1.2,
                1,
                1
            ]
        }
        Previous Value:
        "body": {
            "position": [
                0,
                -5.5,
                -5
            ],
            "scale": [
                1.200000047683716,
                1,
                1
            ]
        }
      • New Value:
        "body": {
            "position": [
                0,
                -6,
                0
            ],
            "scale": [
                0.91,
                0.83,
                0.9
            ]
        }
        Previous Value:
        "body": {
            "position": [
                0,
                -6,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.8299999833106995,
                0.8999999761581421
            ]
        }
      • New Value:
        "leg0": {
            "position": [
                0,
                -1,
                0
            ],
            "scale": [
                0.91,
                0.56,
                0.91
            ]
        }
        Previous Value:
        "leg0": {
            "position": [
                0,
                -1,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.5600000023841858,
                0.9100000262260437
            ]
        }
      • New Value:
        "leg0": {
            "position": [
                0,
                -6.36,
                0
            ],
            "scale": [
                0.91,
                0.56,
                0.91
            ]
        }
        Previous Value:
        "leg0": {
            "position": [
                0,
                -6.360000133514404,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.5600000023841858,
                0.9100000262260437
            ]
        }
      • New Value:
        "head": {
            "position": [
                0,
                2,
                0
            ],
            "scale": [
                1.3,
                1.2,
                1.2
            ]
        }
        Previous Value:
        "head": {
            "position": [
                0,
                2,
                0
            ],
            "scale": [
                1.299999952316284,
                1.200000047683716,
                1.200000047683716
            ]
        }
      • New Value:
        "head": {
            "position": [
                0,
                -4.348,
                1.587
            ],
            "scale": [
                1.43,
                1.2,
                1.2
            ]
        }
        Previous Value:
        "head": {
            "position": [
                0,
                -4.348000049591064,
                1.587000012397766
            ],
            "scale": [
                1.429999947547913,
                1.200000047683716,
                1.200000047683716
            ]
        }
      • New Value:
        "leg1": {
            "position": [
                0,
                -1,
                0
            ],
            "scale": [
                0.91,
                0.56,
                0.91
            ]
        }
        Previous Value:
        "leg1": {
            "position": [
                0,
                -1,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.5600000023841858,
                0.9100000262260437
            ]
        }
      • New Value:
        "leg1": {
            "position": [
                0,
                -6.36,
                0
            ],
            "scale": [
                0.91,
                0.56,
                0.91
            ]
        }
        Previous Value:
        "leg1": {
            "position": [
                0,
                -6.360000133514404,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.5600000023841858,
                0.9100000262260437
            ]
        }
      • New Value:
        "leg2": {
            "position": [
                0,
                -1,
                0
            ],
            "scale": [
                0.91,
                0.56,
                0.91
            ]
        }
        Previous Value:
        "leg2": {
            "position": [
                0,
                -1,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.5600000023841858,
                0.9100000262260437
            ]
        }
      • New Value:
        "leg2": {
            "position": [
                0,
                -6.36,
                0
            ],
            "scale": [
                0.91,
                0.56,
                0.91
            ]
        }
        Previous Value:
        "leg2": {
            "position": [
                0,
                -6.360000133514404,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.5600000023841858,
                0.9100000262260437
            ]
        }
      • New Value:
        "leg3": {
            "position": [
                0,
                -1,
                0
            ],
            "scale": [
                0.91,
                0.56,
                0.91
            ]
        }
        Previous Value:
        "leg3": {
            "position": [
                0,
                -1,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.5600000023841858,
                0.9100000262260437
            ]
        }
      • New Value:
        "leg3": {
            "position": [
                0,
                -6.36,
                0
            ],
            "scale": [
                0.91,
                0.56,
                0.91
            ]
        }
        Previous Value:
        "leg3": {
            "position": [
                0,
                -6.360000133514404,
                0
            ],
            "scale": [
                0.9100000262260437,
                0.5600000023841858,
                0.9100000262260437
            ]
        }

Statistics:

Health

[15 - 30]

Loot / Barter Loot / Additional Drops

Leather

    Breedable
    • Llama Adult: Hay Block
    Can be Healed
    • Default: Hay Block, Wheat
    Families
    • Default: Llama, Mob
    Inventory Size
    • Llama Tamed: 16
    Mark Variations
    • Default
    • Llama Wandering Trader
    Movement Speed
    • Default: 0.25
    Shoots Projectiles
    • Default: Llama Spit
    Strength
    • Strength 2: 2
    • Strength 3: 3
    • Strength 4: 4
    • Strength 5: 5
    Variations
    • Llama Brown
    • Llama Creamy
    • Llama Gray
    • Llama White
    Other Attributes
    • Can be Renamed
    • Can be Ridden by Player > Llama Tamed
    • Can be Ridden by Player > Llama Wild
    • Can be Tamed > Llama Wild
    • Can Jump
    • Has Collisions
    • Has Gravity
    • Leashable
    • Pushable
    • Pushable by Pistons
    • Strength > Strength 1

    Associated Files:

    Behavior File
    • behavior_packs/vanilla/entities/llama.json
    Animations
    • resource_packs/vanilla/animations/llama.animation.json
    • resource_packs/vanilla/animations/look_at_target.animation.json
    • resource_packs/vanilla/animations/quadruped.animation.json
    Animation Controllers
    • resource_packs/vanilla/animation_controllers/llama.animation_controllers.json
    Entity
    • resource_packs/vanilla/entity/llama.entity.json
    Geometry
    • resource_packs/vanilla/models/entity/llama.geo.json
    Loot Tables
    • behavior_packs/vanilla/loot_tables/entities/llama.json
    Render Controllers
    • resource_packs/vanilla/render_controllers/llama.render_controllers.json
    Sounds
    • resource_packs/vanilla/sounds/mob/horse/armor.fsb
    • resource_packs/vanilla/sounds/mob/llama/angry1.fsb
    • resource_packs/vanilla/sounds/mob/llama/death1.fsb
    • resource_packs/vanilla/sounds/mob/llama/death2.fsb
    • resource_packs/vanilla/sounds/mob/llama/eat1.fsb
    • resource_packs/vanilla/sounds/mob/llama/eat2.fsb
    • resource_packs/vanilla/sounds/mob/llama/eat3.fsb
    • resource_packs/vanilla/sounds/mob/llama/hurt1.fsb
    • resource_packs/vanilla/sounds/mob/llama/hurt2.fsb
    • resource_packs/vanilla/sounds/mob/llama/hurt3.fsb
    • resource_packs/vanilla/sounds/mob/llama/idle1.fsb
    • resource_packs/vanilla/sounds/mob/llama/idle2.fsb
    • resource_packs/vanilla/sounds/mob/llama/idle3.fsb
    • resource_packs/vanilla/sounds/mob/llama/idle4.fsb
    • resource_packs/vanilla/sounds/mob/llama/idle5.fsb
    • resource_packs/vanilla/sounds/mob/llama/spit1.fsb
    • resource_packs/vanilla/sounds/mob/llama/spit2.fsb
    • resource_packs/vanilla/sounds/mob/llama/step1.fsb
    • resource_packs/vanilla/sounds/mob/llama/step2.fsb
    • resource_packs/vanilla/sounds/mob/llama/step3.fsb
    • resource_packs/vanilla/sounds/mob/llama/step4.fsb
    • resource_packs/vanilla/sounds/mob/llama/step5.fsb
    • resource_packs/vanilla/sounds/mob/llama/swag.fsb
    Spawn Rules
    • behavior_packs/vanilla/spawn_rules/llama.json
    Textures
    • resource_packs/vanilla/textures/entity/llama/llama_brown.png
    • resource_packs/vanilla/textures/entity/llama/llama_creamy.png
    • resource_packs/vanilla/textures/entity/llama/llama_gray.png
    • resource_packs/vanilla/textures/entity/llama/llama_white.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_black.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_blue.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_brown.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_cyan.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_gray.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_green.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_light_blue.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_lime.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_magenta.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_none.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_orange.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_pink.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_purple.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_red.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_silver.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_white.png
    • resource_packs/vanilla/textures/entity/llama/decor/decor_yellow.png
    • resource_packs/vanilla/textures/entity/llama/decor/trader_llama_decor.png

    Material Info:

    Material: Llama
    {
        "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": 2,
            "textureWrap": "Clamp"
        },
        "+defines": [
            "USE_OVERLAY",
            "USE_MULTITEXTURE"
        ]
    }