config files
This commit is contained in:
@@ -16,3 +16,7 @@ Storage Drawers
|
||||
Tool Belt
|
||||
Torchmaster
|
||||
XTones Reworked
|
||||
Crafting Station
|
||||
Sophisticated Backpacks
|
||||
Sophisticated Core
|
||||
Travel Anchors
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user