Skip to content

Resources

Funwayguy edited this page May 10, 2016 · 4 revisions

If you want to customise the home screen, bundle themes or add localisation files to your packs then you can do so through:

"/config/betterquesting/resources/pack_name/"

Any folders here can be treated as unlisted resource packs containing everything required to personalise your pack. This can even include swapping out Minecraft assets such as textures, sounds and models just as normal resource packs do! (pack_name must be "minecraft" for vanilla or the mod's id)

When using the resources for purposes such as the Better Questing title card, the syntax used to specify the directory will be something like so:

Actual Location:

"/config/betterquesting/resources/mymodpack/textures/gui/title_card.png"

Resource Location:

"mymodpack:textures/gui/title_card.png"

WARNING: Using capital letters in the directory path, especially in the domain name (folder name), will cause issues loading certain resources. This is enforced by vanilla Minecraft and can not easily be changed by Better Questing.

Clone this wiki locally