Updated Mod Version Data Format (markdown)

This commit is contained in:
Andrew Miner
2015-02-03 10:11:50 -08:00
parent 895233ea51
commit d5bb1abfc5
+4
View File
@@ -71,6 +71,10 @@ Please be sure to use these two commands prior to submitting a pull request for
This command should be used once for each item in the mod. You should avoid using it to declare any This command should be used once for each item in the mod. You should avoid using it to declare any
items from vanilla Minecraft, or from other mods as these will already be added by other files. items from vanilla Minecraft, or from other mods as these will already be added by other files.
Each item should an image file named using the item's slug in the `/src/data/<mod>/<version>/images`
directory. The image should be 48x48px and be exported from NEI as described in [Adding Support for a
New Mod](https://github.com/andrewminer/crafting-guide/wiki/Adding-support-for-a-new-Mod).
After an item declaration, the following commands may be used to describe it: `gatherable`, `recipe`. After an item declaration, the following commands may be used to describe it: `gatherable`, `recipe`.
* `gatherable: [yes|no]` * `gatherable: [yes|no]`