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 /init.lua | |
parent | 5b9e97da2d483416f0582a85830ffa027d6b69a9 (diff) |
Updated Stuff
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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",
|