Skip to content

Commit

Permalink
fix default cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
YukkuriC committed Sep 6, 2024
1 parent 1b7ec60 commit ddfea3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/survivalistessentials-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ HEAL_RATE = 0.14
#Range: 0.1 ~ 1.0
SLOW_DOWN_SPEED = 0.4
#Inverts blacklist to be whitelist. This allows for immersion mods/modpacks to only allow tools or armor for specific mods. Default: false
INVERT_LIST_TO_WHITELIST = false
INVERT_LIST_TO_WHITELIST = true
#List of mods that tools will become wet noodles. If inverted, acts as a whitelist. Default: [""]
mods = ["tconstruct"]
mods = ["tconstruct", "survivalistessentials"]
#List of individual tools that will always work. Format tooltype-modid:item Default: [""]
items = []
#Used to dump log info for Survivalist Essentials Modpack. Ignore.
Expand Down

0 comments on commit ddfea3f

Please sign in to comment.