Allow to light Nether portal with any fire
This commit is contained in:
parent
3857ff43ef
commit
70198eb50b
8 changed files with 40 additions and 13 deletions
|
@ -74,6 +74,7 @@ minetest.register_node("mcl_tnt:tnt", {
|
|||
}},
|
||||
_on_ignite = function(player, pointed_thing)
|
||||
tnt.ignite(pointed_thing.under)
|
||||
return true
|
||||
end,
|
||||
sounds = sounds,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue