本篇教程由作者设定使用 CC BY-NC 协议。
CFG配置文件目录: ".minecraft\config\jei\jei.cfg"
这样的字是我的注释
# Configuration file
~CONFIG_VERSION: 0.4.0
##########################################################################################################
# advanced
#--------------------------------------------------------------------------------------------------------#
# 用于更改 JEI 功能的高级配置。
##########################################################################################################
advanced {
# 启用后,搜索框会被移动至底部居中的位置。 [default: false]
B:centerSearchBarEnabled=true 启用中心搜索(就是搜索框居中)
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
就是一个物品的归属:
--------------------------------------
| 金苹果 |
| Minecraft |
--------------------------------------(打横线的部分)
}
##########################################################################################################
# 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配置 . JEI . 搜索高级工具提示 . 搜索 . 评论(我也不知道啥东东) [default: false]默认:关闭
B:search=false
}
其实JEI右下角的扳手可以更改这些设置。
Ctrl+扳手=开启(关闭)作弊模式