31 lines
576 B
INI
31 lines
576 B
INI
|
# Configuration file
|
||
|
|
||
|
~CONFIG_VERSION: 1
|
||
|
|
||
|
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
|
||
|
}
|
||
|
|
||
|
|