andrewminer / crafting-guide

The ultimate step-by-step guide to make anything in Minecraft
http://crafting-guide.com
66 stars 191 forks source link

Create a mod to dump Crafting Guide data #178

Open andrewminer opened 8 years ago

andrewminer commented 8 years ago

PROBLEM:

Creating the mod-version.cg files for Crafting Guide is very time-consuming and error prone because a good part of it must be done manually.

SOLUTION:

Create a CraftingGuide mod which, as a start, can dump all of a mods items, recipes, and images in a fashion similar to NEI's dump feature. If possible, it would be ideal to simply modify NEI to add an additional dump type which creates the mod-version.cg file directly.