fork 自 luanti-org/minetest_game
Override builtin item entity the portable way
此提交包含在:
@@ -39,8 +39,8 @@ local item = {
|
||||
})
|
||||
end,
|
||||
|
||||
on_step = function(self, dtime)
|
||||
builtin_item.on_step(self, dtime)
|
||||
on_step = function(self, dtime, ...)
|
||||
builtin_item.on_step(self, dtime, ...)
|
||||
|
||||
if self.flammable then
|
||||
-- flammable, check for igniters
|
||||
|
||||
新增問題並參考
封鎖使用者