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

Item Value Mod

This mod adds values to items, which are configurable

Загрузки
158
Подписчики
2
Обновлён
15 февраля 2026 г.
Лицензия
MIT

Опубликован 12 февраля 2026 г.

Find fabric 1.21.1 create at: https://github.com/tia9os/Create/tree/mc1.21.1/fabric/dev (Releases)

Item Value Mod

Item Value Mod adds a configurable value system to Minecraft items, with live tooltip display and command-based breakdowns.

Create mod value example

Features

  • Adds a Value: <amount> line to item tooltips.
  • Calculates both single-item value and total stack value.
  • Uses configurable rarity multipliers (COMMON, UNCOMMON, RARE, EPIC).
  • Applies crafting-aware rules:
    • Craftable vs non-craftable multipliers
    • Ingredient-count bonus (with cap)
    • Optional recipe-based base value derivation
  • Ships with a large set of default values for notable vanilla items.
  • Auto-creates and auto-updates config defaults.

Commands

  • /itemvalue or /itemvalue hand
    • Shows held item value and a detailed calculation breakdown.
  • /itemvalue reload
    • Reloads config and rebuilds recipe cache.
    • Requires permission level 2 (operator).

Formula

singleValue = (baseValue + ingredientBonus) * rarityMultiplier * craftingMultiplier

totalValue = singleValue * stackCount

Configuration

Config file path:

config/item_value_mod.json

You can configure:

  • defaultBaseValue
  • itemBaseValues (per-item overrides)
  • rarityMultipliers
  • crafting rules:
    • craftableMultiplier
    • nonCraftableMultiplier
    • enableIngredientBonus
    • ingredientBonus
    • ingredientBonusCap
    • deriveBaseValueFromRecipes
    • recipeValueMultiplier
    • derivationPasses

Compatibility

  • Minecraft 1.21.1
  • Fabric Loader >= 0.18.4
  • Fabric API required
  • Java 21+

Ченджлог

1.0.1Бета1.21.1 · 15 февраля 2026 г.

Bunch of fixes.

1.0.0Альфа1.21.1 · 12 февраля 2026 г.

Initial upload

Комментарии

Загружаем…