Unofficial site, not affiliated with modrinth.com.What is this?
Моды/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.

174
3

StatTweaks

Power over your inventory. Dynamically modify item attributes for Vanilla and Modded content.

StatTweaks is a mod focused on dynamically modifying item attributes via a simple configuration file.
Fully compatible with content from other mods, it allows you to easily adjust parameters such as damage, speed, durability, stack size, and reach.

Ideal for modpack creators looking for advanced balance tuning without writing code.


Modifiable Attributes

Below is the list of keys you can use in the config file, along with reference values to help you balance your items.

Config KeyDescriptionReference / Typical Range
damageThe attack damage dealt to an entity.Vanilla Hand: 1.0
Diamond Sword: 7.0
speedAttack speed (attacks per second).Slow (Axe): ~0.8 - 1.0
Fast (Sword): 1.6
Instant: 4.0+
reachInteraction distance for blocks/entities.Default: ~4.5 - 5.0
knockbackForce used to push enemies away.Default: 0.0
Strong: 1.0 - 3.0
armorDefense points (1 point = half shield).Iron Chest: 6.0
Diamond Chest: 8.0
toughnessArmor Toughness (high-damage resistance).Diamond: 2.0
Netherite: 3.0
knockback_resistanceProbability to resist being pushed back.Range: 0.0 (0%) to 1.0 (100%)
Netherite: 0.1
movement_speedSpeed modifier when wearing the item.Warning: Sensitive value!
Default Player Speed: ~0.1
durabilityMax uses before breaking.Iron: 250
Diamond: 1561
efficiencyMining speed for tools.Iron: 6.0
Gold: 12.0
stack_sizeMax items per slot.Min: 1
Max: 64

IMPORTANT:
Some attribute changes may apply instantly, but modifying core properties like
stack_size, durability, or efficiency usually requires a full game restart.


Future Updates

  • More Attributes: Additional attributes and mechanics will be supported in future versions.
  • Stay tuned for more customization options.

Configuration

The configuration file is located at:

config/CPT_StatTweaks_Config.json

Use the item's Registry Name (example: minecraft:diamond_sword) and define the attributes you want to modify.

Example Configuration

{
  "minecraft:diamond_sword": {
    "damage": 10.0,
    "reach": 5.0,
    "movement_speed": 0.6
  },
  "minecraft:ender_pearl": {
    "stack_size": 64
  },
  "minecraft:iron_pickaxe": {
    "efficiency": 12.0,
    "durability": 1000
  },
  "alexsmobs:moose_chestplate": {
    "armor": 8.0,
    "knockback_resistance": 0.5
  }
}

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

Minecraft: Java Edition

1.21.x

Платформы

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

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

Детали

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