From 17258ad1ad54e8f1c0c9ea9449dce9c5f67cce4d Mon Sep 17 00:00:00 2001 From: Lunovox Date: Fri, 15 Sep 2023 17:00:10 -0300 Subject: [PATCH] [bugfix][docs] Fix Dependences, and Reedit the README.md --- README.md | 4 +++- mod.conf | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 496e262..9532c83 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Other Screenshots: [02] [03] | dye | Mandatory | [Minetest Game] Included. | | flowers | Mandatory | [Minetest Game] Included. | | wool | Mandatory | [Minetest Game] Included. | +| [Unified Inventory] | Optional | Replaces the default inventory and adds a number of features, such as a crafting guide. | + ## **License:** @@ -76,8 +78,8 @@ You don't need to do any of these presets mentioned below to make this mod work. [minetest_link]:https://minetest.net [Minetest Game]:https://content.minetest.net/packages/Minetest/minetest_game/ [Stable Versions]:https://gitlab.com/lunovox/components/-/tags +[Unified Inventory]:https://content.minetest.net/packages/RealBadAngel/unified_inventory/ [wiki_en_icon]:https://img.shields.io/static/v1?label=GNU%20AGPL%20v3.0&message=EN&color=blue [wiki_en_link]:https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License [wiki_pt_icon]:https://img.shields.io/static/v1?label=GNU%20AGPL%20v3.0&message=PT&color=blue [wiki_pt_link]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License - diff --git a/mod.conf b/mod.conf index 6bff93f..2d77b78 100644 --- a/mod.conf +++ b/mod.conf @@ -6,7 +6,7 @@ description = Adds various electronic and mechanical components that will serve languages = en,pt,pt_BR author = Lunovox Heavenfinder license = GNU AGPL-3.0 -depends = default,wool,flowers,dye +depends = default,wool,flowers,dye,unified_inventory optional_depends = min_minetest_version = 5.7 max_minetest_version =