Started by
WJB's Mods
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod, and I want the Advancement description for entering the first new dimension to inclue the player's username. Is this possible to do?
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod, and I want the Advancement description for entering the first new dimension to inclue the player's username. Is this possible to do?
actually, it's possible, check the "visibility" and the "announce advancement" is enabled.
you can also change the advancement type too, like for example: Gold Alchemy (from my mod) was a goal advancement.
From what I can tell, you're thinking of something else.
Basically, I have an advancement in my mod. The description is based on a quote from the thing the mod is based on, but with the player's name in place of the original. I want the player's username to show up in the advancement description when it's moused over on the Advancement menu. Is this possible?
I don't think you can do this since JSON for advancement has fixed string for description.
https://minecraft.gamepedia.com/Advancements/JSON_format
Ok, thanks!