Skip to content

Commit

Permalink
Add food groups to blueberries (#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 authored and sfan5 committed Mar 31, 2019
1 parent efd0902 commit 88d7988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/default/craftitems.lua
Expand Up @@ -343,5 +343,6 @@ minetest.register_craftitem("default:flint", {
minetest.register_craftitem("default:blueberries", {
description = "Blueberries",
inventory_image = "default_blueberries.png",
groups = {food_blueberries = 1, food_berry = 1},
on_use = minetest.item_eat(2),
})

0 comments on commit 88d7988

Please sign in to comment.