Nahrungspunkte für Pizza-Mod
This commit is contained in:
parent
23dda4593a
commit
9dbc0b2ba1
4 changed files with 6 additions and 5 deletions
|
@ -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(),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue