Skip to content
forked from k3rni/mctechtree

Apply graph theory to Minecraft, resulting in a smarter resource calculator.

Notifications You must be signed in to change notification settings

kmi3c/mctechtree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using MCTechTree from inside Computercraft

  1. Get the code from https://gist.github.com/k3rni/5400291
  2. Upload, paste or type it into the Computercraft editor
  3. Alternatively, install cc-get and then run cc-get mctechtree
  4. Run it: mctechtree <item name>

Contributing

  1. Clone the repository
  2. Ensure you are working from the latest HEAD
  3. Create a new branch for your changes, name it appropriately (e.g. the mod you're adding recipes for, a feature name)
  4. Write recipes and/or code.
  5. Submit a pull request.

Checking your work

Run techtree.rb after each set of changes in the recipe files. It will tell you what's wrong - missing items, naming conflicts, bad definitions. Check your YAML files with a validator (such as http://yamllint.com) if you're not sure, as these errors tend to give rather cryptic messages.

About

Apply graph theory to Minecraft, resulting in a smarter resource calculator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.2%
  • Graphviz (DOT) 1.8%