mods - default - backported Override builtin item entity the portable way

* closes https://codeberg.org/minenux/minetest-game-minetest/issues/16
This commit is contained in:
mckaygerhard 2024-04-17 22:22:09 -04:00
parent 17bf7edce8
commit 7f796449ee

View File

@ -39,8 +39,8 @@ local item = {
}) })
end, end,
on_step = function(self, dtime) on_step = function(self, dtime, ...)
builtin_item.on_step(self, dtime) builtin_item.on_step(self, dtime, ...)
if self.flammable then if self.flammable then
-- flammable, check for igniters -- flammable, check for igniters