Updated Adding support for a new Mod (markdown)
This commit is contained in:
@@ -26,7 +26,7 @@ At this point, you'll have a local server running the CraftingGuide website at [
|
||||
|
||||
## 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
|
||||
|
||||
@@ -44,7 +44,7 @@ Next, run the `./scripts/convert-nei-dump <path to .../dumps> <mod> <version>` c
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user