[Bug][Forge]: Dont' translate name of fluid added from other mods
gisellevonbingen opened this issue ยท 2 comments
Bug Description
Found during test after set tag other mods fluids as "ad_astra:fuel"
.
Looks problem only in forge.
These fluid name are showing normally in this code.
FluidStack fluid = new FluidStack(THATMODFLUIDS.THATFLUID.get(), SOME_AMOUNT, null);
Component normalName = fluid.getDisplayName();
String normalKey = fluid.getTranslationKey();
How to Reproduce?
- Download
'Immersive Engineering'
- Set
'#forge:diesel'
,'#foge:biodiesel'
as'ad_astra:fuel'
tag. - Launch minecraft and put that fluid buckets in Rocket.
Expected Behavior
No response
Version
1.11.9
Mod Loader Version
1.19.2-43.2.0
Mod Loader
Forge
Logs or additional context
No response