diff options
author | Rubenwardy <anjayward@gmail.com> | 2012-08-30 17:04:36 +0100 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2012-08-30 17:04:36 +0100 |
commit | 51ebdbe5c609f37556c0b3a692f74d042740b861 (patch) | |
tree | c0ee5c5a25932921e73650b1873a5d218c3a25f3 /rubenfood/cakes.lua | |
parent | 46abeee7946098712c965419f3b00c071ada34ae (diff) |
Made Rubenfood into Modules
Diffstat (limited to 'rubenfood/cakes.lua')
-rw-r--r-- | rubenfood/cakes.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rubenfood/cakes.lua b/rubenfood/cakes.lua index f7a161d..1970e0b 100644 --- a/rubenfood/cakes.lua +++ b/rubenfood/cakes.lua @@ -1,3 +1,6 @@ +print("RubenFood [Master] - Loading Cakes")
+
+dofile(minetest.get_modpath("rubenfood").."/cakemix.lua")
--------------------------Cakes-------------------------
minetest.register_craftitem(":rubenfood:cakemix_plain",{
description = "Cake Mix",
|