From ffe7f76278d427eb6282100aa7662b21bbf1ada5 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sat, 4 Apr 2015 10:30:39 -0700 Subject: [PATCH] Updated Adding support for a new Mod (markdown) --- Adding-support-for-a-new-Mod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adding-support-for-a-new-Mod.md b/Adding-support-for-a-new-Mod.md index db8fe55..69d8ae7 100644 --- a/Adding-support-for-a-new-Mod.md +++ b/Adding-support-for-a-new-Mod.md @@ -41,7 +41,7 @@ Create the mod's overall data file by following the [Mod Data Format](https://gi Next is the hard part. From the last step, you should have a `mod-version.cg` in your Mod's current version directory. Now, for each item whose image you exported, follow the [Mod Version Data Format](https://github.com/andrewminer/crafting-guide/wiki/Mod-Version-Data-Format) reference to enter all the groups, items, recipes, and other information needed to describe your mod. -Be sure to test frequently using the `./script/verify` script included in the repo. +Be sure to test frequently using the `grunt test` command. ## 7. Test Locally