[![Mod loader: Quilt]][quilt]
更好、更多的物品提示框!
Inspecio 会为潜影盒、已探索地图、鱼桶、盔甲、食物、旗帜图案等物品添加新的提示框。
其中一些只是把原版“文字”提示框替换成更漂亮的样式,另一些则会为玩家提供额外信息!
模组的大部分内容都可配置,你可以随心所欲地启用/禁用某些部分!




普通:

染色:

紧凑:














该模组的配置文件位于 /config/inspecio.json。
你可以使用命令 /inspecio config 来管理配置。
以下是默认配置:
{
"jukebox": "fancy",
"sign": "fancy",
"advanced_tooltips": {
"repair_cost": true,
"lodestone_coords": false
},
"filled_map": {
"enabled": true,
"show_player_icon": false
},
"food": {
"hunger": true,
"saturation": "merged"
},
"containers": {
"campfire": true,
"storage": {
"enabled": true,
"compact": false,
"loot_table": true
},
"shulker_box": {
"enabled": true,
"compact": false,
"loot_table": true,
"color": true
},
"chiseled_bookshelf": {
"enabled": true,
"compact": false,
"loot_table": true,
"block_render": true
}
},
"effects": {
"food": true,
"hidden_motion": true,
"hidden_effect_mode": "enchantment",
"beacon": true,
"potions": true,
"tipped_arrows": true,
"spectral_arrow": true
},
"entities": {
"fish_bucket": {
"enabled": true,
"always_show_name": false,
"spin": true
},
"spawn_egg": {
"enabled": true,
"always_show_name": false,
"spin": true
},
"pufferfish_puff_state": 2,
"armor_stand": {
"enabled": true,
"always_show_name": false,
"spin": true
},
"bee": {
"enabled": true,
"always_show_name": false,
"spin": true,
"show_honey_level": true
},
"mob_spawner": {
"enabled": true,
"always_show_name": false,
"spin": true
}
},
"armor": true,
"banner_pattern": true,
"painting": true
}
以下是各个配置项及其作用的列表:
armor (bool) - 如果启用在盔甲物品上显示护甲条,则为 true,否则为 false。banner_pattern (bool) - 如果启用在旗帜图案的提示框中显示图案,则为 true,否则为 false。painting (bool) - 如果应在具有已知变种的画物品提示框中预览该画,则为 true,否则为 false。advanced_tooltipsrepair_cost (bool) - 如果启用显示修复花费数值,则为 true,否则为 false。lodestone_coords (bool) - 如果启用在磁石指针上显示磁石坐标,则为 true,否则为 false。containerscampfire (bool) - 如果启用为带有自定义 NBT 的营火显示特殊提示框,则为 true,否则为 false。storageenabled (bool) - 如果应在提示框中显示箱子、木桶等存储类物品的物品栏内容,则为 true,否则为 false。compact (bool) - 如果应尽可能压缩物品栏以占用最少空间,则为 true,否则为 false。loot_table (bool) - 如果在指定时应在提示框中显示战利品表标识符,则为 true,否则为 false。shulker_boxenabled (bool) - 如果应在提示框中显示潜影盒的物品栏内容,则为 true,否则为 false。compact (bool) - 如果应尽可能压缩物品栏以占用最少空间,则为 true,否则为 false。loot_table (bool) - 如果在指定时应在提示框中显示战利品表标识符,则为 true,否则为 false。color (bool) - 如果物品栏提示框应与潜影盒具有相同颜色,则为 true,否则为 false。chiseled_bookshelfenabled (bool) - 如果应在提示框中显示雕纹书架的物品栏内容,则为 true,否则为 false。compact (bool) - 如果应尽可能压缩物品栏以占用最少空间,则为 true,否则为 false。loot_table (bool) - 如果在指定时应在提示框中显示战利品表标识符,则为 true,否则为 false。block_render (bool) - 如果雕纹书架的提示框应显示方块形式而不是标准物品栏,则为 true,否则为 false。effectspotions (bool) - 如果启用将药水物品的效果提示框替换为更美观的样式,则为 true,否则为 false。tipped_arrows (bool) - 如果启用将药箭的效果提示框替换为更美观的样式,则为 true,否则为 false。spectral_arrow (bool) - 如果启用将光灵箭物品的效果提示框替换为更美观的样式,则为 true,否则为 false。food (bool) - 如果启用为食物物品添加效果提示框,则为 true,否则为 false。hidden_motion (bool) - 如果启用对隐藏效果提示框使用混淆文本,则为 true,否则为 false。hiddeneffectmode (string) - "enchantment" 会使用附魔字体显示隐藏效果提示框的混淆文本,"obfuscated" 会使用普通字体。beacon (bool) - 如果启用添加一个显示主效果和副效果(如果存在)的提示框,则为 true,否则为 false。entitiesarmor_standenabled (bool) - 如果应显示盔甲架提示框,则为 true,否则为 false。alwaysshowname (bool) - 如果应始终显示盔甲架的名称,则为 true,否则为 false,并改为使用 CTRL 键显示。spin (bool) - 如果盔甲架会在提示框中旋转,则为 true,否则为 false
beeenabled (bool) - 如果启用在蜂巢提示框中显示蜜蜂,则为 true,否则为 false。alwaysshowname (bool) - 如果应始终显示蜜蜂的名称,则为 true,否则为 false,并改为使用 CTRL 键显示。spin (bool) - 如果蜜蜂会在提示框中旋转,则为 true,否则为 false。showhoneylevel (bool) true 表示应显示蜂蜜等级,否则为 false。fish_bucketenabled (bool) - 如果鱼桶提示框应显示其所装载的实体,则为 true,否则为 false。spin (bool) - 如果实体会在提示框中旋转,则为 true,否则为 false。mob_spawnerenabled (bool) - 如果刷怪笼提示框应显示其所装载的实体,则为 true,否则为 false。alwaysshowname (bool) - 如果应始终显示所装载实体的名称,则为 true,否则为 false。spin (bool) - 如果实体会在提示框中旋转,则为 true,否则为 false。spawn_eggenabled (bool) - 如果刷怪蛋提示框应显示其所装载的实体,则为 true,否则为 false。alwaysshowname (bool) - 如果应始终显示所装载实体的名称,则为 true,否则为 false。spin (bool) - 如果实体会在提示框中旋转,则为 true,否则为 false。pufferfishpuffstate (int) - 河豚的鼓气状态,取值范围为 0 到 2(含)。filled_mapenabled (bool) - 如果已探索地图提示框应显示地图,则为 true,否则为 false。showplayericon (bool) - 如果应在已探索地图提示框中显示玩家图标,则为 true,否则为 false。foodhunger (bool) - 如果应在食物物品上显示饥饿条,则为 true,否则为 false。saturation (string) - "disabled" 不执行任何操作,"merged" 会将饱和度条作为饥饿条的描边添加,"separated" 会添加独立的饱和度条。jukebox (string) - "disabled" 不执行任何操作,"fast" 会在可能时将插入的唱片名称添加到唱片机提示框中,"fancy" 还会同时显示唱片物品。sign (string) - "disabled" 不执行任何操作,"fast" 会在可能时将告示牌内容作为文字提示框添加,"fancy" 会在可能时添加一个美观的告示牌提示框。[quilt]: https://quiltmc.org
[Mod loader: Quilt]: https://img.shields.io/badge/modloader-Quilt-9115ff?style=flat-square
友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:163,448 | 历史访问人次:262,432
今日访问人数:310 | 今日访问人次:325
昨日访问人数:23,567 | 昨日访问人次:27,193
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6