Started by
crispy_chips1234
on
Topic category: Help with MCreator software
How do you make your own advancement background? bc I saw it in this mod:
https://mcreator.net/modification/50924/mineral-galore-tons-new-gems-and-metals
Topic category: Help with MCreator software
How do you make your own advancement background? bc I saw it in this mod:
https://mcreator.net/modification/50924/mineral-galore-tons-new-gems-and-metals
Yeah um, you have to dive in the code
Select your achievement, click "edit code", and go in the .json file
And the code inside should look like this:
Just look at the "background" line and edit the value to "<mod ID>:<texture file path>/<texture name>.png"
Example if I want my achievement have the Blue Spinel Ore texture ("snbore.png") :
And don't forget to lock the achievement code or else it'll return to plain stone each time you try to edit it.
Datsol
Thx