From 6113fb9a35ed6ef72c05e62b3ae4f85d91c51316 Mon Sep 17 00:00:00 2001 From: Extex101 <33675971+Extex101@users.noreply.github.com> Date: Wed, 18 Sep 2019 17:50:38 -0700 Subject: [PATCH] Remove Softwood --- mods/default/crafting.lua | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/mods/default/crafting.lua b/mods/default/crafting.lua index 438d3155..44be27cd 100644 --- a/mods/default/crafting.lua +++ b/mods/default/crafting.lua @@ -885,13 +885,6 @@ minetest.register_craft({ cooktime = 5, }) -minetest.register_craft({ - type = "cooking", - output = "default:softwood_charcoal", - recipe = "group:softwood", - cooktime = 10, -}) - minetest.register_craft({ type = "cooking", output = "default:hardwood_charcoal", @@ -1270,12 +1263,6 @@ minetest.register_craft({ burntime = 5, }) -minetest.register_craft({ - type = "fuel", - recipe = "default:softwood_charcoal", - burntime = 6, -}) - minetest.register_craft({ type = "fuel", recipe = "default:hardwood_charcoal",