- 客户端ModLoader以及版本
- Fabric 2.3.23
- 服务端核心版本
- 1.21.8
health = Cast.toDouble(Player.getHealth()).round(1)
maxhealth = Cast.toDouble(Player.getMaxHealth()).round(1)
两者都显示为40
实际最大血量和当前血量都是388
maxhealth = Cast.toDouble(Player.getMaxHealth()).round(1)
两者都显示为40
实际最大血量和当前血量都是388