Перейти к содержимому
Mineforgian

Item Converter

A key to convert the items to another one

7K загрузок2 подписчиковCC-BY-SA-4.0forge

Обновлён 19 февраля 2026 г. · опубликован 18 ноября 2024 г.

Item Converter

Convert items directly from your inventory/container/me system using recipe types.

Features

Inventory Conversion

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.

  • Left-click: Convert to inventory
  • Right-click: Drop converted item
  • Release key: Convert all and replace in slot
  • Shift + click: Convert entire stack
  • Number keys (1-9): Quick select and convert to numbered slot

Middle-Click Auto Conversion

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.

  • In creative mode, hold shift to use this feature (normal middle-click does pick block)
  • Prefers items in main inventory over hotbar
  • Toggle with /itemconverter middleclick

Special Tags

Configure special item tags that receive priority treatment:

  • Appear first in conversion results
  • Highlighted with colored border
  • Preferred source for middle-click conversions

Configuration

Client Config (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)

Common Config (config/item_converter.common.json)

{
  "recipeTypes": ["minecraft:stonecutting"]
}
Option Description
recipeTypes Recipe types to use for conversions

Commands

Command Description
/itemconverter middleclick Toggle middle-click conversion on/off

Compatibility

  • Applied Energistics 2: Works with ME terminals for converting items in ME storage

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.3.6Альфа1.19.1, 1.19.2, 1.19.3, 1.19.4forge19 февраля 2026 г..jar (1.9 МБ)
1.3.1Релиз1.20.1forge18 февраля 2026 г..jar (143 КБ)
1.3.0Релиз1.20.1forge18 февраля 2026 г..jar (143 КБ)
0.3.5Альфа1.19.1, 1.19.2, 1.19.3, 1.19.4forge9 февраля 2026 г..jar (1.9 МБ)
0.3.4Альфа1.19.1, 1.19.2, 1.19.3, 1.19.4forge9 февраля 2026 г..jar (1.9 МБ)
0.3.3Альфа1.19.1, 1.19.2, 1.19.3, 1.19.4forge9 февраля 2026 г..jar (1.9 МБ)
1.2.2Релиз1.20.1forge2 февраля 2026 г..jar (113 КБ)
1.2.1Релиз1.20.1forge2 февраля 2026 г..jar (113 КБ)
1.2.0Релиз1.20.1forge27 января 2026 г..jar (113 КБ)
1.1.2Релиз1.20.1forge17 января 2026 г..jar (113 КБ)
1.1.1Релиз1.20.1forge17 января 2026 г..jar (111 КБ)
1.1.0Релиз1.20.1forge16 января 2026 г..jar (111 КБ)
1.0.8Релиз1.20.1forge26 декабря 2025 г..jar (110 КБ)
1.0.4Релиз1.20.1forge23 декабря 2025 г..jar (91 КБ)
1.0.3Релиз1.20.1forge23 декабря 2025 г..jar (91 КБ)

Показаны последние 15 из 23 версий. Все версии — на Modrinth.

Ченджлог

0.3.6Альфа1.19.2, 1.19.3, 1.19.4 · 19 февраля 2026 г.
  • fix pick block dupe glitch
1.3.1Релиз1.20.1 · 18 февраля 2026 г.

1.3.1 (2026-02-18)

Documentation

1.3.0Релиз1.20.1 · 18 февраля 2026 г.

1.3.0 (2026-02-18)

Features

  • make ae2 optional (ffefe10), closes #14
  • config: add schema-generated popup conversion policies with field descriptions so release/click/number-key behavior is user-configurable /close #14 (1dcc7e8)

Bug Fixes

  • network: prevent middle-click pick-block from duplicating held stacks by copying swap stacks, validating output ratios, and guarding selected-slot merges (3463c95)
  • network: validate conversion packets against recipe-derived outputs and actual extracted counts to block forged-count dupes and enforce safe bulk limits (eb79169)
0.3.3Альфа1.19.2, 1.19.3, 1.19.4 · 9 февраля 2026 г.
  • fix middle click from inv not working
1.2.2Релиз1.20.1 · 2 февраля 2026 г.

1.2.2 (2026-02-02)

Bug Fixes

1.2.1Релиз1.20.1 · 2 февраля 2026 г.

1.2.1 (2026-02-02)

Bug Fixes

1.2.0Релиз1.20.1 · 27 января 2026 г.

1.2.0 (2026-01-27)

Features

  • migrate to new ci format using mods toml (73817dd)
1.1.2Релиз1.20.1 · 17 января 2026 г.

1.1.2 (2026-01-17)

Bug Fixes

  • Replaced Unimined with NeoForged moddev plugin, added Kotlin compilation support, and fixed processResources variable shadowing (4ae58a1)

Полная история изменений — на Modrinth.

Комментарии

Загружаем…