From 95e13962d5c6693b3d86540b7aad4fe2fa99037d Mon Sep 17 00:00:00 2001 From: Lunovox Date: Sat, 30 Sep 2023 15:39:08 -0300 Subject: [PATCH] [change] Change the type Key of panel to facility the craft to newbie plsyers. --- README.md | 1 + components_recipes.lua | 2 +- mod.conf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf820ff..1c9c2ab 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Other Screenshots: [02] [03] [04] [05] | default | Mandatory | [Minetest Game] Included. | | dye | Mandatory | [Minetest Game] Included. | | flowers | Mandatory | [Minetest Game] Included. | +| keys | 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. | diff --git a/components_recipes.lua b/components_recipes.lua index e0bf8e3..34e1353 100644 --- a/components_recipes.lua +++ b/components_recipes.lua @@ -147,7 +147,7 @@ minetest.register_craft({ recipe = { {"components:gauge", "components:gauge", "components:gauge"}, {"components:switch_button", "components:switch_button", "components:switch_button"}, - {"components:speaker", "components:computer", "default:key"} + {"components:speaker", "components:computer", "keys:skeleton_key"} } }) --######################################################################################################################## diff --git a/mod.conf b/mod.conf index 9648761..fb6ea02 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,dye,flowers,keys,wool optional_depends = unified_inventory min_minetest_version = 5.7 max_minetest_version =