Extreme Reactors

Extreme Reactors

48M Downloads

Translation keys are incorrect on 1.19 (with Forge's new Fluid API)

MaxNeedsSnacks opened this issue ยท 1 comments

commented

Starting in 41.0.28, Forge has changed the default display name of fluids to use the fluid_type.[namespace].[path] translatable component, rather than the previous fluid.[namespace].[path]

This means that ER fluids currently display incorrectly in recipe viewers such as REI which use that FluidType attribute directly, as seen in this screenshot:

image

I'm assuming this is just due to your localisation being a bit outdated here?

"fluid.bigreactors.water": "Water",
"fluid.bigreactors.steam": "Steam",
"fluid.bigreactors.yellorium": "Yellorium",
"fluid.bigreactors.cyanite": "Cyanite",
"fluid.bigreactors.blutonium": "Blutonium",
"fluid.bigreactors.magentite": "Magentite",
"fluid.bigreactors.verderium": "Verderium",
"fluid.bigreactors.rossinite": "Rossinite",
"fluid.bigreactors.cryomisi": "Cryomisi",
"fluid.bigreactors.tangerium": "Tangerium",
"fluid.bigreactors.redfrigium": "Redfrigium",

commented

Fixed in 2.0.48
Thank you for the report
Z