Donkey - 1.13.0.34

<< back to entity list

Last Updated

The Donkey 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:
        "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,
            "breeds_with": [
                {
                 "mate_type": "minecraft:donkey",
                 "baby_type": "minecraft:donkey",
                 "breed_event": {
                    "event": "minecraft:entity_born",
                    "target": "baby"
                 }
                },
                {
                 "mate_type": "minecraft:horse",
                 "baby_type": "minecraft:mule",
                 "breed_event": {
                    "event": "minecraft:entity_born",
                    "target": "baby"
                 }
                }
            ],
            "breed_items": [
                "golden_carrot",
                "golden_apple",
                "appleEnchanted"
            ]
        }
        Previous Value:
        "minecraft:breedable": {
            "requireTame": true,
            "inheritTamed": false,
            "breedsWith": [
                {
                 "mateType": "minecraft:donkey",
                 "babyType": "minecraft:donkey",
                 "breed_event": {
                    "event": "minecraft:entity_born",
                    "target": "baby"
                 }
                },
                {
                 "mateType": "minecraft:horse",
                 "babyType": "minecraft:mule",
                 "breed_event": {
                    "event": "minecraft:entity_born",
                    "target": "baby"
                 }
                }
            ],
            "breedItems": [
                "golden_carrot",
                "golden_apple",
                "appleEnchanted"
            ]
        }
      • 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:pushable": {
            "is_pushable": true,
            "is_pushable_by_piston": true
        }
      • New Value:
        "minecraft:type_family": {
            "family": [
                "donkey",
                "mob"
            ]
        }
        Previous Value:
        "minecraft:type_family": {
            "family": [
                "donkey"
            ]
        }
      • New Value:
        "minecraft:ageable": {
            "duration": 1200,
            "feed_items": [
                {
                 "item": "wheat",
                 "growth": 0.016667
                },
                {
                 "item": "sugar",
                 "growth": 0.025
                },
                {
                 "item": "hay_block",
                 "growth": 0.15
                },
                {
                 "item": "apple",
                 "growth": 0.05
                },
                {
                 "item": "golden_carrot",
                 "growth": 0.05
                },
                {
                 "item": "golden_apple",
                 "growth": 0.2
                },
                {
                 "item": "appleEnchanted",
                 "growth": 0.2
                }
            ],
            "grow_up": {
                "event": "minecraft:ageable_grow_up",
                "target": "self"
            }
        }
        Previous Value:
        "minecraft:ageable": {
            "duration": 1200,
            "feedItems": [
                {
                 "item": "wheat",
                 "growth": 0.016667
                },
                {
                 "item": "sugar",
                 "growth": 0.025
                },
                {
                 "item": "hay_block",
                 "growth": 0.15
                },
                {
                 "item": "apple",
                 "growth": 0.05
                },
                {
                 "item": "golden_carrot",
                 "growth": 0.05
                },
                {
                 "item": "golden_apple",
                 "growth": 0.2
                },
                {
                 "item": "appleEnchanted",
                 "growth": 0.2
                }
            ],
            "grow_up": {
                "event": "minecraft:ageable_grow_up",
                "target": "self"
            }
        }
      • New Value:
        "minecraft:tamemount": {
            "min_temper": 0,
            "max_temper": 100,
            "feed_text": "action.interact.feed",
            "ride_text": "action.interact.mount",
            "feed_items": [
                {
                 "item": "wheat",
                 "temper_mod": 3
                },
                {
                 "item": "sugar",
                 "temper_mod": 3
                },
                {
                 "item": "apple",
                 "temper_mod": 3
                },
                {
                 "item": "golden_carrot",
                 "temper_mod": 5
                },
                {
                 "item": "golden_apple",
                 "temper_mod": 10
                },
                {
                 "item": "appleEnchanted",
                 "temper_mod": 10
                }
            ],
            "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": 100,
            "feed_text": "action.interact.feed",
            "ride_text": "action.interact.mount",
            "feedItems": [
                {
                 "item": "wheat",
                 "temperMod": 3
                },
                {
                 "item": "sugar",
                 "temperMod": 3
                },
                {
                 "item": "apple",
                 "temperMod": 3
                },
                {
                 "item": "golden_carrot",
                 "temperMod": 5
                },
                {
                 "item": "golden_apple",
                 "temperMod": 10
                },
                {
                 "item": "appleEnchanted",
                 "temperMod": 10
                }
            ],
            "autoRejectItems": [
                {
                 "item": "horsearmorleather"
                },
                {
                 "item": "horsearmoriron"
                },
                {
                 "item": "horsearmorgold"
                },
                {
                 "item": "horsearmordiamond"
                },
                {
                 "item": "saddle"
                }
            ],
            "tame_event": {
                "event": "minecraft:on_tame",
                "target": "self"
            }
        }

Statistics:

Health

[15 - 30]

Loot / Barter Loot / Additional Drops

