How can I Change custom advancement backgrounds? the "Advancement background Only used with root advancements" doesnt work and I tried to Change the Code where it says
from
"background": "minecraft:textures/block/stone.png",
to
"background": "tt:cherryplanks.png",
and the background is the missing black,purple texture
I tried to change it to different types like
"background": "tt:cherryplanks",
"background": "cherryplanks.png",
"background": "tt:textures/block/cherryplanks.png",
but its still the missing texture
with Vanilla blocks it works but not with custom ones
Select advancement background in advancement editor. If you want to do it in code, check Minecraft Wiki for guide on JSON format and file locations, this tracker is not meant for this.