From 155bb12847ab8dadc44d11bda56c2b9bd9bdad82 Mon Sep 17 00:00:00 2001 From: gabriel1379 Date: Wed, 13 Mar 2024 20:11:53 +0100 Subject: [PATCH] Add CR recs part 2 --- technic/machines/register/compressor_recipes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/technic/machines/register/compressor_recipes.lua b/technic/machines/register/compressor_recipes.lua index 7be7875..2525dd2 100644 --- a/technic/machines/register/compressor_recipes.lua +++ b/technic/machines/register/compressor_recipes.lua @@ -64,6 +64,7 @@ end for _, sand_name in ipairs(crafts_to_clear) do minetest.clear_craft({ + type = "shaped", recipe = { {sand_name, sand_name}, {sand_name, sand_name},