1
0
espelhamento de https://github.com/mt-mods/plantlife_modpack.git sincronizado 2025-11-12 19:05:29 +01:00

fixed incorrect description of loose fruits

Esse commit está contido em:
Vanessa Ezekowitz
2013-10-27 12:09:27 -04:00
commit f599261b68

Ver arquivo

@@ -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),