XL Food Mod

XL Food Mod

11M Downloads

Have the same language key with vanilla

TartaricAcid opened this issue ยท 2 comments

commented

Problem

  • Vanilla
    tile.grass.name=Grass Block
  • XL Food Mod
    tile.grass.name=Grass

How To Fix?

In this class, change setUnlocalizedName(name); to setUnlocalizedName(Reference.MOD_ID + name);

commented

Thanks for letting me know about this. Will fix it soon!

commented

Fixed in v1.7.1.