mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Add labels to ABMs
Useful for searches and the mod profiler.
This commit is contained in:
parent
61a197ffd8
commit
619ac52693
6 changed files with 16 additions and 0 deletions
|
@ -506,6 +506,7 @@ if enable_tnt then
|
|||
})
|
||||
|
||||
minetest.register_abm({
|
||||
label = "TNT ignition",
|
||||
nodenames = {"group:tnt", "tnt:gunpowder"},
|
||||
neighbors = {"fire:basic_flame", "default:lava_source", "default:lava_flowing"},
|
||||
interval = 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue