Mojira Archive
MCPE-23570

Llamas Cannot Be Healed With Food

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
          }
        ]
	},

Fixed

[Mojang] Mega_Spud (Jay Wells)

2017-07-21, 12:30 PM

2018-07-27, 12:43 PM

2018-04-06, 01:18 PM

5

1

Confirmed

79644

hay-bale, health, llama, wheat

1.1.4.51, 1.2.7.2

1.2.13.5, 1.2.13.54