GitXplorerGitXplorer
k

mctechtree

public
1 stars
2 forks
9 issues

Commits

List of commits on branch master.
Unverified
6b6dff7ac7db6bcb3c8598c854d44bdb1599f5c1

Fix shape for shrouded plates.

committed 11 years ago
Unverified
dc37f84d882b72f0944ef2cb8b1b41872ae6b08e

Flat Signs and Obsidiplates

committed 11 years ago
Unverified
1a11e3811df831e708245c2168dc7f6e36ef735f

Rename some items, add printing press plate.

committed 11 years ago
Unverified
0e986e77c77b4be0460714d0b4f0f912738bc1e5

Project Bench and Trade Booth

committed 11 years ago
Unverified
d996ea216f3f7dd5d4d61636b8abaf082215b1ed

openblocks & openperipherals

committed 11 years ago
Unverified
7cea7e0ce6f35a1b719726aff2c1f786f79621ea

Bibliocraft

committed 11 years ago

README

The README file for this repository.

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.