mirror of
https://gitlab.com/lunovox/components.git
synced 2025-03-15 08:01:22 +00:00
[change] Change the type Key of panel to facility the craft to newbie plsyers.
This commit is contained in:
parent
d29444333b
commit
95e13962d5
3 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@ Other Screenshots: [02] [03] [04] [05]
|
||||||
| default | Mandatory | [Minetest Game] Included. |
|
| default | Mandatory | [Minetest Game] Included. |
|
||||||
| dye | Mandatory | [Minetest Game] Included. |
|
| dye | Mandatory | [Minetest Game] Included. |
|
||||||
| flowers | Mandatory | [Minetest Game] Included. |
|
| flowers | Mandatory | [Minetest Game] Included. |
|
||||||
|
| keys | Mandatory | [Minetest Game] Included. |
|
||||||
| wool | 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. |
|
| [Unified Inventory] | Optional | Replaces the default inventory and adds a number of features, such as a crafting guide. |
|
||||||
|
|
||||||
|
|
|
@ -147,7 +147,7 @@ minetest.register_craft({
|
||||||
recipe = {
|
recipe = {
|
||||||
{"components:gauge", "components:gauge", "components:gauge"},
|
{"components:gauge", "components:gauge", "components:gauge"},
|
||||||
{"components:switch_button", "components:switch_button", "components:switch_button"},
|
{"components:switch_button", "components:switch_button", "components:switch_button"},
|
||||||
{"components:speaker", "components:computer", "default:key"}
|
{"components:speaker", "components:computer", "keys:skeleton_key"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
--########################################################################################################################
|
--########################################################################################################################
|
||||||
|
|
2
mod.conf
2
mod.conf
|
@ -6,7 +6,7 @@ description = Adds various electronic and mechanical components that will serve
|
||||||
languages = en,pt,pt_BR
|
languages = en,pt,pt_BR
|
||||||
author = Lunovox Heavenfinder
|
author = Lunovox Heavenfinder
|
||||||
license = GNU AGPL-3.0
|
license = GNU AGPL-3.0
|
||||||
depends = default,wool,flowers,dye
|
depends = default,dye,flowers,keys,wool
|
||||||
optional_depends = unified_inventory
|
optional_depends = unified_inventory
|
||||||
min_minetest_version = 5.7
|
min_minetest_version = 5.7
|
||||||
max_minetest_version =
|
max_minetest_version =
|
||||||
|
|
Loading…
Add table
Reference in a new issue