Updated Adding support for a new Mod (markdown)

This commit is contained in:
Andrew Miner
2015-08-27 17:25:02 -07:00
parent 8d33663523
commit 38f29f762a
+2 -2
View File
@@ -26,7 +26,7 @@ At this point, you'll have a local server running the CraftingGuide website at [
## 3. Create a new directory ## 3. Create a new directory
Open up your clone of the Crafting Guide Data repository, and create a new directory: `./static/data/<mod_slug>/` where the `mod_slug` is the slug generated from the Mod's official name (see: [About Slugs](https://github.com/andrewminer/crafting-guide/wiki/About-Slugs)). Open up your clone of the Crafting Guide Data repository, and create a new directory: `./data/<mod_slug>/` where the `mod_slug` is the slug generated from the Mod's official name (see: [About Slugs](https://github.com/andrewminer/crafting-guide/wiki/About-Slugs)).
## 4. Set up Minecraft ## 4. Set up Minecraft
@@ -44,7 +44,7 @@ Next, run the `./scripts/convert-nei-dump <path to .../dumps> <mod> <version>` c
## 6. Create the data files ## 6. Create the data files
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 `./static/data/<mod>/mod.cg` file. 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 `./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 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. 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.