From b336aaa2b489ceee8e5bc803dabc3052d2bbd63a Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Mon, 10 Sep 2012 20:04:10 +0100 Subject: Moved stuff around and added hot chocolate --- drinks/milkshakes.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 drinks/milkshakes.lua (limited to 'drinks/milkshakes.lua') diff --git a/drinks/milkshakes.lua b/drinks/milkshakes.lua new file mode 100644 index 0000000..ffb8c56 --- /dev/null +++ b/drinks/milkshakes.lua @@ -0,0 +1,17 @@ +-- RUBENFOOD MOD +-- A mod written by rubenwardy that adds +-- food to the minetest game +-- ===================================== +-- >> rubenfood/drinks/milkshakes.lua +-- adds drinks +-- ===================================== +-- +-- ===================================== + +print ("RubenFood [Master] - Loading Milk Shakes") + +minetest.register_craftitem("food:ms_chocolate", { + description = "Chocolate Milkshake", + inventory_image = "food_ms_chocolate.png", + on_use = minetest.item_eat(4) +}) \ No newline at end of file -- cgit v1.2.3