zhuowei / MCPELauncher

Source code for BlockLauncher, a launcher that patches Minecraft for Android
Apache License 2.0
683 stars 189 forks source link

Player HP don't display. #375

Open Yroki12 opened 8 years ago

Yroki12 commented 8 years ago

function newLevel(){ Entity.setMaxHealth(getPlayerEnt(),1); } When I applied it and went in the world, HP GUI didn't display. BlockLauncher Version : 1.11.1

Khristian-kun commented 8 years ago

beucause min as to be 2 (one heart) not 1 (medium heart)

Yroki12 commented 8 years ago

I know but I want to display 1hp (medium heart)

Khristian-kun commented 8 years ago

you cant tho