mint seeds shouldn't be edible :P

This commit is contained in:
tenplus1 2020-05-28 18:39:40 +01:00
parent f6a61994e4
commit a1752b270a
1 changed files with 1 additions and 2 deletions

View File

@ -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