Ad Astra

Ad Astra

22M Downloads

[Bug][Forge]: Dont' translate name of fluid added from other mods

gisellevonbingen opened this issue ยท 2 comments

commented

Bug Description

image

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?

  1. Download 'Immersive Engineering'
  2. Set '#forge:diesel', '#foge:biodiesel' as 'ad_astra:fuel' tag.
  3. Launch minecraft and put that fluid buckets in Rocket.

image

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

commented

i believe i fixed this a while ago

commented

1.19.2-1.12.4 has still problem