▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/StatTweaks
StatTweaks

StatTweaks

A mod that dynamically modifies vanilla item attributes. Fully compatible with other mods, it lets you easily adjust damage, speed, durability, armor, and more, making it ideal for custom modpacks and advanced balance tuning.

Оцените первым
407
4

StatTweaks

Balance your game. Your rules.

StatTweaks is a powerful and flexible mod that lets you fully customize items and entities using a simple JSON config file.

Whether you're building a modpack or fine-tuning gameplay, StatTweaks gives you complete control over attributes, mechanics, and behavior — all without writing a single line of code.


✨ What You Can Do

🔹 Rebalance any item Modify stats like damage, speed, armor, durability, stack size, and more.

🔹 Modify entities Adjust base stats like health, attack damage, and movement speed.

🔹 Use modern Data Components Directly control internal item behavior using Minecraft’s component system.

🔹 Conditional modifiers Create dynamic bonuses depending on conditions (e.g. dimension).


🧩 Supported Attributes (Items & Entities)

StatTweaks supports ANY attribute registered in the game (vanilla or modded).

Below are common examples (not limited to):

Attribute IDEffect in-game
minecraft:generic.attack_damageIncreases the damage dealt to entities when attacking.
minecraft:generic.attack_speedControls how fast the player can attack (higher = faster hits).
minecraft:generic.max_healthChanges total health (mainly used for entities).
minecraft:generic.movement_speedAffects walking/running speed.
minecraft:generic.armorReduces incoming damage when worn.
minecraft:generic.armor_toughnessReduces effectiveness of high-damage attacks.
minecraft:generic.knockback_resistanceReduces how far entities are pushed when hit.
minecraft:generic.attack_knockbackIncreases knockback dealt to enemies.

⭐ Special StatTweaks Attributes

AttributeEffect
stattweaks:durabilitySets item durability (number of uses before breaking).
stattweaks:efficiencyModifies tool mining speed and behavior.

🧪 Data Components (Advanced Customization)

StatTweaks supports ANY registered Data Component, including modded ones.

Below are common examples:

Component IDEffect in-game
minecraft:max_stack_sizeChanges how many items can stack in one slot.
minecraft:max_damageDefines durability for damageable items.
minecraft:rarityChanges item name color (common, rare, epic, etc.).
minecraft:foodTurns item into food with hunger/saturation effects.
minecraft:enchantmentsApplies enchantments directly to the item.
minecraft:stored_enchantmentsUsed for enchanted books.
minecraft:unbreakablePrevents item from losing durability.
minecraft:toolDefines tool mining rules and effectiveness.
minecraft:weaponDefines weapon behavior internally.
minecraft:damageTracks current durability damage.
minecraft:use_cooldownAdds delay between uses.
minecraft:use_remainderDefines item left after use.
minecraft:tooltip_styleControls tooltip appearance.
minecraft:tooltip_displayControls how stats are shown in tooltips.

⚠️ StatTweaks does not limit components — any valid component can be used as long as the JSON matches its codec.


🧬 Entity Customization

Modify entity base attributes:

  • Health (max_health)
  • Damage (attack_damage)
  • Speed (movement_speed)

✔ Works with vanilla and modded entities ⚠️ Does not modify AI or behaviors


⚙️ Simple Configuration

All changes are made in:

config/CPT_StatTweaks_Config.json

Structure:

{
  "tooltip_mode": "relative",
  "items": { ... },
  "entities": { ... }
}

Tooltip Modes

  • "relative" → shows modifiers (e.g. +5 Damage)
  • "base" → shows final values

🎯 Perfect For

✔ Modpack creators ✔ Game balance adjustments ✔ Progression tuning ✔ Cross-mod compatibility fixes ✔ Custom gameplay experiences


⚠️ Good to Know

  • Some changes (like durability or stack size) may require a game restart
  • In certain versions, you may need to leave and re-enter the world (or fully restart the game) for changes to apply correctly
  • Use full IDs like minecraft:generic.attack_damage
  • Invalid component formats may not apply correctly
  • For more details, examples, and updates, check the project’s GitHub repository

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Зависимости

Ссылки

Детали

Лицензия:
Опубликован:6 месяцев назад
Обновлён:2 недели назад
Главная