[Mod] Mtfoods! [1.5] [mtfoods]

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

[Mod] Mtfoods! [1.5] [mtfoods]

by philipbenr » Post

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.
Last edited by philipbenr on Sat Jan 25, 2014 02:37, edited 1 time in total.

User avatar
Mossmanikin
Member
Posts: 599
Joined: Sun May 19, 2013 16:26
Location: where we don't speak english.

by Mossmanikin » Post

I really like those textures, especially the minetest burger. :)

Noob 4 life!
My stuff

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

it looks better in your hand.

And thanks.
Last edited by philipbenr on Thu Aug 29, 2013 05:41, edited 1 time in total.

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

by Evergreen » Post

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.
Back from the dead!

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Post

Are there plans to allow food to be placed like apples can be? They make for good decorations.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

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.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

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.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

support added in blockmen's better hud and hunger

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

I like the textures!

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

thanks. I'm really good at working 16x16 - 64x64

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

now that I have found node-box generator, there will be some improvements. to the mod, though it will take a while.

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

What do you mean by recipes? Do you mean food, all food stuffs, or actual craft recipes.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

craft recipes, but all craft recipes are either foods, drinks or desserts with the exception of cider racks.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

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. :)
Last edited by philipbenr on Sun Dec 29, 2013 01:57, edited 1 time in total.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

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. :)

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Post

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.
Last edited by Inocudom on Sun Dec 29, 2013 21:25, edited 1 time in total.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

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...

Azuna
Member
Posts: 89
Joined: Fri Sep 27, 2013 22:50

by Azuna » Post

why cant we drink dandelion milk? other than that, EXELLENT, it's on mah server.
Last edited by Azuna on Fri Jan 03, 2014 16:03, edited 1 time in total.

Azuna
Member
Posts: 89
Joined: Fri Sep 27, 2013 22:50

by Azuna » Post

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
Last edited by Azuna on Sun Jan 05, 2014 00:01, edited 1 time in total.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

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.

User avatar
DeepGaze
Member
Posts: 332
Joined: Fri May 10, 2013 00:49
GitHub: DeepGaze
IRC: DeepGaze
In-game: DeepGaze
Location: Take your best guess

by DeepGaze » Post

food idea: the bones of a player cooked making a pie
there's no place like 127.0.0.1
The deep life Minetest text page
minetest cards

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

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.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

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.

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

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.
Last edited by rubenwardy on Sat Jan 04, 2014 11:14, edited 1 time in total.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

Project pushed to Github. :) have fun!

Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests