Make flammable: Flowers, grasses and several crafitems
This commit is contained in:
parent
fbac9be51c
commit
3c9d71e6f7
8 changed files with 35 additions and 22 deletions
|
@ -2,7 +2,8 @@ farming.register_hoe(":farming:hoe_wood", {
|
|||
description = "Wooden Hoe",
|
||||
inventory_image = "farming_tool_woodhoe.png",
|
||||
max_uses = 30,
|
||||
material = "group:wood"
|
||||
material = "group:wood",
|
||||
groups = {flammable = 2},
|
||||
})
|
||||
|
||||
farming.register_hoe(":farming:hoe_stone", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue