config files

This commit is contained in:
mina
2024-02-06 10:58:54 +00:00
parent 655f722a80
commit f75bbe8f2c
17 changed files with 934 additions and 717 deletions

View File

@@ -16,3 +16,7 @@ Storage Drawers
Tool Belt
Torchmaster
XTones Reworked
Crafting Station
Sophisticated Backpacks
Sophisticated Core
Travel Anchors

View File

@@ -9,6 +9,16 @@
# Default Value: false
LowMemorySlowSearchEnabled = false
# Description: Catch render errors from ingredients and attempt to recover from them instead of crashing.
# Valid Values: [true, false]
# Default Value: true
CatchRenderErrorsEnabled = true
# Description: Catch render errors from tooltips and attempt to recover from them instead of crashing.
# Valid Values: [true, false]
# Default Value: true
CatchTooltipErrorsEnabled = true
# Description: Enable cheating items into the hotbar by using the shift+number keys.
# Valid Values: [true, false]
# Default Value: false
@@ -22,7 +32,12 @@
# Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
# Valid Values: [true, false]
# Default Value: false
LookupFluidContents = false
lookupFluidContentsEnabled = false
# Description: When searching for item tags, also include tags for the default blocks contained in the items.
# Valid Values: [true, false]
# Default Value: true
lookupBlockTagsEnabled = true
# Description: How items should be handed to you
# Valid Values: [INVENTORY, MOUSE_PICKUP]

View File

@@ -9,4 +9,9 @@
# Default Value: false
DebugInputs = false
# Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
# Valid Values: [true, false]
# Default Value: false
CrashingTestItemsEnabled = false