forked from VoxeLibre/VoxeLibre
Register TNT entity for doc_identifier
This commit is contained in:
parent
bcf6a46c6e
commit
c051ae7ae9
|
@ -1,3 +1,4 @@
|
|||
mcl_core
|
||||
mcl_sounds
|
||||
mcl_fire
|
||||
doc_identifier?
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue