mirror of
https://github.com/rubenwardy/food.git
synced 2025-07-08 02:30:22 +02:00
DocFarming support and more foods added
This commit is contained in:
3
init.lua
3
init.lua
@ -14,7 +14,6 @@ print ("Food: Loading mainframe: [Master]")
|
||||
|
||||
----------------------Load Files-----------------------------
|
||||
dofile(minetest.get_modpath("food").."/support.lua")
|
||||
dofile(minetest.get_modpath("food").."/tools/oven.lua")
|
||||
|
||||
dofile(minetest.get_modpath("food").."/dairy.lua")
|
||||
dofile(minetest.get_modpath("food").."/food/meats.lua")
|
||||
@ -94,4 +93,4 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
print("food: Mainframe loaded")
|
||||
print("Food: Mainframe loaded")
|
||||
|
Reference in New Issue
Block a user