Updated Stuff

This commit is contained in:
Rubenwardy 2012-08-30 17:46:12 +01:00
parent 5b9e97da2d
commit 97667792fd
5 changed files with 6 additions and 16 deletions

View File

@ -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-----------

View File

@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B