summaryrefslogtreecommitdiff
path: root/strawberry.lua
diff options
context:
space:
mode:
Diffstat (limited to 'strawberry.lua')
-rw-r--r--strawberry.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/strawberry.lua b/strawberry.lua
index eea150f..9f9b949 100644
--- a/strawberry.lua
+++ b/strawberry.lua
@@ -6,6 +6,7 @@ minetest.register_craftitem("ethereal:strawberry", {
description = S("Strawberry"),
inventory_image = "strawberry.png",
wield_image = "strawberry.png",
+ groups = {food_strawberry = 1, flammable = 2},
on_place = function(itemstack, placer, pointed_thing)
return farming.place_seed(itemstack, placer, pointed_thing, "ethereal:strawberry_1")
end,