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)
|
||||
return farming.place_seed(
|
||||
itemstack, placer, pointed_thing, "farming:mint_1")
|
||||
end,
|
||||
on_use = minetest.item_eat(4),
|
||||
end
|
||||
})
|
||||
|
||||
-- mint leaf
|
||||
|
|
Loading…
Reference in New Issue
Block a user