
Player health Indicator mod mcpe is a platform search, not just a version search. The original PlayerHealthIndicators project is a Minecraft Java Edition client mod built for Fabric. MCPE/Bedrock uses a different add-on architecture and cannot install the same Java mod package.
Java Fabric and MCPE use different extension systems
A Fabric mod is compiled Java code loaded through Fabric Loader. Bedrock/MCPE add-ons use resource packs, behavior packs, scripting, and package formats designed for Bedrock. The folders, APIs, runtime, and compatibility rules are different.
The original project metadata is Java-specific
The current master metadata targets Minecraft 1.21, Java 21 or newer, Fabric Loader, and Fabric API. Those requirements immediately identify a Java Edition workflow and do not describe a mobile Bedrock installation path.
Similar visuals do not mean the same mod
Bedrock add-ons can also display health numbers, bars, or hearts above players and mobs. A screenshot may look similar while the underlying package is unrelated. Verify platform and package type before downloading.
What MCPE users should look for
Use an add-on that explicitly says it supports your Bedrock/MCPE version and package format. Do not rename a JAR or source ZIP to .mcpack or .mcaddon; that does not convert Java code into a Bedrock add-on.
Next steps
Use the homepage for the complete feature, release, FAQ, and download overview. For a clean installation workflow, read the installation and troubleshooting guide.