From d5bb1abfc504dd135cfc7e6028570aa703456c7c Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Tue, 3 Feb 2015 10:11:50 -0800 Subject: [PATCH] Updated Mod Version Data Format (markdown) --- Mod-Version-Data-Format.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Mod-Version-Data-Format.md b/Mod-Version-Data-Format.md index fd6d3c4..a92728b 100644 --- a/Mod-Version-Data-Format.md +++ b/Mod-Version-Data-Format.md @@ -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 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///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`. * `gatherable: [yes|no]`