mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
Add mcl_doc, configuration mod for Help modpack
This commit is contained in:
parent
8ec5f06c7b
commit
586b2b2735
1
mods/HELP/mcl_doc/depends.txt
Normal file
1
mods/HELP/mcl_doc/depends.txt
Normal file
@ -0,0 +1 @@
|
||||
doc_items
|
1
mods/HELP/mcl_doc/description.txt
Normal file
1
mods/HELP/mcl_doc/description.txt
Normal file
@ -0,0 +1 @@
|
||||
This MineClone 2 mod sets up and configures the Help modpack mods to tailor the help towards MineClone 2.
|
2
mods/HELP/mcl_doc/init.lua
Normal file
2
mods/HELP/mcl_doc/init.lua
Normal file
@ -0,0 +1,2 @@
|
||||
doc.sub.items.disable_core_factoid("node_mining")
|
||||
doc.sub.items.disable_core_factoid("tool_capabilities")
|
1
mods/HELP/mcl_doc/mod.conf
Normal file
1
mods/HELP/mcl_doc/mod.conf
Normal file
@ -0,0 +1 @@
|
||||
name = mcl_doc
|
Loading…
Reference in New Issue
Block a user