Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-03-12 12:34:26 +01:00
65 changed files with 830 additions and 1038 deletions

View File

@ -2,7 +2,7 @@ local function mesechest_get_output_rules(node)
local rules = {{x=-1, y=0, z=0},
{x=0, y=0, z=-1},
{x=0, y=0, z=1}}
for i = 0, node.param2 do
for _ = 0, node.param2 do
rules = mesecon.rotate_rules_left(rules)
end
return rules