From 20fa5a733ebb2800ada1cdeb7b70d6f442761362 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sat, 23 Nov 2019 21:58:11 +0200 Subject: [PATCH] Remove this recipe removal --- elepower_dynamics/crafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elepower_dynamics/crafting.lua b/elepower_dynamics/crafting.lua index b3ac0f1..3c51a8f 100644 --- a/elepower_dynamics/crafting.lua +++ b/elepower_dynamics/crafting.lua @@ -4,7 +4,7 @@ --------------- -- Remove iron_lump -> steel_ingot, because dynamics adds iron ingot -minetest.clear_craft({type = "cooking", output = "default:steel_ingot"}) +--minetest.clear_craft({type = "cooking", output = "default:steel_ingot"}) ----------- -- Tools --