From 65df514b4fe6c893015c303cf6fb13b955548be3 Mon Sep 17 00:00:00 2001 From: miozune Date: Sun, 4 Jun 2023 18:39:42 +0900 Subject: Move screenshot directory (#2052) --- docs/ResourcePacks_Guide.md | 2 +- docs/img/recipemap-unlocalized-name.png | Bin 0 -> 25590 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/img/recipemap-unlocalized-name.png (limited to 'docs') 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. -![](/screenshots/recipemap-unlocalized-name.png) +![](/docs/img/recipemap-unlocalized-name.png) - 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/docs/img/recipemap-unlocalized-name.png b/docs/img/recipemap-unlocalized-name.png new file mode 100644 index 0000000000..31c2b8bec9 Binary files /dev/null and b/docs/img/recipemap-unlocalized-name.png differ -- cgit