Add nether wart plant Help aliases

This commit is contained in:
Wuzzy 2017-03-21 04:58:38 +01:00
parent 767d7cbc3e
commit 55626c3052
2 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,4 @@ mcl_sounds
mcl_util
walkover
doc_items
doc?

View File

@ -160,3 +160,8 @@ minetest.register_abm({
end
})
if minetest.get_modpath("doc") then
for i=1,2 do
doc.add_entry_alias("nodes", "mcl_nether:nether_wart_0", "nodes", "mcl_nether:nether_wart_"..i)
end
end