1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-18 15:40:25 +02:00

Pipeworks' update to replace nodebox by mesh

This commit is contained in:
LeMagnesium
2015-01-15 18:40:36 +01:00
parent 2d2a441e33
commit a6200223aa
198 changed files with 8756 additions and 411 deletions

View File

@ -51,6 +51,7 @@ function pipeworks.fix_image_names(table, replacement)
end
function pipeworks.add_node_box(t, b)
if not t or not b then return end
for i in ipairs(b)
do table.insert(t, b[i])
end