mojira.dev
MCPE-48233

Foxes have 20 health

Foxes in the Bedrock Edition has 20 health instead of 10 like on Java Edition.

The fix

In the fox.json there is a line called minecraft:health which shows the value and max of the fox's health. This can be fixed if the value and max of the minecraft:health line is set to 10 rather than 20.

 

"components": {
 "minecraft:type_family":
{ "family": [ "fox" ] }
,
 "minecraft:breathable":
{ "totalSupply": 15, "suffocateTime": 0 }
,
 "minecraft:navigation.walk":
{ "can_path_over_water": true, "avoid_water": true, "avoid_damage_blocks": true }
,
 "minecraft:movement.basic": {
 },
 "minecraft:jump.static": {
 },
 "minecraft:can_climb": {
 },
 "minecraft:collision_box":
{ "width": 0.6, "height": 0.7 }
,
 "minecraft:nameable": {
 },
 "minecraft:health":
{ "value": 20, "max": 20 }
,
 "minecraft:movement":
{ "value": 0.35 }

 

Comments 7

Confirmed for 1.13.

Was fixed in Java in 1.14 pre4, so this is in fact a bug (also parity issue)

Still in 1.16.200 betas

Affects 1.16.100

Affects 1.16.200.56 Beta

Affects 1.17.40.20

Affects 1.18.31.

DrownedZombie

(Unassigned)

289749

Confirmed

Multiple

foxes, health

1.13.0.1 Beta, 1.19.0.25 Preview, 1.18.10.26 Beta, 1.18.0.22 Beta, 1.17.40.23 Beta, ..., 1.17.0, 1.17.2 Hotfix, 1.17.30, 1.17.32, 1.18.0

1.21.30.24 Preview, 1.21.30

Retrieved