Fix doc dependencies

master
Wuzzy 2016-10-30 04:30:02 +01:00
parent 5d50e3d552
commit 3e08b861ea
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
default
screwdriver?
doc_items?
doc?

View File

@ -127,7 +127,7 @@ if minetest.get_modpath("default") ~= nil then
})
end
if minetest.get_modpath("doc_items") ~= nil then
if minetest.get_modpath("doc") ~= nil then
doc.add_entry_alias("nodes", "easyvend:vendor", "easyvend:vendor_on")
doc.add_entry_alias("nodes", "easyvend:depositor", "easyvend:depositor_on")
end