mirror of
https://github.com/minefaco/stripped_tree.git
synced 2024-11-19 22:13:50 +01:00
Update init.lua
This commit is contained in:
parent
5b7090ccf9
commit
e33eaa9386
2
init.lua
2
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 wood = 1}
|
||||
groups = {not_in_creative_inventory = 1, wood = 1}
|
||||
})
|
||||
--register bark as fuel
|
||||
minetest.register_craft({
|
||||
|
Loading…
Reference in New Issue
Block a user