diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |