promotional bannermobile promotional banner

Blacksmith Tweaks (Buff Tools)

Improving basic tools like never before.

File Details

blacksmithTweaks_1.7.10-1.3

  • R
  • Jan 20, 2025
  • 38.68 KB
  • 26
  • 1.7.10
  • Forge

File Name

blacksmithTweaks_1.7.10-1.3.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:blacksmith-tweaks-1037730:6108236")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

https://github.com/Gamingb3ast/blacksmithTweaks/compare/1.2.1...1.3


Created 5 new application methods (most of which function very similarly using very different methods)

  1. Classic. Buffs are applied when crafting the item, holding shift will prevent buffs from being applied but will give you negative status effects unless you are above level 30 (Inventory refresh required to see buffs applied to an item)

  2. Crafting Reworked. Buffs are always applied when crafting the item, shifting will do nothing

  3. Container. An alternative system, it runs through every item in the currently opened/updated container and applies buffs to the valid items. Also skips items that were debuffed in the reforging anvil

  4. Tooltip Container. Alternative to Container, a hybrid between container update and item hover events, will apply to any valid item even if it was in a chest. The only exception being if you de-buffed the item using the reforging anvil (Is a bit more optimized via single slot checking)

  5. Buffs are only applied via reforging anvil (This will be more relevant in a future update)


Added lang support for Reforge anvil GUI

Created packets system in order to fix bug with holding shift in a multiplayer server