v1.1.1
* Added Config GUI for item_ignore
    + Main Menu > Mods > Health Heart > Config
    + Has minor sanitization implementations
        - Attempts to remove excess white space and correct for capitalization issues
        - Still somewhat reliant on player input
* Added item_ignore : ignoreList to configuration file
    + Display Names for the item can be placed in a comma separated list to prevent the player from picking up those items
* Added default action *iff* consume_effect:enabled=false
    + Health Heart
        - Heal Player to full health
        - Set absorption amount at (modifier * 3)
        - Add Regeneration III for 120 seconds     
    + Damage Buff
        - Heal Player to full health
        - Set absorption amount at (modifier * 12)
        - Add Strength III for 120 seconds
        
v1.1.0
* Added configuration file
    + consume_effect
        - enabled
    + damage
        - damageLimit
        - damageModifier
        - damageRetrofit
    + hearts
        - heartLimit
        - heartModifier
        - heartRetrofit

v1.0.2
* Bread Slice cooked into Bread Slice : changed to Toast
* Debugging recipes were in place for several recipes : changed to release formulas