diff --git a/Adding-support-for-a-new-Mod.md b/Adding-support-for-a-new-Mod.md index 127f1df..86bc16c 100644 --- a/Adding-support-for-a-new-Mod.md +++ b/Adding-support-for-a-new-Mod.md @@ -34,7 +34,7 @@ Finally, create a new `images` directory in the repo under your mod's directory ## 3. Create the data file -Next is the hard part. Start by creating a new file named `-.cg` in your Mod's directory. Now, for each item whose image your exported, follow the [Crafting Guide Data Format V2](https://github.com/andrewminer/crafting-guide/wiki/Crafting-Guide-Data-Format-V2) reference to enter all the items, recipes, and other information needed to describe your mod. +Next is the hard part. Start by creating a new file named `-.cg` in your Mod's directory. Now, for each item whose image your exported, follow the [Crafting Guide Data Format V2](https://github.com/andrewminer/crafting-guide/wiki/Mod-Version-Data-Format) reference to enter all the items, recipes, and other information needed to describe your mod. Be sure to test frequently using the `./script/verify` script included in the repo.