Rezepte angepasst, Nahrungspunkte hinzugefügt
This commit is contained in:
parent
9dbc0b2ba1
commit
df69eb154c
8 changed files with 33 additions and 33 deletions
|
@ -807,7 +807,7 @@ minetest.register_node("naturalbiomes:olives", {
|
|||
},
|
||||
groups = {
|
||||
fleshy = 3, dig_immediate = 3, flammable = 2,
|
||||
leafdecay = 1, leafdecay_drop = 1, winleafdecay_drop = 1, winleafdecay = 3
|
||||
leafdecay = 1, leafdecay_drop = 1, winleafdecay_drop = 1, winleafdecay = 3, eatable = 6
|
||||
},
|
||||
drop = "naturalbiomes:olives",
|
||||
on_use = minetest.item_eat(6),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue