From 11465f96051636b1c6c47f4f9504a03fff763c38 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 4 Dec 2012 17:36:26 +0000 Subject: Food 0.8 Prototype --- init.lua | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index ea33011..07a7787 100644 --- a/init.lua +++ b/init.lua @@ -10,7 +10,7 @@ -- [regis-food] Cigerette (-4) -- ===================================== -print ("food: Loading mainframe: [Master]") +print ("Food: Loading mainframe: [Master]") ----------------------Load Files----------------------------- dofile(minetest.get_modpath("food").."/support.lua") @@ -20,6 +20,7 @@ dofile(minetest.get_modpath("food").."/dairy.lua") dofile(minetest.get_modpath("food").."/food/meats.lua") dofile(minetest.get_modpath("food").."/food/sandwich.lua") dofile(minetest.get_modpath("food").."/food/baking.lua") +dofile(minetest.get_modpath("food").."/food/soup.lua") dofile(minetest.get_modpath("food").."/snacks/crumbles.lua") dofile(minetest.get_modpath("food").."/snacks/cakes.lua") @@ -59,6 +60,13 @@ minetest.register_craft({ recipe = "food:clay_mug", }) +-----------------------------Bowl------------------------------- + +minetest.register_craftitem("food:bowl",{ + description = "Bowl", + inventory_image = "food_bowl.png", +}) + -----------------------------Sugar------------------------------ minetest.register_craftitem("food:sugar", { @@ -88,4 +96,4 @@ minetest.register_craft({ } }) -print("food: Mainframe loaded") \ No newline at end of file +print("food: Mainframe loaded") -- cgit v1.2.3