From eac1f71433145c00033eed7c6aee7fa740273c30 Mon Sep 17 00:00:00 2001 From: OgelGames <> Date: Wed, 4 Sep 2019 19:26:33 +1000 Subject: [PATCH] Fix conflicting desert sand compress recipes --- technic/machines/register/compressor_recipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/register/compressor_recipes.lua b/technic/machines/register/compressor_recipes.lua index acb9eca..c55240a 100644 --- a/technic/machines/register/compressor_recipes.lua +++ b/technic/machines/register/compressor_recipes.lua @@ -13,7 +13,7 @@ local recipes = { {"default:sand 2", "default:sandstone"}, {"default:desert_sand 2", "default:desert_sandstone"}, {"default:silver_sand 2", "default:silver_sandstone"}, - {"default:desert_sand", "default:desert_stone"}, + {"default:desert_sandstone", "default:desert_stone"}, {"technic:mixed_metal_ingot", "technic:composite_plate"}, {"default:copper_ingot 5", "technic:copper_plate"}, {"technic:coal_dust 4", "technic:graphite"},