Register TNT entity for doc_identifier

This commit is contained in:
Wuzzy 2017-03-21 04:36:18 +01:00
parent bcf6a46c6e
commit c051ae7ae9
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
mcl_core
mcl_sounds
mcl_fire
doc_identifier?

View File

@ -153,3 +153,7 @@ minetest.register_craft({
{'mcl_mobitems:gunpowder','group:sand','mcl_mobitems:gunpowder'}
}
})
if minetest.get_modpath("doc_identifier") then
doc.sub.identifier.register_object("mcl_tnt:tnt", "nodes", "mcl_tnt:tnt")
end