Updated Adding support for a new Mod (markdown)

This commit is contained in:
Andrew Miner
2015-02-03 10:26:28 -08:00
parent fe6608b629
commit 616015a2a7
+1 -1
View File
@@ -26,7 +26,7 @@ Next, run the `./scripts/convert-nei-dump <path to .../dumps> ./src/data/<mod>/<
Create the mod's overall data file by following the [Mod Data Format](https://github.com/andrewminer/crafting-guide/wiki/Mod-Data-Format) guide to create the `./src/data/<mod>/mod.cg` file.
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 your 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.
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.