1
0
mirror of https://github.com/Philipbenr/mtfoods.git synced 2025-08-04 05:40:20 +02:00

Compare commits

2 Commits

Author SHA1 Message Date
66fe798f75 Delete depends.txt, add mod.conf 2022-07-07 19:31:40 +02:00
7151544966 Ajoute message de chargement du mod dans le journal "action" 2018-12-31 17:47:55 +01:00
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +0,0 @@
default
mobs?
farming
farming_plus?
vessels
flowers?
ethereal?

View File

@ -47,3 +47,5 @@ end
dofile(minetest.get_modpath("mtfoods").."/desserts.lua")
dofile(minetest.get_modpath("mtfoods").."/foods.lua")
dofile(minetest.get_modpath("mtfoods").."/drinks.lua")
minetest.log("action", "[mtfoods] loaded.")

5
mod.conf Normal file
View 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