Mod: Baking (was Bread)

Post Reply
randomproof
Member
Posts: 214
Joined: Thu Nov 17, 2011 06:31
Location: California, USA

Mod: Baking (was Bread)

by randomproof » Post

UPDATE: With the new updates that were recently pushed out, I have decided to put this mod on hold. If someone else wants to use this mod, feel free to update the code.


Adds wheat which can be turned into flour, which can be added to bucket of water to be made into dough, which can be baked into bread. Bread heals 8 hearts.

To make flour: fill 2x2 square of crafting spaces with wheat.
To make dough: put bucket of water in center and fill the rest of the spaces with flour.
To make bread: put dough in furnace.

Includes a brick oven that will cook food (right now bread and the rat) twice as fast.
To craft it use the brick block in circle like you would to make the normal furnace.

Requires bucket and growing mods!

Gitorious Link
Last edited by randomproof on Tue Jan 24, 2012 16:38, edited 1 time in total.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

by Calinou » Post

The screenshot of growing wheat doesn't show up... :/
Seems nice, though. Bread should heal 5 hearts, not 8... 8 is too much.

kahrl
Member
Posts: 236
Joined: Fri Sep 02, 2011 07:51
Location: Rös̓̇chenhof

by kahrl » Post

You lose the bucket when crafting dough, right?

I actually discussed this with celeron55 a while ago; there should be a way to have multiple outputs in a crafting recipe (dough and an empty bucket in this case). But as far as I remember, we didn't come up with a nice way to integrate that into the existing engine. I will give this some more thought.

randomproof
Member
Posts: 214
Joined: Thu Nov 17, 2011 06:31
Location: California, USA

by randomproof » Post

Calinou wrote:The screenshot of growing wheat doesn't show up... :/
Seems nice, though. Bread should heal 5 hearts, not 8... 8 is too much.
Yeah, later today I will fix the screenshot. I was trying to host it on dropbox but can't get it to display.

I had the hearts at 8 only because of the hard work it takes to get the bread, but it can be easily changed.

MarkTraceur
Member
Posts: 103
Joined: Sat Dec 03, 2011 05:41
Location: San Francisco, CA
Contact:

by MarkTraceur » Post

Two bugs I've found thus far:

1. digprop_* are only callable like minetest.digprop_*, so you need to add minetest. to your digprop line(s)
2. You need to follow the naming conventions for your nodes and items--thus "breadmod:wheat" instead of "breadmod_wheat"
Mods: https://gitorious.org/marktraceur-minetest-mods
IRC: marktraceur on freenode

randomproof
Member
Posts: 214
Joined: Thu Nov 17, 2011 06:31
Location: California, USA

by randomproof » Post

MarkTraceur wrote:Two bugs I've found thus far:

1. digprop_* are only callable like minetest.digprop_*, so you need to add minetest. to your digprop line(s)
2. You need to follow the naming conventions for your nodes and items--thus "breadmod:wheat" instead of "breadmod_wheat"
Updated. Noticed these changes when I pulled from github this morning. I've also added a brick oven that will cook food (right now bread and the rat) twice as fast. Used the experimental:luafurnace to make it. experimental:luafurnace was missing calculations for fuel burntime and src cooktime so I added those. Also it will only cook items in a special list and it cuts the cooktime in half.
Last edited by randomproof on Mon Dec 05, 2011 06:49, edited 1 time in total.

User avatar
RAPHAEL
Member
Posts: 627
Joined: Tue Nov 01, 2011 09:09
Location: Earth

by RAPHAEL » Post

Here's a suggestion to fix the bucket issue. Add to the mod a wooden baking bowl made from say 3 wood in place of the 3 steel. Problem solved.
"Before you speak, ask yourself: Is it kind, is it true, is it necessary, does it improve upon the silence?"
My mods: http://goo.gl/n4kpn
(Currently Various, Industrial, Fakeblocks, Jail, MoarCraft, Christmas, Replicator, minetest dev installer for linux, bash mod installer, windows mod installer)

