How can I change advancement background?

Published by Yusufhum3 on
Issue description

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

Issue comments

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.

But how does this work in the Editor for me it only says Default?

Ah I found the mistake I had to Import the block texture in Other Textures (Mobs, Guis) instead of Blocks now I can select it where it said Default thanks

Click Right Mouse Button On Advancement Element And Open In Code Editor

And Find This Text   "background": "minecraft:textures/block/stone.png",

And Change Stone For What Are You Want