From 90e895d417aa487133128089dea9b984c361f7d8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 22 Dec 2016 14:21:24 +0100 Subject: Remove encyclopedia recipe (moved to Help modpack) --- depends.txt | 1 - init.lua | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/depends.txt b/depends.txt index 3381a59..c246f8b 100644 --- a/depends.txt +++ b/depends.txt @@ -18,5 +18,4 @@ xpanes doc_items doc_basics? doc_identifier? -doc_encyclopedia? intllib? 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 -- cgit v1.2.3