Page 1 of 1

Mod: Baking (was Bread)

PostPosted: Sat Dec 03, 2011 07:51
by randomproof
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

PostPosted: Sat Dec 03, 2011 08:27
by Calinou
The screenshot of growing wheat doesn't show up... :/
Seems nice, though. Bread should heal 5 hearts, not 8... 8 is too much.

PostPosted: Sat Dec 03, 2011 08:35
by kahrl
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.

PostPosted: Sat Dec 03, 2011 17:24
by randomproof
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.

PostPosted: Mon Dec 05, 2011 05:52
by MarkTraceur
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"

PostPosted: Mon Dec 05, 2011 06:48
by randomproof
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.

PostPosted: Tue Dec 20, 2011 04:15
by RAPHAEL
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.

PostPosted: Wed Dec 21, 2011 21:31
by sapier
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.

PostPosted: Wed Dec 21, 2011 23:50
by randomproof
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.

PostPosted: Fri Dec 23, 2011 01:41
by sapier
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

PostPosted: Sat Dec 24, 2011 09:57
by Hackeridze
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)

PostPosted: Wed Jan 04, 2012 21:38
by Hackeridze

PostPosted: Sun Aug 12, 2012 21:15
by rubenwardy
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.