The-Fireplace-Minecraft-Mods / Fireplace-Lib

A library of common functionality used by my mods, in one place for easier maintenance and faster updates.
https://www.curseforge.com/minecraft/mc-mods/fireplace-lib
MIT License
3 stars 7 forks source link

Make Translators directly injectable using Named #13

Closed The-Fireplace closed 3 years ago

The-Fireplace commented 3 years ago

Currently translators must be injected by injecting Translator Manager then grabbing the translator from that. Set up a binding to use @Named and grab it directly.