ForceCraft

ForceCraft

240k Downloads

[Bug]: Force flask CC-Tweaked incompatibility

Closed this issue ยท 0 comments

commented

General Info

  • I am running a modpack
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the mod

Forge version

neoforge 21.1.42

Minecraft version

1.21.1

Mod version

6.0.4

Java version

21

Issue Description

force flask in a chest caused CC tweaked to crash

fix: replace the usage of I18n with another Component.translatable

- return Component.translatable(super.getDescriptionId(stack), I18n.get(mobTranslation));
+ return Component.translatable(super.getDescriptionId(stack), Component.translatable(mobTranslation));

cc-tweaked/CC-Tweaked#1988

Additional Information

No response