1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Fixed global vas errors and updated beginners_chest with license

This commit is contained in:
LeMagnesium
2015-01-25 22:34:03 +01:00
parent 0567321fa9
commit 618adecf2b
7 changed files with 354 additions and 10 deletions

View File

@ -108,7 +108,7 @@ minetest.register_entity(":__builtin:item", {
--]]
if minetest.registered_nodes[name].liquidtype == "flowing" then
get_flowing_dir = function(self)
local get_flowing_dir = function(self)
local pos = self.object:getpos()
local param2 = minetest.get_node(pos).param2
for i,d in ipairs({-1, 1, -1, 1}) do