Rest der Rezepte amgepasst
This commit is contained in:
parent
473e550453
commit
92a55732cf
14 changed files with 278 additions and 113 deletions
|
@ -103,7 +103,8 @@ local bottle_honey_def = {
|
|||
craftitem = 1,
|
||||
food = 3,
|
||||
eatable = 6,
|
||||
can_eat_when_full = 1
|
||||
can_eat_when_full = 1,
|
||||
food_honey = 1
|
||||
},
|
||||
_mcl_saturation = 1.2,
|
||||
}
|
||||
|
@ -206,7 +207,9 @@ if minetest.get_modpath('mcl_farming') then
|
|||
sushi_nigiri_def.on_secondary_use = minetest.item_eat(3)
|
||||
end
|
||||
|
||||
if not(minetest.get_modpath('ethereal')) then
|
||||
minetest.register_craftitem('x_farming:sushi_nigiri', sushi_nigiri_def)
|
||||
end
|
||||
|
||||
-- Brick
|
||||
minetest.register_craftitem('x_farming:silt_loam_brick', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue