From 3a6b288541ea83ada0dfc0e8ab9977717c4b6817 Mon Sep 17 00:00:00 2001 From: tchncs Date: Wed, 27 Apr 2016 22:00:57 +0200 Subject: [PATCH] trunks:moss can now be used as fuel. related to #3 --- crafting.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crafting.lua b/crafting.lua index 7a0ac75..ea23336 100644 --- a/crafting.lua +++ b/crafting.lua @@ -1,3 +1,9 @@ +minetest.register_craft({ + type = "fuel", + recipe = "trunks:moss", + burntime = 1, +}) + minetest.register_craft({ output = "building_blocks:slab_marble", recipe = {