mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-16 15:15:04 +00:00
Add mcl_doc, configuration mod for Help modpack
This commit is contained in:
parent
8ec5f06c7b
commit
586b2b2735
4 changed files with 5 additions and 0 deletions
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 a new issue