equipment name bug
NeoStarWonV opened this issue · 1 comments
To effectively preserve the underlying item name, the apoth affix name additions are injected unusually. This mod is making a copy of the name with the additions, which then means the apoth name is re-appended to the NBT-encoded name.
In general, copying the item's current name and encoding it as NBT with some kind of addition is prone to all manner of faults (especially for dynamic items), the other mod should find a less fragile approach.