Initial commit
This commit is contained in:
17
overrides/config/jei/itemBlacklist.cfg
Normal file
17
overrides/config/jei/itemBlacklist.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
# Configuration file
|
||||
|
||||
~CONFIG_VERSION: 0.1.0
|
||||
|
||||
##########################################################################################################
|
||||
# advanced
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Advanced config options to change the way JEI functions.
|
||||
##########################################################################################################
|
||||
|
||||
advanced {
|
||||
# List of ingredients that should not be displayed in the list. Format: modId[:name[:meta]]. Hide Ingredients Mode will automatically add or remove entries here. [Default: []]
|
||||
S:itemBlacklist <
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
79
overrides/config/jei/jei.cfg
Normal file
79
overrides/config/jei/jei.cfg
Normal file
@@ -0,0 +1,79 @@
|
||||
# Configuration file
|
||||
|
||||
~CONFIG_VERSION: 0.4.0
|
||||
|
||||
##########################################################################################################
|
||||
# advanced
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Advanced config options to change the way JEI functions.
|
||||
##########################################################################################################
|
||||
|
||||
advanced {
|
||||
# Move the JEI search bar to the bottom center of the screen. [default: false]
|
||||
B:centerSearchBarEnabled=false
|
||||
B:debugModeEnabled=false
|
||||
|
||||
# Choose if JEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup).
|
||||
# [Default: mouse_pickup]
|
||||
# [Valid: [inventory, mouse_pickup]]
|
||||
S:giveMode=MOUSE_PICKUP
|
||||
|
||||
# The maximum width of the ingredient list. [range: 4 ~ 100, default: 100]
|
||||
I:maxColumns=100
|
||||
|
||||
# The maximum height of the recipe GUI. [range: 175 ~ 5000, default: 350]
|
||||
I:maxRecipeGuiHeight=350
|
||||
|
||||
# How the mod name should be formatted in the tooltip for JEI GUIs. Leave blank to disable. [Default: blue italic] [Valid: [black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white, obfuscated, bold, strikethrough, underline, italic]]
|
||||
S:modNameFormat=blue italic
|
||||
|
||||
# Enable JEI memory usage optimizations. [default: true]
|
||||
B:optimizeMemoryUsage=true
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# search
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Options relating to the search bar.
|
||||
##########################################################################################################
|
||||
|
||||
search {
|
||||
# Search mode for Colors (prefix: ^)
|
||||
# [Default: disabled]
|
||||
# [Valid: [enabled, require_prefix, disabled]]
|
||||
S:colorSearchMode=DISABLED
|
||||
|
||||
# Search mode for Creative Tab Names (prefix: %)
|
||||
# [Default: disabled]
|
||||
# [Valid: [enabled, require_prefix, disabled]]
|
||||
S:creativeTabSearchMode=DISABLED
|
||||
|
||||
# Search mode for Mod Names (prefix: @)
|
||||
# [Default: require_prefix]
|
||||
# [Valid: [enabled, require_prefix, disabled]]
|
||||
S:modNameSearchMode=REQUIRE_PREFIX
|
||||
|
||||
# Search mode for Ore Dictionary Names (prefix: $)
|
||||
# [Default: disabled]
|
||||
# [Valid: [enabled, require_prefix, disabled]]
|
||||
S:oreDictSearchMode=DISABLED
|
||||
|
||||
# Search mode for resources ids (prefix: &)
|
||||
# [Default: disabled]
|
||||
# [Valid: [enabled, require_prefix, disabled]]
|
||||
S:resourceIdSearchMode=DISABLED
|
||||
|
||||
# Search mode for Tooltips (prefix: #)
|
||||
# [Default: enabled]
|
||||
# [Valid: [enabled, require_prefix, disabled]]
|
||||
S:tooltipSearchMode=ENABLED
|
||||
}
|
||||
|
||||
|
||||
searchadvancedtooltips {
|
||||
# config.jei.searchAdvancedTooltips.search.comment [default: false]
|
||||
B:search=false
|
||||
}
|
||||
|
||||
|
||||
53
overrides/config/jei/searchColors.cfg
Normal file
53
overrides/config/jei/searchColors.cfg
Normal file
@@ -0,0 +1,53 @@
|
||||
# Configuration file
|
||||
|
||||
~CONFIG_VERSION: 0.1.0
|
||||
|
||||
##########################################################################################################
|
||||
# searchcolors
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# config.jei.searchColors.comment
|
||||
##########################################################################################################
|
||||
|
||||
searchcolors {
|
||||
# config.jei.searchColors.searchColors.comment [Default: [White:EEEEEE, LightBlue:7492cc, Cyan:00EEEE, Blue:2222dd, LapisBlue:25418b, Teal:008080, Yellow:cacb58, GoldenYellow:EED700, Orange:d97634, Pink:D1899D, HotPink:FC0FC0, Magenta:b24bbb, Purple:813eb9, JadedPurple:43324f, EvilPurple:2e1649, Lavender:B57EDC, Indigo:480082, Sand:dbd3a0, Tan:bb9b63, LightBrown:A0522D, Brown:634b33, DarkBrown:3a2d13, LimeGreen:43b239, SlimeGreen:83cb73, Green:008000, DarkGreen:224d22, GrassGreen:548049, Red:963430, BrickRed:b0604b, NetherBrick:2a1516, Redstone:ce3e36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0]]
|
||||
S:searchColors <
|
||||
White:EEEEEE
|
||||
LightBlue:7492cc
|
||||
Cyan:00EEEE
|
||||
Blue:2222dd
|
||||
LapisBlue:25418b
|
||||
Teal:008080
|
||||
Yellow:cacb58
|
||||
GoldenYellow:EED700
|
||||
Orange:d97634
|
||||
Pink:D1899D
|
||||
HotPink:FC0FC0
|
||||
Magenta:b24bbb
|
||||
Purple:813eb9
|
||||
JadedPurple:43324f
|
||||
EvilPurple:2e1649
|
||||
Lavender:B57EDC
|
||||
Indigo:480082
|
||||
Sand:dbd3a0
|
||||
Tan:bb9b63
|
||||
LightBrown:A0522D
|
||||
Brown:634b33
|
||||
DarkBrown:3a2d13
|
||||
LimeGreen:43b239
|
||||
SlimeGreen:83cb73
|
||||
Green:008000
|
||||
DarkGreen:224d22
|
||||
GrassGreen:548049
|
||||
Red:963430
|
||||
BrickRed:b0604b
|
||||
NetherBrick:2a1516
|
||||
Redstone:ce3e36
|
||||
Black:181515
|
||||
CharcoalGray:464646
|
||||
IronGray:646464
|
||||
Gray:808080
|
||||
Silver:C0C0C0
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
43
overrides/config/jei/worldSettings.cfg
Normal file
43
overrides/config/jei/worldSettings.cfg
Normal file
@@ -0,0 +1,43 @@
|
||||
# Configuration file
|
||||
|
||||
~CONFIG_VERSION: 0.1.0
|
||||
|
||||
world-78688046 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
B:editEnabled=false
|
||||
S:filterText=@eng
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world1138202703 {
|
||||
# Show the list of bookmarks next to open GUIs.
|
||||
B:bookmarkOverlayEnabled=true
|
||||
|
||||
# Give items instead of showing the recipe.
|
||||
B:cheatItemsEnabled=false
|
||||
|
||||
# Hide and unhide ingredients by clicking them in the list.
|
||||
B:editEnabled=false
|
||||
S:filterText=@immersivet
|
||||
|
||||
# Show the list of ingredients next to open GUIs.
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world1495800411 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
B:editEnabled=false
|
||||
S:filterText=gold
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world1544803905 {
|
||||
S:filterText=
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user