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
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)
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)
Crafting Reworked. Buffs are always applied when crafting the item, shifting will do nothing
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
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)
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

