diff --git a/README.md b/README.md index c7072cc..7eab59d 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ This mod adds a configurale device that can assemble and disassemble most rounds - Universal reloaders can only be found in backpacks. They are also sold by the [Merchant](https://github.com/HDest-Community/Merchant) if you have that loaded. ![example-recipe](./screenshots/example-recipe.png) -![example-recipe-mats-needed](./screenshots/example-recipe-mats-needed.png) ![example-recipe-rounds-needed](./screenshots/example-recipe-rounds-needed.png) +![example-recipe-assembly-only](./screenshots/example-recipe-assembly-only.png) +![example-recipe-mats-needed](./screenshots/example-recipe-mats-needed.png) +![example-recipe-disassembly-only](./screenshots/example-recipe-disassembly-only.png) ## Gunsmith Pouch - Loadout code is `gsp`. diff --git a/screenshots/example-recipe-assembly-only.png b/screenshots/example-recipe-assembly-only.png new file mode 100644 index 0000000..7317f99 Binary files /dev/null and b/screenshots/example-recipe-assembly-only.png differ diff --git a/screenshots/example-recipe-disassembly-only.png b/screenshots/example-recipe-disassembly-only.png new file mode 100644 index 0000000..6c366c7 Binary files /dev/null and b/screenshots/example-recipe-disassembly-only.png differ