mirror of
https://github.com/rubenwardy/food.git
synced 2025-07-12 20:20:23 +02:00
Updated Stuff
This commit is contained in:
7
init.lua
7
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",
|
||||
|
Reference in New Issue
Block a user