Depollute the code - 05 - blueberries need group definitions back

M  mods/default/craftitems.lua
This commit is contained in:
Zweihorn 2019-05-21 23:19:53 +02:00
parent e7fb094fe1
commit 732962fc19
1 changed files with 1 additions and 0 deletions

View File

@ -348,5 +348,6 @@ minetest.register_craftitem("default:flint", {
minetest.register_craftitem("default:blueberries", {
description = S("Blueberries"),
inventory_image = "default_blueberries.png",
groups = {food_blueberries = 1, food_berry = 1},
on_use = minetest.item_eat(2),
})