Page 1 of 2

[Mod] Mtfoods! [1.5] [mtfoods]

Posted: Thu Aug 29, 2013 01:50
by philipbenr
Image

As stated in the README,
"This is a mod for Minetest that gives the player a chance to make some nice foods like chocolate cakes, a MLT, which is a minetest burger, healing medicine, or a simple apple pie."
I hated how minetest didn't have much food, so I made my own stuff.
Below are the recipes for the mod (and there is a good reason why its in a spoiler.)
Spoiler
Recipes:

output = "mtfoods:dandelion_milk 2",
recipe = {
{'', 'flowers:dandelion_yellow', ''},
{'mtfoods:sugar', 'flowers:dandelion_yellow', 'mtfoods:sugar'},
{'', 'vessels:drinking_glass', ''},



type = "shapeless",
output = "mtfoods:sugar 3",
recipe = {'default:papyrus'}



output = "mtfoods:short_bread",
recipe = {
{'mtfoods:dandelion_milk'},
{'farming:bread'},
{'mtfoods:sugar'},



output = "mtfoods:cream",
recipe = {
{'mtfoods:dandelion_milk'},
{'mtfoods:sugar'},



output = "mtfoods:chocolate 5",
recipe = {
{ 'mtfoods:sugar', 'mtfoods:dandelion_milk', 'mtfoods:sugar'},
{'farming_plus:cocoa_bean', 'farming_plus:cocoa_bean', 'farming_plus:cocoa_bean'},
{ 'mtfoods:sugar', 'mtfoods:dandelion_milk', 'mtfoods:sugar'},



output = "mtfoods:cupcake",
recipe = {
{'mtfoods:cream'},
{'mtfoods:short_bread'},
{'default:paper'},



output = "mtfoods:strawberry_shortcake",
recipe = {
{ 'mtfoods:cream', 'farming_plus:strawberry_item', 'mtfoods:cream'},
{'farming_plus:strawberry_item', 'mtfoods:short_bread', 'farming_plus:strawberry_item'},



output = "mtfoods:cake",
recipe = {
{' ', 'mtfoods:sugar', ''},
{'mtfoods:dandelion_milk', 'farming:bread', 'mtfoods:dandelion_milk'},
{' ', 'mtfoods:sugar', ''}



output = "mtfoods:chocolate_cake",
recipe = {
{'mtfoods:chocolate'},
{'mtfoods:cake'},



output = "mtfoods:carrot_cake",
recipe = {
{' ', 'farming_plus:carrot_item', ''},
{'farming_plus:cocoa_bean', 'mtfoods:cake', 'farming_plus:cocoa_bean'},



output = "mtfoods:pie_crust",
recipe = {
{'farming:bread', 'farming:flour'},
{'farming:flour', 'mtfoods:sugar'},



output = "mtfoods:apple_pie",
recipe = {
{'default:apple', 'default:apple', 'default:apple'},
{' ', 'mtfoods:pie_crust', ''},



output = "mtfoods:rhubarb_pie",
recipe = {
{'farming_plus:rhubarb_item', 'farming_plus:rhubarb_item', 'farming_plus:rhubarb_item'},
{' ', 'mtfoods:pie_crust', ''},



output = "mtfoods:banana_pie",
recipe = {
{'farming_plus:banana', 'mtfoods:cream', 'farming_plus:banana'},
{ '', 'mtfoods:pie_crust', ''},



output = "mtfoods:pumpkin_pie",
recipe = {
{'mtfoods:cream', 'farming:pumpkin', 'mtfoods:cream'},
{' ', 'mtfoods:pie_crust', ' '},




output = "mtfoods:cookies",
recipe = {
{' ', 'mtfoods:chocolate', ''},
{'mtfoods:chocolate', 'mtfoods:cream', 'mtfoods:chocolate'},
{' ', 'mtfoods:chocolate', ''},


output = "mtfoods:mlt_burger",
recipe = {
{'farming:bread', 'mobs:meat', ''},
{'', 'default:junglegrass', ''},
{'', 'farming_plus:tomato_item', 'farming:bread'},


output = "mtfoods:potato_slices",
recipe = {
{'farming_plus:potatoe_item'},


type = "cooking",
output = "mtfoods:potato_chips",
recipe = "mtfoods:potato_slices",


output = "mtfoods:medicine",
recipe = {
{' ', 'farming:wheat', ''},
{'mtfoods:dandelion_milk', 'default:junglegrass', 'mtfoods:chocolate'},
{' ', 'vessels:glass_bottle', ''},


output = "mtfoods:casserole",
recipe = {
{'farming_plus:carrot_item', 'farming_plus:potatoe_item', 'farming_plus:tomato_item'},
{' ', 'farming:bread', ''},


output = "mtfoods:glass_flute",
recipe = {
{'default:glass', '', 'default:glass'},
{'', 'default:glass', ''},
{'default:glass', 'default:glass', 'default:glass'},


type = "shapeless",
output = "mtfoods:orange_juice",
recipe = {'mtfoods:glass_flute', 'farming_plus:orange_item'}


type = "shapeless",
output = "mtfoods:apple_juice",
recipe = {'mtfoods:glass_flute', 'default:apple'}


output = "mtfoods:apple_cider",
recipe = {
{' ', 'default:steel_ingot', ''},
{'default:glass', 'mtfoods:apple_juice', 'default:glass'},
{'default:glass', 'mtfoods:apple_juice', 'default:glass'},


output = "mtfoods:cider_rack",
recipe = {
{'default:wood','mtfoods:apple_cider','default:wood'},
{'default:wood','mtfoods:apple_cider','default:wood'},


Edit: Take a look in the creative inventory, and tell me if I have missed any....
Please give me new recipes to work on! I would love getting in more stuff it's just I don't know what to put in!

-=-=-=-=-=-=-=-=-=

Code License:GPLv3
Textures:CC-BY-SA-NC 3.0

-=-=-=-=-=-=-=-=-=

Depends:
(I will stick to PilzAdam's simple_mobs for now. Might add Sapier's MOB framework support later)

-=-=-=-=-=-=-=-=-=
default
mobs
farming
farming_plus
vessels
flowers
-=-=-=-=-=-=-=-=-=

Download: Downlaod 1.5
Github: Browse Code

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Screenshots:


Image


Image


Image

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Recent add-ons:

Nodeboxes. They gives the mod a better view in the material world. :P

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


have fun! :)

feel free to give your feedback and recipes.

Posted: Thu Aug 29, 2013 05:38
by Mossmanikin
I really like those textures, especially the minetest burger. :)

Posted: Thu Aug 29, 2013 05:40
by philipbenr
it looks better in your hand.

And thanks.

Posted: Thu Aug 29, 2013 11:25
by Evergreen
philipbenr wrote:it looks better in your hand.

And thanks.
[joking]No, it always looks better in someone else's hand[/joking] But seriously, this is a great mod, and the old morefoods needed a reboot.

Posted: Thu Aug 29, 2013 14:01
by Inocudom
Are there plans to allow food to be placed like apples can be? They make for good decorations.

Posted: Thu Aug 29, 2013 15:00
by philipbenr
I might add in a platform like a cake display table, but the node would only be plantlike unless I had help with a nodebox or something. you can place apple cider bottles and cider racks now, but that is all that I have yet. The reason no release is that there are so many recipes to cover.

Posted: Thu Aug 29, 2013 15:57
by philipbenr
1.0 released. Added recipes online, though rather primitive for now.

now taking recipes from all you guys that would like added. I would be happy to add some more recipies.

Posted: Fri Aug 30, 2013 16:57
by philipbenr
support added in blockmen's better hud and hunger

Posted: Fri Aug 30, 2013 18:10
by webdesigner97
I like the textures!

Posted: Sat Aug 31, 2013 16:02
by philipbenr
thanks. I'm really good at working 16x16 - 64x64

Posted: Sun Sep 01, 2013 19:05
by philipbenr
now that I have found node-box generator, there will be some improvements. to the mod, though it will take a while.

Posted: Sun Sep 01, 2013 20:36
by rubenwardy
What do you mean by recipes? Do you mean food, all food stuffs, or actual craft recipes.

Posted: Mon Sep 02, 2013 05:07
by philipbenr
craft recipes, but all craft recipes are either foods, drinks or desserts with the exception of cider racks.

Posted: Tue Dec 24, 2013 09:32
by philipbenr
Update coming up. More nodeboxes and some revised textures... Will release a couple days after Christmas.

Also, going to revise screenshots. :P

Edit: Updated to version 1.5, redone with nodeboxes. Thanks to Rubenwardy for the nodebox generator. :)

Posted: Sun Dec 29, 2013 21:01
by philipbenr
I'm adding in more main courses now, the update should come out sometime after the new year. For all of you, have a happy new year. :)

Posted: Sun Dec 29, 2013 21:22
by Inocudom
viewtopic.php?pid=41155#p41155
The above link leads to rubenwardy's food mod. Your mt_foods mod could work with it.

Those nodebox models are absolutely gorgeous. I hope to see this mod on servers one day, because it both feeds and decorates.

Posted: Mon Dec 30, 2013 06:34
by philipbenr
Inocudom wrote:viewtopic.php?pid=41155#p41155
The above link leads to rubenwardy's food mod. Your mt_foods mod could work with it.

Those nodebox models are absolutely gorgeous. I hope to see this mod on servers one day, because it both feeds and decorates.
Thanks

I have been eyeing that mod for a while. I have the idea of using soft dependencies or just having alternatives for all three of the animals mods.

That mod also gives me ideas for more recipes...

Posted: Fri Jan 03, 2014 16:03
by Azuna
why cant we drink dandelion milk? other than that, EXELLENT, it's on mah server.

Posted: Fri Jan 03, 2014 16:23
by Azuna
me and my sister roleplay and use a lot of food mods, including yours and Sapier's, but yours takes the cake, literally!
Nee-Nee-chan
Edit: sapier has the animal mod.... right? -_- BLIND STUPIDITY

Posted: Fri Jan 03, 2014 17:51
by philipbenr
Azuna wrote:why cant we drink dandelion milk? other than that, EXELLENT, it's on mah server.
I don't know why. I'll fix it in the next update. That will be a while, because I've resolved to updated castles + first.

Posted: Fri Jan 03, 2014 18:30
by DeepGaze
food idea: the bones of a player cooked making a pie

Posted: Fri Jan 03, 2014 18:32
by philipbenr
DeepGaze wrote:food idea: the bones of a player cooked making a pie
I'll do it, although I don't believe it will be very popular with everyone else. Will call it survival pie.

Posted: Fri Jan 03, 2014 18:33
by philipbenr
Azuna wrote:me and my sister roleplay and use a lot of food mods, including yours and Sapier's, but yours takes the cake, literally!
Nee-Nee-chan
Thanks! :) I enjoyed making the mod.

Posted: Sat Jan 04, 2014 11:09
by rubenwardy
Nice to see some one using my nbeditor :P

Well done, I quite like this mod.

In my food mod, the cakes look like giant biscuits.

Posted: Sat Jan 25, 2014 02:38
by philipbenr
Project pushed to Github. :) have fun!