From 8a0e3e9b15cad41fa2d2ef0c689290676351d914 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Thu, 8 Jun 2023 05:16:39 +0200 Subject: [PATCH] another trivial comment fix --- compat/technic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/technic.lua b/compat/technic.lua index e636c82..c5bb9d2 100644 --- a/compat/technic.lua +++ b/compat/technic.lua @@ -73,7 +73,7 @@ local function add_recipe_cnc(item_name, _, recipes) output = item_name, program = program --:gsub('_', ' ') } -end -- add_recipe_freeze +end -- add_recipe_cnc local function add_formspec_cnc(recipe) if not recipe.program then return '' end