Just kinda confused on how to do it, or how big to make it. I watched a few videos, but am not fully decided on how to make the farm. Please help!
Sugar cane grows on grass, dirt and sand. One side of the block MUST touch water in some form (diagonal doesnt count). This limits your farm some. http://www.minecraftwiki.net/wiki/File: ... .20.28.png I found this awhile ago on the wiki and have used it ever since (ignore the 4x4 in the right corner). in an 8x8 it uses 16 water. Thats 48 canes growing in a 8x8. Quadruple it and you'll have 192 growing in 1 16x16 chunk. Some people have found ways to use water to wash reeds and then replant but I haven't figured a good way to do that with this setup on a 16x16. RagMan
This is the setup I have, 30x90 and with 30 floors will allow you to farm nearly endlessly. (this should also make around 16k an hour) Code: # is water $ is reed #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$# #$$#$$#$$#$$#$$#$$#$$#$$#$$#
Using coordinates, yep @person14 However, it is extremely confusing and complicated to explain. Most people say that if your X and Y coordinates are numbers divisible by 16, you are on the corner of a chunk, which is correct, but, you have to figure out which way is staying in that chunk, and which way is going into the chunk next to it. Also, I know this is kind of a late reply, I just saw this and thought I'd try to help!