-
Bug
-
Resolution: Fixed
-
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.40.21 Beta, 1.17.40.20 Beta, 1.17.11 Hotfix, 1.17.20.22 Beta, 1.17.10, 1.17.20.20 Beta, 1.17.0.50 Beta, 1.16.220, 1.16.220.50 Beta, 1.16.210.58 Beta, 1.16.210.55 Beta, 1.16.210.54 Beta, 1.16.210.53 Beta, 1.16.210.51 Beta, 1.16.210.50 Beta, 1.16.200.57 Beta, 1.16.200.53 Beta, 1.16.100.57 Beta, 1.16.100.56 Beta, 1.16.100.54 Beta, 1.16.100.52 Beta, 1.16.20.53 Beta, 1.16.20.52 Beta, 1.16.0.68 Beta, 1.16.0.67 Beta, 1.16.0.66 Beta, 1.16.0.64 Beta, 1.16.0.63 Beta, 1.16.0.61 Beta, 1.16.0.60 Beta, 1.16.0.59 Beta, 1.16.0.57 Beta, 1.16.0.58 Beta, 1.16.0.55 Beta, 1.16.0.53 Beta, 1.16.0.51 Beta, 1.15.0.56 Beta, 1.15.0.55 Beta, 1.15.0.54 Beta, 1.15.0.53 Beta, 1.15.0.51 Beta, 1.14.30.51 Beta, 1.14.25.1 Beta, 1.14.20 Hotfix, 1.14.2.51 Beta, 1.14.2.50 Beta, 1.14.0.50 Beta, 1.13.2, 1.13.1, 1.14.1 Hotfix, 1.14.0.3 Beta, 1.14.0.2 Beta, 1.13.0.15 Beta, 1.13.0.9 Beta, 1.13.0.6 Beta, 1.13.0.5 Beta, 1.13.0.4 Beta, 1.13.0.2 Beta, 1.13.0, 1.14.0, 1.14.30 Hotfix, 1.14.60 Hotfix, 1.16.0, 1.16.1, 1.16.10, 1.16.20, 1.16.40 Hotfix, 1.16.100.59 Beta, 1.16.100, 1.16.200, 1.16.221 Hotfix, 1.17.0, 1.17.2 Hotfix, 1.17.30, 1.17.32, 1.18.0
-
Confirmed
-
Multiple
-
289749
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 }
- relates to
-
MC-148466 Foxes have 20 health points
- Resolved