forked from mtcontrib/farming
mint seeds shouldn't be edible :P
This commit is contained in:
parent
f6a61994e4
commit
a1752b270a
@ -9,8 +9,7 @@ minetest.register_craftitem("farming:seed_mint", {
|
|||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
return farming.place_seed(
|
return farming.place_seed(
|
||||||
itemstack, placer, pointed_thing, "farming:mint_1")
|
itemstack, placer, pointed_thing, "farming:mint_1")
|
||||||
end,
|
end
|
||||||
on_use = minetest.item_eat(4),
|
|
||||||
})
|
})
|
||||||
|
|
||||||
-- mint leaf
|
-- mint leaf
|
||||||
|
Loading…
Reference in New Issue
Block a user