61 lines
2.3 KiB
INI
61 lines
2.3 KiB
INI
# Configuration file
|
|
|
|
~CONFIG_VERSION: 1.0.0
|
|
|
|
##########################################################################################################
|
|
# handler settings
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Enable or disable some of the recipe handlers this mod adds.
|
|
##########################################################################################################
|
|
|
|
"handler settings" {
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# miscellaneous settings
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# It's Miscellaneous... How do you expect me to know what's in here?
|
|
##########################################################################################################
|
|
|
|
"miscellaneous settings" {
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# tooltip settings
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# No tooltip defined. How ironic.
|
|
##########################################################################################################
|
|
|
|
"tooltip settings" {
|
|
# Configure the state of the burn time tooltip. [default: disabled]
|
|
S:burnTimeTooltipMode=disabled
|
|
|
|
# config.jeiintegration.tooltips.durabilityTooltipMode.comment [default: disabled]
|
|
S:durabilityTooltipMode=disabled
|
|
|
|
# Configure the state of the fluid registry information tooltip. [default: disabled]
|
|
S:fluidRegInfoTooltipMode=disabled
|
|
|
|
# Configure the state of the max stack size tooltip. [default: disabled]
|
|
S:maxStackSizeTooltipMode=disabled
|
|
|
|
# Configure the state of the metadata tooltip [default: disabled]
|
|
S:metadataTooltipMode=disabled
|
|
|
|
# config.jeiintegration.tooltips.nbtTooltipMode.comment [default: disabled]
|
|
S:nbtTooltipMode=disabled
|
|
|
|
# Configure the state of the ore dictionary entries tooltip. [default: disabled]
|
|
S:oreDictEntriesTooltipMode=disabled
|
|
|
|
# Configure the state of the registry name tooltip. [default: disabled]
|
|
S:registryNameTooltipMode=disabled
|
|
|
|
# Configure the state of the unlocalized name tooltip. [default: disabled]
|
|
S:unlocalizedNameTooltipMode=disabled
|
|
}
|
|
|
|
|