Open Computers Crop Breeding: Difference between revisions

Content added Content deleted
m (Added more mentions of needing a block above the water sources)
m (→‎Building the Robot: cleanup, link)
Line 29: Line 29:


==Building the Robot==
==Building the Robot==
[[File:Robot_Inventory.png|thumb|Inventory of the robot.]]
1. Insert the computer case into the OC Electronics Assembler which can be powered directly by any GT cable <br>2. Shift-click all of the parts into the computer case except the OpenOS floppy disk <br>3. Click assemble and wait until it completes <br>4. Rename the robot in an anvil <br>5. Place the robot down on the OC Charger which can also be powered directly by any GT cable <br>6. Insert the OpenOS floppy disk in the disk slot of the robot and press the power button <br>7. Follow the commands on the screen "install" --> "Y" --> "Y" (Note: The OpenOS floppy disk is no longer needed in the robot afterwards) <br>8. Copy the following line of code into the robot (middle-click to paste) and hit enter:
# Insert the computer case into the OC Electronics Assembler which can be powered directly by any GT cable
''wget https://raw.githubusercontent.com/DylanTaylor1/ic2-crop-automation/main/install.lua''
# Shift-click all of the parts into the computer case except the OpenOS floppy disk
[[File:Robot_Inventory.png|thumb|Inventory of the robot.]]9. Install the rest of the scripts by entering:
# Click assemble and wait until it completes
''./install''
# [[Rename]] the robot
10. Edit the config (not recommended, but check it out) by entering:
# Place the robot down on the OC Charger which can also be powered directly by any GT cable
''edit config.lua''
# Insert the OpenOS floppy disk in the disk slot of the robot and press the power button
11. Place the Spade and Transvector Binder into the last and second to last slot of the robot, respectively. Crop sticks will go in the third, but it is not required to put them in yourself. An axe or mattock can also be placed into the tool slot of the robot (optional) to speed up destroying crops. See image to the right.
# Follow the commands on the screen "install" --> "Y" --> "Y" (Note: The OpenOS floppy disk is no longer needed in the robot afterwards)
# Copy the following line of code into the robot (middle-click to paste) and hit enter: <code>wget https://raw.githubusercontent.com/DylanTaylor1/ic2-crop-automation/main/install.lua</code>
# Install the rest of the scripts by entering: <code>./install</code>
# Edit the config (not recommended, but check it out) by entering: <code>edit config.lua</code>
# Place the Spade and Transvector Binder into the last and second to last slot of the robot, respectively. Crop sticks will go in the third, but it is not required to put them in yourself. An axe or mattock can also be placed into the tool slot of the robot (optional) to speed up destroying crops. See image to the right.


==Building the Farms==
==Building the Farms==