
[1.12.2] Custom titles not being added
DoctorMage opened this issue · 1 comments
Trying to make custom titles for a modpack but only works with 2 mods
using json and zenscript
titles exist but getting advancement for them does not give corresponding title
Forge version 2860
mods invovled
aether legacy, atum, ancient beast, craft tweaker, electroblob wizardy, ice and fire, inventory pets, mowzies mobs, twilight forest
out of all those mods only inventory pets and ice and fire register advancements giving titles
if needed I can send the scripts and jsons
Apologies was able to figure it out for anyone having the same issue
depends how mod localizes advancement no idea how to explain example script for ice and fire
game.setLocalization("title.iceandfire.iceandfire.rotten_egg", "§eBad Batch");
is fine and registers but for some others mods it wont work example aether legacy
game.setLocalization("title.aether_legacy.enter_aether", "§bAether Explorer");
works but not
game.setLocalization("title.aether_legacy.aether_legacy.enter_aether", "§bAether Explorer");
also matters for json same thing
example aether legacy
"aether_legacy/enter_aether", will not grant a title for entering aether but "enter_aether" will
will not register