Skip to content
Snippets Groups Projects
Commit 88d79881 authored by tenplus1's avatar tenplus1 Committed by sfan5
Browse files

Add food groups to blueberries (#2335)

parent efd09022
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment