作者:rebot | 分类:模组
Minecraft 版本: 1.19 1.19.1 1.19.2 1.19.3 1.19.4
平台: forge
标签: utility
Convert items directly from your inventory/container/me system using recipe types.
Hold the conversion key (default: Left Alt) while hovering over an item to open a conversion popup. The popup shows all available conversion targets based on configured recipe types.
Target a block in the world and middle-click to automatically search your inventory for items that can be converted to that block and perform the conversion.
/itemconverter middleclickConfigure special item tags that receive priority treatment:
config/item_converter.client.json){
"pressTicks": 0,
"highlightColor": -2130706433,
"showTooltips": true,
"allowScroll": true,
"middleClickConvert": true,
"specialTags": [],
"specialTagBorderColor": -2763307
}
| Option | Description |
|---|---|
pressTicks |
Ticks to hold key before popup opens (0 = instant) |
highlightColor |
Hover highlight color (ARGB hex) |
showTooltips |
Show item tooltips on hover |
allowScroll |
Allow scrolling to change hotbar slot while popup open |
middleClickConvert |
Enable middle-click block conversion |
specialTags |
List of tags for priority treatment (e.g. ["minecraft:logs"]) |
specialTagBorderColor |
Border color for special items (ARGB hex, default: gold) |
config/item_converter.common.json){
"recipeTypes": ["minecraft:stonecutting"]
}
| Option | Description |
|---|---|
recipeTypes |
Recipe types to use for conversions |
| Command | Description |
|---|---|
/itemconverter middleclick |
Toggle middle-click conversion on/off |
请登录后举报
暂无评论,抢个沙发吧~