Sugarcane grows by itself and can be grown using bonemeal.
STR_Warrior, there is a random chance for the second seed; I didn't test it though so it is possible that it's never getting through to the second seed. I'll check it.
Ah, you're right, there was a problem. First, the random number generator didn't generate random-enough numbers. And second, the item added to the drops had a count of zero, so it was effectively ignored
Fixed in Rev 579
This actually happenned to me when I was tweaking the growth code for sugarcane - I got the limit wrong and each time a sugarcane column received a blocktick, it would grow by one block. Let me tell you, harvesting a 64-blocks high sugarcane sure is fun
STR_Warrior, there is a random chance for the second seed; I didn't test it though so it is possible that it's never getting through to the second seed. I'll check it.
Ah, you're right, there was a problem. First, the random number generator didn't generate random-enough numbers. And second, the item added to the drops had a count of zero, so it was effectively ignored
Fixed in Rev 579
(05-31-2012, 09:47 PM)Taugeshtu Wrote: I'm pretty sure sugarcane code count overall sugarcane length in blocks (in order not to grow it to the sky... wait! sounds like a nice idea!)
This actually happenned to me when I was tweaking the growth code for sugarcane - I got the limit wrong and each time a sugarcane column received a blocktick, it would grow by one block. Let me tell you, harvesting a 64-blocks high sugarcane sure is fun