From 1ec499ba5b442022a5155f2cfa4c45401fca2437 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Fri, 27 Feb 2015 15:31:57 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d0b481ad..2658d8a6f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,10 @@ Crafting Guide is the ultimate step-by-step guide for making anything in Minecra **Check out the [Trello Board](https://trello.com/b/s9N0aTYd/crafting-guide) to see what's coming up!** -## Adding a new Mod - -Is Crafting Guide missing a mod you use? Check out the [Adding a new Mod](https://github.com/andrewminer/crafting-guide/wiki/Adding-support-for-a-new-Mod) page for full details on how to add support for your favorite mod. - ## Adding new features If there's something you'd like to see Crafting Guide do, feel free to open an issue against this project. Be sure to describe exactly what you have in mind, and explain why you think it would benefit everyone who uses Crafting Guide. If you like, you can even clone the repository and get started on implementing it yourself! +## Adding a new Mod + +The data files for Crafting Guide are kept in a separate repository, [crafting-guide-data](https://github.com/andrewminer/crafting-guide-data), along with all the documentation on how to add support for your own favorite mod. No programming required!