Advertisement
LoganDungeon

OpenComputers Agricraft Seed Breeder Man Page

Jul 1st, 2022
946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. NAME
  2.   breeder - grow max stat agricraft seeds
  3.  
  4. SYNOPSIS
  5.   breeder [OPTION]
  6.  
  7. DESCRIPTION
  8.   Given two seeds, breeds them to maximum stats and
  9.   produces a specific amount of 10/10/10 seeds
  10.  
  11. OPTIONS
  12.   --init
  13.     Initialize the program and install the required
  14.     libraries and config files
  15.  
  16.   -d
  17.     Don't display graphical overview
  18.  
  19.   --seeds=[n]
  20.     Breed [n] max stat seeds, otherwise defaults to 2
  21.  
  22. EXAMPLES
  23.   breeder
  24.     Starts the program in graphical mode and tells
  25.     the robot to breed 2 max stat seeds
  26.  
  27.   breeder -d --seeds=16
  28.     starts the program without graphcal overview and
  29.     tells the robot to breed 16 max stat seeds
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement