Rest der Rezepte amgepasst
This commit is contained in:
parent
473e550453
commit
92a55732cf
14 changed files with 278 additions and 113 deletions
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue