Jump to content

Open Computers Crop Breeding: Difference between revisions

m
Updated code to be more flexible which I reflected here
m (Added Minimum Components Image)
m (Updated code to be more flexible which I reflected here)
Line 1:
[[Category:OpenComputers]][[Category:Guides]][[Category:Useful Crops]]
== Introduction ==
[https://github.com/DylanTaylor1/ic2-crop-automation These Open Computers (OC) scripts] will automatically tier-up, stat-up, and spread (duplicate) crops for you. Open Computers is a very powerful yet complicated mod using custom scripts written in lua, but fear not. I have made everything here as straight forward as possible to help you get your crop bot running in no time.
 
==Bare Minimum Components==
Line 40:
 
==Building the Farms==
First off, it is recommended to set everything up in a Jungle or Swamp biome at Y=130 as that will give you the highest humidity and air quality stats. This is most easily done in a personal dimension which you earn as a quest reward from reaching the moon. Do not place any solid blocks above the farm as that will reduce the air quality. All of the machines on the surface are waterproof so do not worry about the rain. Use vanilla dirt because that will allow you to grow crops that require a particular block underneath, and boost the nutrient stat of your crops. The whole farm willcan easily fit into a single chunk for easy chunk loading. See image below. <br>
 
'''You may change both the size of the working farm and the size of the storage farm''' in the config (default is 6x6 and 9x9, respectively). Larger working farm sizes will extend left and up while larger storage farm sizes will extend down and to the right (see image below). The top row of the working farm will always align with the top row of the storage farm. There is no maximum or minimum size for either farm and it does not matter if the lengths are even or odd. Note that larger storage farm sizes will leave your working farm more susceptible to weeds because the robot will have to travel further when transporting crops which means less time spent scanning the working farm.
[[File:Farm_Top.png|Top-View of the farm|center|thumb|779x779px]]
 
[[File:Farm Top 2.png|center|thumb|779x779px|Top-View of the farm]]
 
 
First note the orientation of the robot sitting atop the OC charger. It must face up towards the right-most column of the working farm. If the crop stick chest is ever empty, the robot will run into errors and the script will crash. In the image, I have a trash can on the other side of the crop stick chest because I do not want any drops beyond the target crop, but this can be a second chest if you do want random drops. The blank farmland is for the transvector dislocator which should be facing it. You can tell which direction the transvector dislocator is facing by the side that is animated. The last spot is for a crop-matron which is optional and one y-level lower than the rest of the blocks. It is just to hydrate most of the crops to help them grow a little faster. <br>
 
'''The location of the water MUSTis completely flexible''': they do not have to be exactlyin asthe seensame locations as in the photo''' (underneath all five sea lantern slabs). Atand ayou minimumcan have as many as you would like on both the working farm and storage farm. However, there MUST be a block aboveon thetop of each water inand theno workingtwo farmcan be next to each other. The block can be literally anything, even a lilypadlily pad will work, so long as there is something. However,It Iis recommendalso usingpossible someto sortuse ofgarden lightsoil sourceor tofertilized helpdirt cropsand growhave atabsolutely night.no Nothingwater needson tothe befarms aboveat theall, waterbut blocksthis onwill thesacrifice storagea farm,few butnutrient itstats isand morebar aestheticyou iffrom theygrowing allcrops match.that require a particular block underneath.<br>
 
'''The starting crops MUST be placed manually in the checkerboard pattern''' seen in the photo. This layout goes for all three programs. If you cannot fill the entire checkerboard to start, the ''absolute'' ''minimum required is two'' (one as the target crop and the other next to it for crossbreeding). It is not necessary to place empty crop sticks to fill the rest of the checkerboard. The target crop is used by autoStat and autoSpread to identify the crop you want to stat-up or spread to the storage farm, respectively. <br>
Line 72 ⟶ 74:
''autoSpread''
 
Fire and Forget. If you have brand new crops (ie. 1/1/1 spruce saplings) and want to automatically stat-up and start spreading. keepMutations in the config should be set to false (default), otherwise the storage farm will be overwritten once autoSpread begins. To run, simply enter:
 
''autoStat && autoSpread''
133

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.