diff options
author | miozune <miozune@gmail.com> | 2023-06-04 18:39:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-04 11:39:42 +0200 |
commit | 65df514b4fe6c893015c303cf6fb13b955548be3 (patch) | |
tree | e1bcf04307d47c89b7185d4ee35c74946ec34802 | |
parent | 6124cbbd140686dea2e0e9aaa850ea776cd85715 (diff) | |
download | GT5-Unofficial-65df514b4fe6c893015c303cf6fb13b955548be3.tar.gz GT5-Unofficial-65df514b4fe6c893015c303cf6fb13b955548be3.tar.bz2 GT5-Unofficial-65df514b4fe6c893015c303cf6fb13b955548be3.zip |
Move screenshot directory (#2052)
-rw-r--r-- | docs/ResourcePacks_Guide.md | 2 | ||||
-rw-r--r-- | docs/img/recipemap-unlocalized-name.png (renamed from screenshots/recipemap-unlocalized-name.png) | bin | 25590 -> 25590 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/ResourcePacks_Guide.md b/docs/ResourcePacks_Guide.md index 5b3dabbcd1..d1299d0438 100644 --- a/docs/ResourcePacks_Guide.md +++ b/docs/ResourcePacks_Guide.md @@ -56,7 +56,7 @@ You can simply add textures named by the following rules: - Basically place at `gregtech/textures/gui/progressbar/${unlocalized name of recipemap}`. Unlocalized name can be found on either of: - Hold shift while hovering over NEI tab. "HandlerID" indicates unlocalized name. - + - Read code. Usually they're passed as 2nd argument for `GT_Recipe_Map` constructor. Recipemaps are defined at `gregtech.api.util.GT_Recipe`. - For steam machines, append `_bronze`, `_steel`, or `_primitive`. - Exceptions: Miner: `miner`, Electric Furnace: `E_Furnace`, Electric Oven: `E_Oven` diff --git a/screenshots/recipemap-unlocalized-name.png b/docs/img/recipemap-unlocalized-name.png Binary files differindex 31c2b8bec9..31c2b8bec9 100644 --- a/screenshots/recipemap-unlocalized-name.png +++ b/docs/img/recipemap-unlocalized-name.png |