mirror of
https://github.com/minefaco/stripped_tree.git
synced 2025-01-23 06:21:29 +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", {
|
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 wood = 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