From 3d8dd7cb3583f8773a723fad4ac96443a68ddf2a Mon Sep 17 00:00:00 2001 From: miozune Date: Sat, 19 Aug 2023 00:51:32 +0900 Subject: Correct file name on resource pack guide (#2242) --- docs/ResourcePacks_Guide.md | 15 ++++++++------- 1 file 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 -- cgit