40 lines
810 B
INI
40 lines
810 B
INI
# Configuration file
|
|
|
|
~CONFIG_VERSION: 1
|
|
|
|
bloodmagic {
|
|
# Is holding a divination sigil required to see certain information.
|
|
B:requireSigil=true
|
|
|
|
# Shows the player that they're looking at a mimick block when holding a seer sigil.
|
|
B:seeMimickWithSigil=true
|
|
}
|
|
|
|
|
|
helmets {
|
|
# All non-blacklisted helmets can be combined with a probe.
|
|
# !!! When this is false you can't uncraft previously probified helmets !!!
|
|
B:allHelmetsProbable=true
|
|
|
|
# Registry names of helmets that shouldn't be combinable with a probe
|
|
S:helmetBlacklist <
|
|
>
|
|
}
|
|
|
|
|
|
storagedrawers {
|
|
# Replace Storage Drawers default extended info.
|
|
B:replaceDrawers=true
|
|
}
|
|
|
|
|
|
vanilla {
|
|
# Show animal grow up timer.
|
|
B:growupTimer=true
|
|
|
|
# Show animal breeding cooldown.
|
|
B:showBreedingCooldown=true
|
|
}
|
|
|
|
|