Page 1 of 1

seeds from grass

PostPosted: Thu Nov 07, 2013 04:17
by cathhart
i have red a lot of post saying that you don't enough seeds from the grass well i have a way to get a seed from every grass,
when harvesting grass if you do not get a seed just replant it sometimes it takes 3 or 4 goes but you do get a seed, and every so often you need to replant a grass a lot more times, but its not that much trouble if you want the seeds, so stop complaing about it and work it out like i did.

PostPosted: Thu Nov 07, 2013 05:39
by VanessaE
Seems that the correct solution then would be for grass to set a bit of metadata on place that can be checked for when dug. If such a flag is present, that grass would be treated as though it has no seeds.

PostPosted: Thu Nov 07, 2013 07:06
by cathhart
VanessaE wrote:Seems that the correct solution then would be for grass to set a bit of metadata on place that can be checked for when dug. If such a flag is present, that grass would be treated as though it has no seeds.



i don't know about that, but i was just saying how to get more seeds, as people were complaining about not getting enough seeds. i like the grass the way it is.

PostPosted: Thu Nov 07, 2013 18:35
by Gambit
I've never read anything about people not receiving enough seeds. Either way I set it up so there are a whole lot of grass everywhere and digging at grass would give me a 10% chance of getting a seed, the rest of the 90% I get nothing.

PostPosted: Thu Nov 07, 2013 22:59
by Wuzzy
See http://wiki.minetest.net/Grass

The probability to get wheat seed from grass is 20%. The probability to get grass from grass is 80%. The probability to get nothing is 0%, Gambit.
I gathered the data from the source code of the farming mod.

The replanting trick works well because the probability that you still have no wheat seed after 5 consecutive digs is (20%)^5 = 0.032%.

PostPosted: Fri Nov 08, 2013 21:23
by Gambit
Wuzzy wrote:See http://wiki.minetest.net/Grass

The probability to get wheat seed from grass is 20%. The probability to get grass from grass is 80%. The probability to get nothing is 0%, Gambit.
I gathered the data from the source code of the farming mod.

The replanting trick works well because the probability that you still have no wheat seed after 5 consecutive digs is (20%)^5 = 0.032%.


No, I'm saying I adjust it that way.