forked from VoxeLibre/VoxeLibre
Add nether wart plant Help aliases
This commit is contained in:
parent
767d7cbc3e
commit
55626c3052
|
@ -2,3 +2,4 @@ mcl_sounds
|
||||||
mcl_util
|
mcl_util
|
||||||
walkover
|
walkover
|
||||||
doc_items
|
doc_items
|
||||||
|
doc?
|
||||||
|
|
|
@ -160,3 +160,8 @@ minetest.register_abm({
|
||||||
end
|
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
|
||||||
|
|
Loading…
Reference in New Issue