-
Notifications
You must be signed in to change notification settings - Fork 22
RootAdvancement background texture
fren_gor edited this page Nov 22, 2021
·
8 revisions
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
pathmay 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"
UltimateAdvancementAPI Wiki © 2021 fren_gor, EscanorTargaryen is licensed under CC BY-SA 4.0.
Except where otherwise noted, code snippets inside the wiki are licensed under The Unlicense.