Nahrungspunkte für Pizza-Mod

This commit is contained in:
N-Nachtigal 2025-05-13 19:24:36 +02:00
parent 23dda4593a
commit 9dbc0b2ba1
4 changed files with 6 additions and 5 deletions

View file

@ -137,7 +137,7 @@ if not jpizza.has_depends.pineapple and (not farming or farming and not farming.
type = "fixed",
fixed = {-3 / 16, -7 / 16, -3 / 16, 3 / 16, 4 / 16, 3 / 16}
},
groups = {fleshy = 3, dig_immediate = 3, flammable = 2},
groups = {fleshy = 3, dig_immediate = 3, flammable = 2, eatable = 2},
on_use = minetest.item_eat(2),
sounds = default.node_sound_leaves_defaults(),
})