mirror of
https://github.com/Philipbenr/mtfoods.git
synced 2025-08-05 06:00:19 +02:00
Compare commits
2 Commits
master
...
66fe798f75
Author | SHA1 | Date | |
---|---|---|---|
66fe798f75 | |||
7151544966 |
@ -1,7 +0,0 @@
|
|||||||
default
|
|
||||||
mobs?
|
|
||||||
farming
|
|
||||||
farming_plus?
|
|
||||||
vessels
|
|
||||||
flowers?
|
|
||||||
ethereal?
|
|
2
init.lua
2
init.lua
@ -47,3 +47,5 @@ end
|
|||||||
dofile(minetest.get_modpath("mtfoods").."/desserts.lua")
|
dofile(minetest.get_modpath("mtfoods").."/desserts.lua")
|
||||||
dofile(minetest.get_modpath("mtfoods").."/foods.lua")
|
dofile(minetest.get_modpath("mtfoods").."/foods.lua")
|
||||||
dofile(minetest.get_modpath("mtfoods").."/drinks.lua")
|
dofile(minetest.get_modpath("mtfoods").."/drinks.lua")
|
||||||
|
|
||||||
|
minetest.log("action", "[mtfoods] loaded.")
|
||||||
|
5
mod.conf
Normal file
5
mod.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name = mtfoods
|
||||||
|
title = MT Foods
|
||||||
|
description = This is a mod for Minetest that gives the plyer a chance to make some nice foods like chocolate cakes, a MLT, which is a minetest burger, healing medicine, or a simple apple pie.
|
||||||
|
depends = default,farming,vessels
|
||||||
|
optional_depends = mobs,farming_plus,flowers,ethereal
|
Reference in New Issue
Block a user