Update init.lua

This commit is contained in:
minefaco 2020-11-08 19:15:20 -05:00 committed by GitHub
parent 5b7090ccf9
commit e33eaa9386
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 wood = 1}
groups = {not_in_creative_inventory = 1, wood = 1}
})
--register bark as fuel
minetest.register_craft({