Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Update numbers to represent actual damage numers rather than halved numbers #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    4f0b2b8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Use actual damage numbers rather than halved numbers

    Previously, the numbers represented a heart. So 1 heart = 1 damage. However, Minecraft's health actually works as 1 health = 1 half heart.
    
    This change makes it so that every damage number is accurate to Miencraft's health system. So, 1 damage = 1 half heart.
    SSyl committed May 7, 2020
    Configuration menu
    Copy the full SHA
    0a37105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a7a30 View commit details
    Browse the repository at this point in the history
  3. Add decimal formatting to name

    SSyl committed May 7, 2020
    Configuration menu
    Copy the full SHA
    c21a0e0 View commit details
    Browse the repository at this point in the history