Skip to content

RootAdvancement background texture

fren_gor edited this page Nov 22, 2021 · 8 revisions

RootAdvancement background-texture

You can select the background texture of a RootAdvancement specifying the path of the texture you want to use into the constructor.

Note that the path may differ depending on your minecraft version.

To see the list of available textures, access the .minecraft folder and search for the desired texture into the game assets:

  • Access the %appdata% folder
  • Open .minecraft -> versions
  • Select the right folder according to the version you are using (i.e. if you're using 1.15.1, choose the "1.15.1" folder. If it is not present, download it from the launcher)
  • Open the jar inside it with a software for compressed archives
  • Open assets -> minecraft -> textures
  • Now you can browse the game texture files and search for the texture you are looking for

Some examples of correct path are:

  • "textures/block/oak_planks.png"
  • "textures/block/black_concrete.png"
  • "textures/block/stone.png"
  • "textures/block/tnt_top.png"

Clone this wiki locally