Mojira Archive
MCPE-177737

Breeze drops 1-3 XPs when killed, instead of 5 XPs like Java Edition

Description:
In Java Edition, the breeze drop 5 XPs when killed. However, in Bedrock Edition, the breeze only drops 1-3 XPs when killed, which breaks parity with Java Edition.

Steps to Reproduce:

  1. Spawn a breeze
  2. Kill it

Observed Results:
The breeze drops 1-3 XPs.

Expected Results:
The breeze should drop 5 XPs.

Code analysis:
In the behavior_packs/experimental_update_announced_live2023/entities/breeze.json, the minecraft:experience_reward component is different with most monster mobs, which seems to copy from a animal mob.

      "minecraft:experience_reward": {
        "on_bred": "Math.Random(1,7)",
        "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
      }

Fixed

agoodday233

2023-12-21, 07:05 PM

2024-07-04, 06:03 AM

2024-07-01, 08:45 PM

6

4

Confirmed

1159790

vanilla-parity

1.20.60.23 Preview

1.21.1 Hotfix