Make flammable: Flowers, grasses and several crafitems

This commit is contained in:
Fernando Carmona Varo 2016-10-24 20:34:00 +02:00 committed by paramat
parent fbac9be51c
commit 3c9d71e6f7
8 changed files with 35 additions and 22 deletions

View file

@ -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", {