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
54a37f951b
commit
5b7090ccf9
2
init.lua
2
init.lua
@ -25,7 +25,7 @@ end
|
|||||||
minetest.register_craftitem(":default:tree_bark", {
|
minetest.register_craftitem(":default:tree_bark", {
|
||||||
description = "Tree bark",
|
description = "Tree bark",
|
||||||
inventory_image = "tree_bark.png",
|
inventory_image = "tree_bark.png",
|
||||||
groups = {not_in_creative_inventory = 1}
|
groups = {not_in_creative_inventory = 1 wood = 1}
|
||||||
})
|
})
|
||||||
--register bark as fuel
|
--register bark as fuel
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
Loading…
Reference in New Issue
Block a user