diff options
author | miozune <miozune@gmail.com> | 2023-08-19 00:51:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 17:51:32 +0200 |
commit | 3d8dd7cb3583f8773a723fad4ac96443a68ddf2a (patch) | |
tree | faad249aed07d1a1b109e9d8df7bd0d7cff2dceb | |
parent | c009412fcf4f7febc984dc9eecfdf8e21efddaf1 (diff) | |
download | GT5-Unofficial-3d8dd7cb3583f8773a723fad4ac96443a68ddf2a.tar.gz GT5-Unofficial-3d8dd7cb3583f8773a723fad4ac96443a68ddf2a.tar.bz2 GT5-Unofficial-3d8dd7cb3583f8773a723fad4ac96443a68ddf2a.zip |
Correct file name on resource pack guide (#2242)
-rw-r--r-- | docs/ResourcePacks_Guide.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/ResourcePacks_Guide.md b/docs/ResourcePacks_Guide.md index d1299d0438..c016d82a00 100644 --- a/docs/ResourcePacks_Guide.md +++ b/docs/ResourcePacks_Guide.md @@ -2,15 +2,16 @@ This is a guide for resource packs to set up advanced configurations for GUI. ## Override text color with mcmeta files -You might want to change color of text if your texture has similar color to text. You can place mcmeta files at the following locations: -- `gregtech/textures/gui/background/singleblock_default.mcmeta` (most of the machines) -- `gregtech/textures/gui/background/bronze.mcmeta` (steam bronze machines) -- `gregtech/textures/gui/background/steel.mcmeta` (steam steel machines) -- `gregtech/textures/gui/background/primitive.mcmeta` (steam primitive machines) -- `gregtech/textures/gui/background/fusion_computer.mcmeta` (fusion reactor controller) -- `modularui/textures/gui/background/vanilla_background.mcmeta` (NEI) +You might want to change color of text displayed on GUI. You can place mcmeta files at the following locations: +- `gregtech/textures/gui/background/singleblock_default.png.mcmeta` (most of the machines) +- `gregtech/textures/gui/background/bronze.png.mcmeta` (steam bronze machines) +- `gregtech/textures/gui/background/steel.png.mcmeta` (steam steel machines) +- `gregtech/textures/gui/background/primitive.png.mcmeta` (steam primitive machines) +- `gregtech/textures/gui/background/fusion_computer.png.mcmeta` (fusion reactor controller) +- `modularui/textures/gui/background/vanilla_background.png.mcmeta` (NEI) (and there might be more in the future, but currently these are exhaustive.) +You also need to place png file corresponding to mcmeta file, even if it's unchanged from the mod's default one. Here is an example of the file: ```json |