From 97667792fd1cc6a21ee5266e6cca06322f5dd684 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Thu, 30 Aug 2012 17:46:12 +0100 Subject: Updated Stuff --- cakemix.lua | 15 --------------- init.lua | 7 ++++++- textures/animalmaterials_egg.png | Bin 0 -> 672 bytes textures/animalmaterials_glass.png | Bin 0 -> 564 bytes textures/animalmaterials_milk.png | Bin 0 -> 559 bytes 5 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 cakemix.lua create mode 100644 textures/animalmaterials_egg.png create mode 100644 textures/animalmaterials_glass.png create mode 100644 textures/animalmaterials_milk.png diff --git a/cakemix.lua b/cakemix.lua deleted file mode 100644 index 2120843..0000000 --- a/cakemix.lua +++ /dev/null @@ -1,15 +0,0 @@ --- RUBENFOOD MOD --- A mod written by rubenwardy that adds --- food to the minetest game --- ===================================== --- >> rubenfood/cakemix.lua --- adds cake mix --- ===================================== --- [regis-food] Apple Juice --- [craft] Cactus Juice --- [regis-food] Cactus Juice --- [craft] Cactus Juice --- ===================================== - ----------------Cake Pastry----------- - diff --git a/init.lua b/init.lua index 5196cc5..5d8aa89 100644 --- a/init.lua +++ b/init.lua @@ -12,10 +12,15 @@ print ("RubenFood: Loading mainframe: [Master]") -dofile(minetest.get_modpath("rubenfood").."/drinks.lua") +----------------------Load Files----------------------------- +dofile(minetest.get_modpath("rubenfood").."/baking.lua") dofile(minetest.get_modpath("rubenfood").."/cakes.lua") + +dofile(minetest.get_modpath("rubenfood").."/drinks.lua") dofile(minetest.get_modpath("rubenfood").."/fruits.lua") +dofile(minetest.get_modpath("rubenfood").."/support.lua") + ----------------------------Cup------------------------------ minetest.register_craftitem(":rubenfood:cup",{ description = "Cup", diff --git a/textures/animalmaterials_egg.png b/textures/animalmaterials_egg.png new file mode 100644 index 0000000..50010de Binary files /dev/null and b/textures/animalmaterials_egg.png differ diff --git a/textures/animalmaterials_glass.png b/textures/animalmaterials_glass.png new file mode 100644 index 0000000..9fadc0d Binary files /dev/null and b/textures/animalmaterials_glass.png differ diff --git a/textures/animalmaterials_milk.png b/textures/animalmaterials_milk.png new file mode 100644 index 0000000..e535264 Binary files /dev/null and b/textures/animalmaterials_milk.png differ -- cgit v1.2.3