summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-22 14:21:24 +0100
committerWuzzy <almikes@aol.com>2016-12-22 14:21:24 +0100
commit90e895d417aa487133128089dea9b984c361f7d8 (patch)
tree4fd1f3291ad0dafbd63d716bfdefa7a6e300cef0 /init.lua
parent5f3a7941da74c3bd0f97704d5e45153f3780b1d1 (diff)
Remove encyclopedia recipe (moved to Help modpack)
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/init.lua b/init.lua
index 6c1c007..58d0844 100644
--- a/init.lua
+++ b/init.lua
@@ -293,18 +293,6 @@ if minetest.get_modpath("doc_identifier") ~= nil then
doc.sub.identifier.register_object("carts:cart", "craftitems", "carts:cart")
end
--- Add another craft for encyclopedia
-if minetest.get_modpath("doc_encyclopedia") ~= nil then
- minetest.register_craft({
- output = "doc_encyclopedia:encyclopedia",
- recipe = {
- { "default:book" },
- { "default:book" },
- { "default:book" },
- }
- })
-end
-
-- Remove the “helper” comment from screwdriver description since the help is