Update init.lua

This commit is contained in:
minefaco 2020-11-08 19:01:59 -05:00 committed by GitHub
parent 54a37f951b
commit 5b7090ccf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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({