diff --git a/mods/HELP/mcl_doc/depends.txt b/mods/HELP/mcl_doc/depends.txt new file mode 100644 index 000000000..052d4ed77 --- /dev/null +++ b/mods/HELP/mcl_doc/depends.txt @@ -0,0 +1 @@ +doc_items diff --git a/mods/HELP/mcl_doc/description.txt b/mods/HELP/mcl_doc/description.txt new file mode 100644 index 000000000..4ae29f507 --- /dev/null +++ b/mods/HELP/mcl_doc/description.txt @@ -0,0 +1 @@ +This MineClone 2 mod sets up and configures the Help modpack mods to tailor the help towards MineClone 2. diff --git a/mods/HELP/mcl_doc/init.lua b/mods/HELP/mcl_doc/init.lua new file mode 100644 index 000000000..ae62d3eed --- /dev/null +++ b/mods/HELP/mcl_doc/init.lua @@ -0,0 +1,2 @@ +doc.sub.items.disable_core_factoid("node_mining") +doc.sub.items.disable_core_factoid("tool_capabilities") diff --git a/mods/HELP/mcl_doc/mod.conf b/mods/HELP/mcl_doc/mod.conf new file mode 100644 index 000000000..f5c27d080 --- /dev/null +++ b/mods/HELP/mcl_doc/mod.conf @@ -0,0 +1 @@ +name = mcl_doc