Updated Adding support for a new Mod (markdown)

This commit is contained in:
Andrew Miner
2015-02-03 09:43:54 -08:00
parent 3ed028132d
commit 8a8beff0f3
+1 -1
View File
@@ -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 `<mod_slug>-<version>.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 `<mod_slug>-<version>.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.