Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/12/24 in all areas

  1. If you call setHealth() after you changed the attribute it should update immediately, something like this: player.setHealth(Math.min(player.getMaxHealth(), player.getHealth()));
    1 point
  2. yes it does thank you, its weird it worked for a few days after i installed the mod just fine
    1 point
  3. You can get the current power of a bow with: BowItem.getPowerForTime(player.getUseItem().getUseDuration() - player.getUseItemRemainingTicks())
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.