forked from mtcontrib/plantlife_modpack
fixed incorrect description of loose fruits
This commit is contained in:
parent
2d619ab154
commit
f599261b68
@ -34,7 +34,7 @@ for i, berry in ipairs(bushes_classic.bushes) do
|
||||
|
||||
if berry ~= "mixed_berry" then
|
||||
minetest.register_craftitem(":bushes:"..berry, {
|
||||
description = "Raw "..desc.." pie",
|
||||
description = desc,
|
||||
inventory_image = "bushes_"..berry..".png",
|
||||
groups = {berry = 1},
|
||||
on_use = minetest.item_eat(3),
|
||||
|
Loading…
Reference in New Issue
Block a user