Have the same language key with vanilla
TartaricAcid opened this issue ยท 2 comments
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);