summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubenwardy <anjayward@gmail.com>2012-08-30 17:46:12 +0100
committerRubenwardy <anjayward@gmail.com>2012-08-30 17:46:12 +0100
commit97667792fd1cc6a21ee5266e6cca06322f5dd684 (patch)
treeb023970da4394cff7e3995c093b0fcb9c2f04008
parent5b9e97da2d483416f0582a85830ffa027d6b69a9 (diff)
Updated Stuff
-rw-r--r--cakemix.lua15
-rw-r--r--init.lua7
-rw-r--r--textures/animalmaterials_egg.pngbin0 -> 672 bytes
-rw-r--r--textures/animalmaterials_glass.pngbin0 -> 564 bytes
-rw-r--r--textures/animalmaterials_milk.pngbin0 -> 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-----------
-
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
--- /dev/null
+++ b/textures/animalmaterials_egg.png
Binary files differ
diff --git a/textures/animalmaterials_glass.png b/textures/animalmaterials_glass.png
new file mode 100644
index 0000000..9fadc0d
--- /dev/null
+++ b/textures/animalmaterials_glass.png
Binary files differ
diff --git a/textures/animalmaterials_milk.png b/textures/animalmaterials_milk.png
new file mode 100644
index 0000000..e535264
--- /dev/null
+++ b/textures/animalmaterials_milk.png
Binary files differ