Leather

    Breedable
    • Donkey Tamed: AppleEnchanted, Golden Apple, Golden Carrot
    Can be Healed
    • Default: Apple, AppleEnchanted, Golden Apple, Golden Carrot, Hay Block, Sugar, Wheat
    Families
    • Default: Donkey, Mob
    Inventory Size
    • Donkey Tamed: 16
    Movement Speed
    • Default: 0.175
    Other Attributes
    • Can be Renamed
    • Can be Ridden by Player > Donkey Tamed
    • Can be Ridden by Player > Donkey Wild
    • Can be Tamed > Donkey Wild
    • Can Jump
    • Has Collisions
    • Has Gravity
    • Leashable
    • Pushable
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla/entities/donkey.json
    Entity
    • resource_packs/vanilla/entity/donkey.entity.json
    • resource_packs/vanilla/entity/donkey_v2.entity.json
    Geometry
    • resource_packs/vanilla/models/entity/horse.geo.json
    Loot Tables
    • behavior_packs/vanilla/loot_tables/entities/horse.json
    Sounds
    • resource_packs/vanilla/sounds/mob/horse/armor.fsb
    • resource_packs/vanilla/sounds/mob/horse/breathe1.fsb
    • resource_packs/vanilla/sounds/mob/horse/breathe2.fsb
    • resource_packs/vanilla/sounds/mob/horse/breathe3.fsb
    • resource_packs/vanilla/sounds/mob/horse/eat1.fsb
    • resource_packs/vanilla/sounds/mob/horse/eat2.fsb
    • resource_packs/vanilla/sounds/mob/horse/eat3.fsb
    • resource_packs/vanilla/sounds/mob/horse/eat4.fsb
    • resource_packs/vanilla/sounds/mob/horse/eat5.fsb
    • resource_packs/vanilla/sounds/mob/horse/gallop1.fsb
    • resource_packs/vanilla/sounds/mob/horse/gallop2.fsb
    • resource_packs/vanilla/sounds/mob/horse/gallop3.fsb
    • resource_packs/vanilla/sounds/mob/horse/gallop4.fsb
    • resource_packs/vanilla/sounds/mob/horse/jump.fsb
    • resource_packs/vanilla/sounds/mob/horse/land.fsb
    • resource_packs/vanilla/sounds/mob/horse/leather.fsb
    • resource_packs/vanilla/sounds/mob/horse/soft1.fsb
    • resource_packs/vanilla/sounds/mob/horse/soft2.fsb
    • resource_packs/vanilla/sounds/mob/horse/soft3.fsb
    • resource_packs/vanilla/sounds/mob/horse/soft4.fsb
    • resource_packs/vanilla/sounds/mob/horse/soft5.fsb
    • resource_packs/vanilla/sounds/mob/horse/soft6.fsb
    • resource_packs/vanilla/sounds/mob/horse/wood1.fsb
    • resource_packs/vanilla/sounds/mob/horse/wood2.fsb
    • resource_packs/vanilla/sounds/mob/horse/wood3.fsb
    • resource_packs/vanilla/sounds/mob/horse/wood4.fsb
    • resource_packs/vanilla/sounds/mob/horse/wood5.fsb
    • resource_packs/vanilla/sounds/mob/horse/wood6.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/angry1.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/angry2.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/death.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/hit1.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/hit2.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/hit3.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/idle1.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/idle2.fsb
    • resource_packs/vanilla/sounds/mob/horse/donkey/idle3.fsb
    Spawn Rules
    • behavior_packs/vanilla/spawn_rules/donkey.json
    Textures
    • resource_packs/vanilla/textures/entity/horse/donkey.png
    • resource_packs/vanilla/textures/entity/horse/horse_black.png
    • resource_packs/vanilla/textures/entity/horse/horse_brown.png
    • resource_packs/vanilla/textures/entity/horse/horse_chestnut.png
    • resource_packs/vanilla/textures/entity/horse/horse_creamy.png
    • resource_packs/vanilla/textures/entity/horse/horse_darkbrown.png
    • resource_packs/vanilla/textures/entity/horse/horse_gray.png
    • resource_packs/vanilla/textures/entity/horse/horse_markings_blackdots.png
    • resource_packs/vanilla/textures/entity/horse/horse_markings_none.png
    • resource_packs/vanilla/textures/entity/horse/horse_markings_white.png
    • resource_packs/vanilla/textures/entity/horse/horse_markings_whitedots.png
    • resource_packs/vanilla/textures/entity/horse/horse_markings_whitefield.png
    • resource_packs/vanilla/textures/entity/horse/horse_skeleton.png
    • resource_packs/vanilla/textures/entity/horse/horse_white.png
    • resource_packs/vanilla/textures/entity/horse/horse_zombie.png
    • resource_packs/vanilla/textures/entity/horse/mule.png
    • resource_packs/vanilla/textures/entity/horse/armor/horse_armor_diamond.png
    • resource_packs/vanilla/textures/entity/horse/armor/horse_armor_gold.png
    • resource_packs/vanilla/textures/entity/horse/armor/horse_armor_iron.png
    • resource_packs/vanilla/textures/entity/horse/armor/horse_armor_leather.tga
    • resource_packs/vanilla/textures/entity/horse/armor/horse_armor_none.png