# Configuration file

##########################################################################################################
# additional tweaks
#--------------------------------------------------------------------------------------------------------#
# Additional Mob Drop Tweaks
##########################################################################################################

"additional tweaks" {
    # Setting this to true Boosts the odds of a Skull Drop by a LOT [default: false]
    B:"Drop More Skulls"=false

    # Setting this to true just drops MORE in general. [default: false]
    B:"Skeleton Skull"=false
}


##########################################################################################################
# mob specific
#--------------------------------------------------------------------------------------------------------#
# Mob Specific Drop Odds
##########################################################################################################

"mob specific" {
    # Out of 100 [range: 0 ~ 100, default: 50]
    I:"Skeleton Skull"=50

    # Out of 100 [range: 0 ~ 100, default: 25]
    I:"Wither Skull"=25
}


##########################################################################################################
# regular odds
#--------------------------------------------------------------------------------------------------------#
# Regular Drop Odds
##########################################################################################################

"regular odds" {
    # Out of 100 [range: 0 ~ 100, default: 75]
    I:"Normal Odds"=75

    # Out of 100 [range: 0 ~ 100, default: 30]
    I:"Rare Odds"=30
}


