This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
# 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
}