[change] Change the type Key of panel to facility the craft to newbie plsyers.

This commit is contained in:
Lunovox 2023-09-30 15:39:08 -03:00
parent d29444333b
commit 95e13962d5
3 changed files with 3 additions and 2 deletions

View file

@ -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. |

View file

@ -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"}
}
})
--########################################################################################################################

View file

@ -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 =