1
0
mirror of https://github.com/rubenwardy/food.git synced 2025-07-12 20:20:23 +02:00

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

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