rhubarb: decrease on_eat value

master
tchncs 2016-05-18 11:50:49 +02:00
parent 6dc37de082
commit 3fedde186c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ minetest.register_node("farming_plus:rhubarb", {
minetest.register_craftitem("farming_plus:rhubarb_item", {
description = S("Rhubarb"),
inventory_image = "farming_rhubarb.png",
on_use = minetest.item_eat(4),
on_use = minetest.item_eat(3),
})
farming.add_plant("farming_plus:rhubarb", {"farming_plus:rhubarb_1", "farming_plus:rhubarb_2"}, 50, 20)