Release 2017-08-26

This commit is contained in:
Pierre-Yves Rollo
2017-08-26 14:12:38 +02:00
parent d59c475162
commit c179f44ba4
74 changed files with 2778 additions and 324 deletions

View File

@ -87,6 +87,7 @@ for i, material in ipairs(steles.materials) do
end
end
end,
on_punch = function(pos, node, player, pointed_thing) display_lib.update_entities(pos) end,
})
end
end