From 5b7090ccf9a8060de8fcccdd3836df3ebc58640b Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Sun, 8 Nov 2020 19:01:59 -0500 Subject: [PATCH] Update init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 71fc3d5..d0521cd 100644 --- a/init.lua +++ b/init.lua @@ -25,7 +25,7 @@ end minetest.register_craftitem(":default:tree_bark", { description = "Tree bark", inventory_image = "tree_bark.png", - groups = {not_in_creative_inventory = 1} + groups = {not_in_creative_inventory = 1 wood = 1} }) --register bark as fuel minetest.register_craft({