Rest der Rezepte amgepasst

This commit is contained in:
N-Nachtigal 2025-05-10 22:28:50 +02:00
parent 473e550453
commit 92a55732cf
14 changed files with 278 additions and 113 deletions

View file

@ -145,7 +145,7 @@ minetest.register_craftitem('x_farming:cocoa_bean', {
tiles = { 'x_farming_cocoa_bean.png' },
inventory_image = 'x_farming_cocoa_bean.png',
wield_image = 'x_farming_cocoa_bean.png',
groups = { compost = 65 },
groups = { compost = 65 , food_cocoa = 1},
on_place = x_farming.place_cocoa_bean,
})