diff options
author | Rubenwardy <anjayward@gmail.com> | 2012-08-30 17:46:12 +0100 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2012-08-30 17:46:12 +0100 |
commit | 97667792fd1cc6a21ee5266e6cca06322f5dd684 (patch) | |
tree | b023970da4394cff7e3995c093b0fcb9c2f04008 | |
parent | 5b9e97da2d483416f0582a85830ffa027d6b69a9 (diff) |
Updated Stuff
-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 |