sapier
Developer
Posts: 763
Joined: Tue Aug 16, 2011 18:17

by sapier » Post

I've created a farming mod and would like to extend your baking mod by adding recieps for different kinds of bread ;-)
http://c55.me/minetest/forum/viewtopic.php?id=607

eg rhy-bread or wheat-rhy mixed bread (very popular in Germany ;-))

May I use your mod as base?
Of course I'd send the patches to you if you'd like to use my mod instead of mod growing.
Last edited by sapier on Wed Dec 21, 2011 21:31, edited 1 time in total.
DON'T mention coding style!
(c) sapier all rights reserved

randomproof
Member
Posts: 214
Joined: Thu Nov 17, 2011 06:31
Location: California, USA

by randomproof » Post

sapier wrote:I've created a farming mod and would like to extend your baking mod by adding recieps for different kinds of bread ;-)
http://c55.me/minetest/forum/viewtopic.php?id=607

eg rhy-bread or wheat-rhy mixed bread (very popular in Germany ;-))

May I use your mod as base?
Of course I'd send the patches to you if you'd like to use my mod instead of mod growing.
Feel free to use this code for whatever you want.

sapier
Developer
Posts: 763
Joined: Tue Aug 16, 2011 18:17

by sapier » Post

My version depends on mod farming

I've added:

-bowl ->(use pointing at water) -> bowl of water
Wood . Wood
. Wood .

replacing bucket of water

-gratin dish raw ->(furnace) -> gratin dish
clay . clay
. clay .

-apple pie raw ->(oven) -> apple pie
apple apple apple
wheat_flour wheat_flour wheat_flour
rhy_flour bowl_of_water rhy_flour

-mix bread dough ->(oven) -> mix bread
wheat_flour rhy_flour wheat_flour
rhy_flour bowl_of_water rhy_flour
wheat_flour rhy_flour wheat_flour

-potatoe gratin raw ->(oven) -> potatoe gratin
potatoe potatoe potatoe
potatoe potatoe potatoe
. gratin dish .

-rhy floor
rhy rhy
rhy rhy

http://www.mediafire.com/?6bnohg292r2woyo
Last edited by sapier on Sat Dec 24, 2011 00:59, edited 1 time in total.
DON'T mention coding style!
(c) sapier all rights reserved

User avatar
Hackeridze
Member
Posts: 310
Joined: Thu Nov 03, 2011 13:35

by Hackeridze » Post

sapier wrote:My version depends on mod farming

I've added:

-bowl ->(use pointing at water) -> bowl of water
Wood . Wood
. Wood .

replacing bucket of water

-gratin dish raw ->(furnace) -> gratin dish
clay . clay
. clay .

-apple pie raw ->(oven) -> apple pie
apple apple apple
wheat_flour wheat_flour wheat_flour
rhy_flour bowl_of_water rhy_flour

-mix bread dough ->(oven) -> mix bread
wheat_flour rhy_flour wheat_flour
rhy_flour bowl_of_water rhy_flour
wheat_flour rhy_flour wheat_flour

-potatoe gratin raw ->(oven) -> potatoe gratin
potatoe potatoe potatoe
potatoe potatoe potatoe
. gratin dish .

-rhy floor
rhy rhy
rhy rhy

http://www.mediafire.com/?6bnohg292r2woyo
I will add this recipes to my version of baking mod, also you can use my wheat mod, thas more cool like in here. But wait the wheat mod update)
My game: RTMG
GENTOO USER

User avatar
Hackeridze
Member
Posts: 310
Joined: Thu Nov 03, 2011 13:35

by Hackeridze » Post

My game: RTMG
GENTOO USER

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

by rubenwardy » Post

Can you zip it up? my mum's computer cant open the archive format it is in, and i am not allowed to install anything.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

Post Reply

Who is online

Users browsing this forum: No registered users and 25 guests