diff --git a/minetest.lua b/minetest.lua index 88b0702..e1d28b4 100644 --- a/minetest.lua +++ b/minetest.lua @@ -689,7 +689,4 @@ end colorspec_to_colorstring = _G.minetest.colorspec_to_colorstring or function(spec) return colorspec.from_any(spec):to_string() -end - -write_schematic = function(fil) end --- TODO schematic format \ No newline at end of file +end \ No newline at end of file