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",