This commit is contained in:
LittleChest
2022-08-26 09:10:53 +08:00
committed by Github
commit fcf5bfabad
82 changed files with 3659 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Configuration file
~CONFIG_VERSION: 0.1.0
##########################################################################################################
# advanced
#--------------------------------------------------------------------------------------------------------#
# 用于更改 JEI 功能的高级配置。
##########################################################################################################
advanced {
# 黑名单中物品将不会显示于 JEI 物品列表。添加格式:modId[:name[:meta]]。使用编辑模式可自动添加或删除这里的条目。 [默认: []]
S:itemBlacklist <
>
}
+79
View File
@@ -0,0 +1,79 @@
# Configuration file
~CONFIG_VERSION: 0.4.0
##########################################################################################################
# advanced
#--------------------------------------------------------------------------------------------------------#
# 用于更改 JEI 功能的高级配置。
##########################################################################################################
advanced {
# 启用后,搜索框会被移动至底部居中的位置。 [default: false]
B:centerSearchBarEnabled=false
B:debugModeEnabled=false
# 选择 JEI 会直接将物品移入物品栏或是用鼠标将其捡起。
# [默认: mouse_pickup]
# [有效: [inventory, mouse_pickup]]
S:giveMode=MOUSE_PICKUP
# 输入物品列表的最大宽度。 [range: 4 ~ 100, default: 100]
I:maxColumns=100
# 合成表查询界面允许的最大高度。 [range: 175 ~ 5000, default: 350]
I:maxRecipeGuiHeight=350
# 定义 JEI 界面的信息提示中的 Mod 名称样式。留空以禁用。 [默认: blue italic] [有效: [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
#--------------------------------------------------------------------------------------------------------#
# 搜索框的相关选项。
##########################################################################################################
search {
# 当按物品颜色搜索时,要求使用 "^" 作为前缀
# [默认: disabled]
# [有效: [enabled, require_prefix, disabled]]
S:colorSearchMode=DISABLED
# 当按创造标签页名搜索时,要求使用 "%" 作为前缀
# [默认: disabled]
# [有效: [enabled, require_prefix, disabled]]
S:creativeTabSearchMode=DISABLED
# 当按模组名称搜索时,要求使用 "@" 作为前缀
# [默认: require_prefix]
# [有效: [enabled, require_prefix, disabled]]
S:modNameSearchMode=REQUIRE_PREFIX
# 当按矿物词典搜索时,要求使用 "$" 作为前缀
# [默认: disabled]
# [有效: [enabled, require_prefix, disabled]]
S:oreDictSearchMode=DISABLED
# 当按资源 ID 搜索时,要求使用 "&" 作为前缀
# [默认: disabled]
# [有效: [enabled, require_prefix, disabled]]
S:resourceIdSearchMode=DISABLED
# 当按提示搜索时,要求使用 "#" 作为前缀
# [默认: enabled]
# [有效: [enabled, require_prefix, disabled]]
S:tooltipSearchMode=ENABLED
}
searchadvancedtooltips {
# config.jei.searchAdvancedTooltips.search.comment [default: false]
B:search=false
}
+53
View File
@@ -0,0 +1,53 @@
# Configuration file
~CONFIG_VERSION: 0.1.0
##########################################################################################################
# searchcolors
#--------------------------------------------------------------------------------------------------------#
# config.jei.searchColors.comment
##########################################################################################################
searchcolors {
# config.jei.searchColors.searchColors.comment [默认: [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
>
}
+25
View File
@@ -0,0 +1,25 @@
# Configuration file
~CONFIG_VERSION: 0.1.0
world1544803905 {
S:filterText=
}
world805325770 {
# 在打开的 GUI 一侧显示书签列表。
B:bookmarkOverlayEnabled=true
# 给予物品而非显示其配方。
B:cheatItemsEnabled=false
# 在列表中点击物品以隐藏或取消隐藏。
B:editEnabled=false
S:filterText=
# 在打开的 GUI 一侧显示物品列表。
B:overlayEnabled=true
}