From 7cf215badb086fd032c3a4f509792ce7326a99a6 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 24 May 2018 14:41:48 +0100 Subject: added blueberry pie and potato salad --- potato.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'potato.lua') diff --git a/potato.lua b/potato.lua index a922b11..a1512c2 100644 --- a/potato.lua +++ b/potato.lua @@ -31,6 +31,22 @@ minetest.register_craft({ recipe = "group:food_potato" }) +-- Potato and cucumber Salad +minetest.register_craftitem("farming:potato_salad", { + description = S("Cucumber and Potato Salad"), + inventory_image = "farming_potato_salad.png", + on_use = minetest.item_eat(10, "farming:bowl"), +}) + +minetest.register_craft({ + output = "farming:potato_salad", + recipe = { + {"group:food_cucumber"}, + {"farming:baked_potato"}, + {"group:food_bowl"}, + } +}) + -- potato definition local crop_def = { drawtype = "plantlike", -- cgit v1.2.3