Zen Summoning

Zen Summoning

7M Downloads

information in JEI cannot be localized

idyllist123 opened this issue ยท 5 comments

commented

The JEI string is grabbed from the entity's translated name
https://github.com/TeamDman/Zen-Summoning/blob/master/src/main/java/ca/teamdman/zensummoning/client/jei/AltarRecipe.java#L49
I'll look into allowing for translation of the prefix string

commented

https://minecraft.curseforge.com/projects/zen-summoning/files/2706217
Added a localization string with parameters for quantity and entity name
Feel free to comment again if this still needs work

commented

lore.appendTag(new NBTTagString("Shift-rightclick with the catalyst once all items are in the altar to begin"));

This line also need to be localized.

commented

And the localization for entity name seems not actually working.

commented

Thanks for the help!
New build being approved
https://minecraft.curseforge.com/projects/zen-summoning/files/2720629
Let me know if there's anything else that needs improvement!