aboutsummaryrefslogtreecommitdiff
path: root/docs/ResourcePacks_Guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ResourcePacks_Guide.md')
-rw-r--r--docs/ResourcePacks_Guide.md15
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