diff options
-rw-r--r-- | cakemix.lua | 15 | ||||
-rw-r--r-- | init.lua | 7 | ||||
-rw-r--r-- | textures/animalmaterials_egg.png | bin | 0 -> 672 bytes | |||
-rw-r--r-- | textures/animalmaterials_glass.png | bin | 0 -> 564 bytes | |||
-rw-r--r-- | textures/animalmaterials_milk.png | bin | 0 -> 559 bytes |
5 files changed, 6 insertions, 16 deletions
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-----------
-
@@ -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 Binary files differnew file mode 100644 index 0000000..50010de --- /dev/null +++ b/textures/animalmaterials_egg.png diff --git a/textures/animalmaterials_glass.png b/textures/animalmaterials_glass.png Binary files differnew file mode 100644 index 0000000..9fadc0d --- /dev/null +++ b/textures/animalmaterials_glass.png diff --git a/textures/animalmaterials_milk.png b/textures/animalmaterials_milk.png Binary files differnew file mode 100644 index 0000000..e535264 --- /dev/null +++ b/textures/animalmaterials_milk.png |