1
0
镜像自地址 https://github.com/sys4-fr/server-nalc.git 已同步 2025-10-16 07:35:24 +02:00

Fixed all unknown's use in builtin with a check then return

这个提交包含在:
LeMagnesium
2015-03-26 20:54:05 +01:00
父节点 fa08177744
当前提交 718861d80c

查看文件

@@ -106,7 +106,7 @@ minetest.register_entity(":__builtin:item", {
self.object:setacceleration({x = 0, y = -10, z = 0})
end
--]]
if not minetest.registered_nodes[name] then return end
if minetest.registered_nodes[name].liquidtype == "flowing" then
local get_flowing_dir = function(self)
local pos = self.object:getpos()