Haufenweise Rezepte angepasst

This commit is contained in:
N-Nachtigal 2025-05-10 19:00:40 +02:00
parent e50ba390f0
commit 45fa6e63f6
13 changed files with 567 additions and 352 deletions

View file

@ -675,7 +675,7 @@ minetest.register_node("naturalbiomes:blackberry", {
},
groups = {
fleshy = 3, dig_immediate = 3, flammable = 2,
leafdecay = 1, leafdecay_drop = 1
leafdecay = 1, leafdecay_drop = 1, food_blackberry = 1
},
drop = "naturalbiomes:blackberry",
on_use = minetest.item_eat(2),