From 69feeef0afc0d66dd8809481c434ba0afa33600e Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com> Date: Fri, 14 Apr 2017 02:27:19 +0200 Subject: [PATCH] use clear_craft to remove default sandstone recipe get rid of the two grinder recipes from homedecor/fake_fire (obsolete) --- technic/machines/register/compressor_recipes.lua | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/technic/machines/register/compressor_recipes.lua b/technic/machines/register/compressor_recipes.lua index 872be04..a625f1a 100644 --- a/technic/machines/register/compressor_recipes.lua +++ b/technic/machines/register/compressor_recipes.lua @@ -20,11 +20,11 @@ } -- defuse the default sandstone recipe, since we have the compressor to take over in a more realistic manner -minetest.register_craft({ - output = "default:sand 0", +minetest.clear_craft({ + output = "default:sandstone", recipe = { {'group:sand', 'group:sand'}, - {'group:sand', 'group:sand'} + {'group:sand', 'group:sand'} }, }) -- Gitblit v1.8.0