Skip to content

Commit

Permalink
mint seeds shouldn't be edible :P
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed May 28, 2020
1 parent f6a6199 commit a1752b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crops/mint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1752b2

Please sign in to comment.