Add tree bark to the creative inventory
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
-- Register tree bark
|
-- Register tree bark
|
||||||
core.register_craftitem(
|
core.register_craftitem(":default:tree_bark", {description = "Tree bark", inventory_image = "tree_bark.png"})
|
||||||
":default:tree_bark",
|
|
||||||
{description = "Tree bark", inventory_image = "tree_bark.png", groups = {not_in_creative_inventory = 1}}
|
|
||||||
)
|
|
||||||
|
|
||||||
-- Register bark as fuel
|
-- Register bark as fuel
|
||||||
core.register_craft({type = "fuel", recipe = "default:tree_bark", burntime = 15})
|
core.register_craft({type = "fuel", recipe = "default:tree_bark", burntime = 15})
|
||||||
|
|||||||
Reference in New Issue
Block a user