鏡像自
https://github.com/sys4-fr/server-nalc.git
已同步 2025-10-17 08:05:22 +02:00
fix fire arrows don't touch fire
此提交包含在:
@@ -64,7 +64,7 @@ THROWING_ARROW_ENTITY.on_step = function(self, dtime)
|
||||
end
|
||||
end
|
||||
|
||||
if node.name ~= "air" and node.name ~= "throwing:light" then
|
||||
if node.name ~= "air" and node.name ~= "throwing:light" and node.name ~= "fire:basic_flame" then
|
||||
if node.name ~= "ignore" then
|
||||
minetest.set_node(self.lastpos, {name="fire:basic_flame"})
|
||||
end
|
||||
|
新增問題並參考
封鎖使用者