[MCPE-23570] Llamas Cannot Be Healed With Food Created: 21/Jul/17  Updated: 27/Jul/18  Resolved: 06/Apr/18

Status: Resolved
Project: Minecraft (Bedrock codebase)
Component/s: None
Affects Version/s: 1.1.4.51, 1.2.7.2
Fix Version/s: 1.2.13.5, 1.2.13.54

Type: Bug
Reporter: [Mojang] Mega_Spud (Jay Wells)
Resolution: Fixed Votes: 5
Labels: hay-bale, health, llama, wheat

Attachments: JPEG File MegaSpud041.JPG    
Issue Links:
Duplicate
is duplicated by MCPE-23707 Llamas don't heal. Resolved
Relates
relates to MCPE-28284 Animal misplaced eating animation Resolved
Confirmation Status: Confirmed
Platform: Windows
CHK:
ADO: 79644

 Description   

Verification builds:
1.1.4.51 Retail

Summary:
Llamas can't be healed with hay bales and wheat. They can only be fed hay bales to initiate breeding; it has no effect on their health.

Steps to Reproduce:

  1. Damage a tamed llama to reduce it's hearts
  2. Attempt to feed it wheat or hay bales

Observed Results:

  1. Wheat cannot be fed to it
  2. Hay bales only initiate breeding mode, the llamas health does not increase

Expected Results:
Wheat and Hay Bales should heal the llama.

Screenshots/Videos attached: Yes

Notes:
The behaviour pack is missing the "minecraft:healable" component in the behaviour pack. The following should be included in \entities\llama.json:

llama.json snippet
"minecraft:healable": {
        "items": [
          {
            "item": "wheat",
            "heal_amount": 2
          },
          {
            "item": "tile.hay_block",
            "heal_amount": 20
          }
        ]
	},

Generated at Sat Jan 11 15:39:18 UTC 2025 using Jira 9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13.